hello.sln

来自「C#编程100例源码,有好多例子呀,希望对学习C#的朋友有用,这是第四个包!20」· SLN 代码 · 共 18 行

SLN
18
字号
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB9-8B4A-11D0-8D11-00A0C91BC942}") = "hello.exe", "hello.exe", "{48C0D4C5-A47D-4B80-A2B7-8DF6BCDC1E1D}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{48C0D4C5-A47D-4B80-A2B7-8DF6BCDC1E1D}.Debug.ActiveCfg = Debug
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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