factorial.sln

来自「Visual_C++.NET实用编程百例」· SLN 代码 · 共 29 行

SLN
29
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "factorial", "factorial.vcproj", "{1F13FB4C-0C15-4D5F-A0E8-5CF928C8D019}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "WebSetup1", "..\WebSetup1\WebSetup1.vdproj", "{0A330416-9531-4058-A306-C00817DBF4FA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{1F13FB4C-0C15-4D5F-A0E8-5CF928C8D019}.Debug.ActiveCfg = Debug|Win32
		{1F13FB4C-0C15-4D5F-A0E8-5CF928C8D019}.Debug.Build.0 = Debug|Win32
		{1F13FB4C-0C15-4D5F-A0E8-5CF928C8D019}.Release.ActiveCfg = Release|Win32
		{1F13FB4C-0C15-4D5F-A0E8-5CF928C8D019}.Release.Build.0 = Release|Win32
		{0A330416-9531-4058-A306-C00817DBF4FA}.Debug.ActiveCfg = Debug
		{0A330416-9531-4058-A306-C00817DBF4FA}.Release.ActiveCfg = Release
		{0A330416-9531-4058-A306-C00817DBF4FA}.Release.Build.0 = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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