2.sln

来自「C#的一些例子」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2.3", "2.3\2.3.csproj", "{155214A8-CB3F-4CB8-9600-FD21FCA665F6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2.5", "2.5\2.5.csproj", "{26A7462E-3987-4C87-8D1E-8D8F1A72659A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "No1", "No1\No1.csproj", "{43AA78DA-6314-4BB1-B1F1-D57097CFF872}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{155214A8-CB3F-4CB8-9600-FD21FCA665F6}.Debug.ActiveCfg = Debug|.NET
		{155214A8-CB3F-4CB8-9600-FD21FCA665F6}.Debug.Build.0 = Debug|.NET
		{155214A8-CB3F-4CB8-9600-FD21FCA665F6}.Release.ActiveCfg = Release|.NET
		{155214A8-CB3F-4CB8-9600-FD21FCA665F6}.Release.Build.0 = Release|.NET
		{26A7462E-3987-4C87-8D1E-8D8F1A72659A}.Debug.ActiveCfg = Debug|.NET
		{26A7462E-3987-4C87-8D1E-8D8F1A72659A}.Debug.Build.0 = Debug|.NET
		{26A7462E-3987-4C87-8D1E-8D8F1A72659A}.Release.ActiveCfg = Release|.NET
		{26A7462E-3987-4C87-8D1E-8D8F1A72659A}.Release.Build.0 = Release|.NET
		{43AA78DA-6314-4BB1-B1F1-D57097CFF872}.Debug.ActiveCfg = Debug|.NET
		{43AA78DA-6314-4BB1-B1F1-D57097CFF872}.Debug.Build.0 = Debug|.NET
		{43AA78DA-6314-4BB1-B1F1-D57097CFF872}.Release.ActiveCfg = Release|.NET
		{43AA78DA-6314-4BB1-B1F1-D57097CFF872}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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