example 3.sln

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

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example 3", "Example 3.csproj", "{D3C5E220-A413-432E-8B86-E9C12D35E2E0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArrayListExample", "..\ArrayListExample\ArrayListExample.csproj", "{A711BF2C-0759-46CB-862F-0CF1510FA9E7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D3C5E220-A413-432E-8B86-E9C12D35E2E0}.Debug.ActiveCfg = Debug|.NET
		{D3C5E220-A413-432E-8B86-E9C12D35E2E0}.Debug.Build.0 = Debug|.NET
		{D3C5E220-A413-432E-8B86-E9C12D35E2E0}.Release.ActiveCfg = Release|.NET
		{D3C5E220-A413-432E-8B86-E9C12D35E2E0}.Release.Build.0 = Release|.NET
		{A711BF2C-0759-46CB-862F-0CF1510FA9E7}.Debug.ActiveCfg = Debug|.NET
		{A711BF2C-0759-46CB-862F-0CF1510FA9E7}.Debug.Build.0 = Debug|.NET
		{A711BF2C-0759-46CB-862F-0CF1510FA9E7}.Release.ActiveCfg = Release|.NET
		{A711BF2C-0759-46CB-862F-0CF1510FA9E7}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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