test.sln

来自「这是一本学习 window编程的很好的参考教材」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test.vcproj", "{8B316611-A8E5-4244-8D38-E29DCD90E2ED}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExt2", "..\ShellExt2.vcproj", "{7B27396C-BE21-4F38-A436-FD148E217317}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{8B316611-A8E5-4244-8D38-E29DCD90E2ED}.Debug.ActiveCfg = Debug|Win32
		{8B316611-A8E5-4244-8D38-E29DCD90E2ED}.Debug.Build.0 = Debug|Win32
		{8B316611-A8E5-4244-8D38-E29DCD90E2ED}.Release.ActiveCfg = Release|Win32
		{8B316611-A8E5-4244-8D38-E29DCD90E2ED}.Release.Build.0 = Release|Win32
		{7B27396C-BE21-4F38-A436-FD148E217317}.Debug.ActiveCfg = Debug|Win32
		{7B27396C-BE21-4F38-A436-FD148E217317}.Debug.Build.0 = Debug|Win32
		{7B27396C-BE21-4F38-A436-FD148E217317}.Release.ActiveCfg = Release|Win32
		{7B27396C-BE21-4F38-A436-FD148E217317}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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