example 2.sln

来自「北大青鸟内部资料」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example 2", "Example 2.csproj", "{86247907-6427-4927-8F8E-1FE9B32295F1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashtableExample", "..\HashtableExample\HashtableExample.csproj", "{1BCD4FBE-815C-4AC5-A2A5-A7B50E7E58E4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{86247907-6427-4927-8F8E-1FE9B32295F1}.Debug.ActiveCfg = Debug|.NET
		{86247907-6427-4927-8F8E-1FE9B32295F1}.Debug.Build.0 = Debug|.NET
		{86247907-6427-4927-8F8E-1FE9B32295F1}.Release.ActiveCfg = Release|.NET
		{86247907-6427-4927-8F8E-1FE9B32295F1}.Release.Build.0 = Release|.NET
		{1BCD4FBE-815C-4AC5-A2A5-A7B50E7E58E4}.Debug.ActiveCfg = Debug|.NET
		{1BCD4FBE-815C-4AC5-A2A5-A7B50E7E58E4}.Debug.Build.0 = Debug|.NET
		{1BCD4FBE-815C-4AC5-A2A5-A7B50E7E58E4}.Release.ActiveCfg = Release|.NET
		{1BCD4FBE-815C-4AC5-A2A5-A7B50E7E58E4}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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