officeversiondemo.sln

来自「一个Office版本检测器的代码」· SLN 代码 · 共 24 行

SLN
24
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OfficeVersionDemo", "OfficeVersionDemo\OfficeVersionDemo.vcproj", "{B5AFDF02-788F-40B3-8F3F-D8B66B3A74CC}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B5AFDF02-788F-40B3-8F3F-D8B66B3A74CC}.Debug.ActiveCfg = Debug|Win32
		{B5AFDF02-788F-40B3-8F3F-D8B66B3A74CC}.Debug.Build.0 = Debug|Win32
		{B5AFDF02-788F-40B3-8F3F-D8B66B3A74CC}.Release.ActiveCfg = Release|Win32
		{B5AFDF02-788F-40B3-8F3F-D8B66B3A74CC}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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