comp9.net.sln

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

SLN
37
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple7", "Simple7\Simple7.vcproj", "{439FE9B6-5954-409E-B7E4-60EE761DF13E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple8", "Simple8\Simple8.vcproj", "{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simple8PS", "Simple8\Simple8PS.vcproj", "{5D91AD63-1AF3-4A2B-81FB-969F7C7EF81D}"
	ProjectSection(ProjectDependencies) = postProject
		{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70} = {32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{439FE9B6-5954-409E-B7E4-60EE761DF13E}.Debug.ActiveCfg = Debug|Win32
		{439FE9B6-5954-409E-B7E4-60EE761DF13E}.Debug.Build.0 = Debug|Win32
		{439FE9B6-5954-409E-B7E4-60EE761DF13E}.Release.ActiveCfg = Release|Win32
		{439FE9B6-5954-409E-B7E4-60EE761DF13E}.Release.Build.0 = Release|Win32
		{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}.Debug.ActiveCfg = Debug|Win32
		{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}.Debug.Build.0 = Debug|Win32
		{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}.Release.ActiveCfg = Release|Win32
		{32B9D7F4-B9CF-453B-908D-AEA6CDC2CE70}.Release.Build.0 = Release|Win32
		{5D91AD63-1AF3-4A2B-81FB-969F7C7EF81D}.Debug.ActiveCfg = Debug|Win32
		{5D91AD63-1AF3-4A2B-81FB-969F7C7EF81D}.Release.ActiveCfg = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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