testatl.sln
来自「利用ATL编程,可以借鉴一下,ATL和MFC的区别」· SLN 代码 · 共 29 行
SLN
29 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testATL", "testATL.vcproj", "{901D9B0C-E10C-4397-9DDF-4A5C8295B672}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testATLPS", "testATLPS.vcproj", "{763F1D44-C076-498C-8E38-223162F3BCC0}"
ProjectSection(ProjectDependencies) = postProject
{901D9B0C-E10C-4397-9DDF-4A5C8295B672} = {901D9B0C-E10C-4397-9DDF-4A5C8295B672}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{901D9B0C-E10C-4397-9DDF-4A5C8295B672}.Debug.ActiveCfg = Debug|Win32
{901D9B0C-E10C-4397-9DDF-4A5C8295B672}.Debug.Build.0 = Debug|Win32
{901D9B0C-E10C-4397-9DDF-4A5C8295B672}.Release.ActiveCfg = Release|Win32
{901D9B0C-E10C-4397-9DDF-4A5C8295B672}.Release.Build.0 = Release|Win32
{763F1D44-C076-498C-8E38-223162F3BCC0}.Debug.ActiveCfg = Debug|Win32
{763F1D44-C076-498C-8E38-223162F3BCC0}.Release.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?