comp18.net.sln

来自「Thinkinc++English 电子书籍,英文版」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple18", "Simple18\Simple18.vcproj", "{27BFFB28-839D-4007-987B-98050CB69382}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple18PS", "Simple18\Simple18PS.vcproj", "{269D9CF2-E920-4F0E-AD34-1CE8C9D8EAC1}"
	ProjectSection(ProjectDependencies) = postProject
		{27BFFB28-839D-4007-987B-98050CB69382} = {27BFFB28-839D-4007-987B-98050CB69382}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Use", "Use\Use.vcproj", "{8616B279-81AD-49B4-9F65-5615564DA49A}"
	ProjectSection(ProjectDependencies) = postProject
		{27BFFB28-839D-4007-987B-98050CB69382} = {27BFFB28-839D-4007-987B-98050CB69382}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{27BFFB28-839D-4007-987B-98050CB69382}.Debug.ActiveCfg = Debug|Win32
		{27BFFB28-839D-4007-987B-98050CB69382}.Debug.Build.0 = Debug|Win32
		{27BFFB28-839D-4007-987B-98050CB69382}.Release.ActiveCfg = Release|Win32
		{27BFFB28-839D-4007-987B-98050CB69382}.Release.Build.0 = Release|Win32
		{269D9CF2-E920-4F0E-AD34-1CE8C9D8EAC1}.Debug.ActiveCfg = Debug|Win32
		{269D9CF2-E920-4F0E-AD34-1CE8C9D8EAC1}.Release.ActiveCfg = Release|Win32
		{8616B279-81AD-49B4-9F65-5615564DA49A}.Debug.ActiveCfg = Debug|Win32
		{8616B279-81AD-49B4-9F65-5615564DA49A}.Debug.Build.0 = Debug|Win32
		{8616B279-81AD-49B4-9F65-5615564DA49A}.Release.ActiveCfg = Release|Win32
		{8616B279-81AD-49B4-9F65-5615564DA49A}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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