simpleatl.sln

来自「Visual_C++.NET精彩案例237.rar」· SLN 代码 · 共 27 行

SLN
27
字号
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAtl", "SimpleAtl.vcproj", "{D042F0E2-E068-4970-9691-0556959B62B1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleAtlPS", "SimpleAtlPS.vcproj", "{47155854-ECF0-4A56-9C52-C8F40328ACD5}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{47155854-ECF0-4A56-9C52-C8F40328ACD5}.0 = {D042F0E2-E068-4970-9691-0556959B62B1}
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D042F0E2-E068-4970-9691-0556959B62B1}.Debug.ActiveCfg = Debug|Win32
		{D042F0E2-E068-4970-9691-0556959B62B1}.Debug.Build.0 = Debug|Win32
		{D042F0E2-E068-4970-9691-0556959B62B1}.Release.ActiveCfg = Release|Win32
		{D042F0E2-E068-4970-9691-0556959B62B1}.Release.Build.0 = Release|Win32
		{47155854-ECF0-4A56-9C52-C8F40328ACD5}.Debug.ActiveCfg = Debug|Win32
		{47155854-ECF0-4A56-9C52-C8F40328ACD5}.Release.ActiveCfg = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?