myshutdownprocess.sln

来自「这是用visual studio 实现的program。是一个自动关机的程序!效」· SLN 代码 · 共 20 行

SLN
20
字号
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyShutDownProcess", "MyShutDownProcess.vcproj", "{7C9B052C-4F57-4100-BA9F-328E648D7C4A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7C9B052C-4F57-4100-BA9F-328E648D7C4A}.Debug|Win32.ActiveCfg = Release|Win32
		{7C9B052C-4F57-4100-BA9F-328E648D7C4A}.Debug|Win32.Build.0 = Release|Win32
		{7C9B052C-4F57-4100-BA9F-328E648D7C4A}.Release|Win32.ActiveCfg = Release|Win32
		{7C9B052C-4F57-4100-BA9F-328E648D7C4A}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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