interview.sln

来自「网上流传的5个面试题目」· SLN 代码 · 共 46 行

SLN
46
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinSearch", "BinSearch\BinSearch.csproj", "{612906B6-F0E9-4624-871E-ABB3DF2DB8B3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Triangle", "Triangle\Triangle.csproj", "{44D2CAAD-A404-42F4-9930-31E7691BCC3B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DrawLines", "DrawLines\DrawLines.csproj", "{CDEDD72F-C67B-44ED-BFF8-FB05531EF2BE}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoubleWindows", "DoubleWindows\DoubleWindows.csproj", "{C15B0E63-9731-4186-972C-197554B06744}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{612906B6-F0E9-4624-871E-ABB3DF2DB8B3}.Debug.ActiveCfg = Debug|.NET
		{612906B6-F0E9-4624-871E-ABB3DF2DB8B3}.Debug.Build.0 = Debug|.NET
		{612906B6-F0E9-4624-871E-ABB3DF2DB8B3}.Release.ActiveCfg = Release|.NET
		{612906B6-F0E9-4624-871E-ABB3DF2DB8B3}.Release.Build.0 = Release|.NET
		{44D2CAAD-A404-42F4-9930-31E7691BCC3B}.Debug.ActiveCfg = Debug|.NET
		{44D2CAAD-A404-42F4-9930-31E7691BCC3B}.Debug.Build.0 = Debug|.NET
		{44D2CAAD-A404-42F4-9930-31E7691BCC3B}.Release.ActiveCfg = Release|.NET
		{44D2CAAD-A404-42F4-9930-31E7691BCC3B}.Release.Build.0 = Release|.NET
		{CDEDD72F-C67B-44ED-BFF8-FB05531EF2BE}.Debug.ActiveCfg = Debug|.NET
		{CDEDD72F-C67B-44ED-BFF8-FB05531EF2BE}.Debug.Build.0 = Debug|.NET
		{CDEDD72F-C67B-44ED-BFF8-FB05531EF2BE}.Release.ActiveCfg = Release|.NET
		{CDEDD72F-C67B-44ED-BFF8-FB05531EF2BE}.Release.Build.0 = Release|.NET
		{C15B0E63-9731-4186-972C-197554B06744}.Debug.ActiveCfg = Debug|.NET
		{C15B0E63-9731-4186-972C-197554B06744}.Debug.Build.0 = Debug|.NET
		{C15B0E63-9731-4186-972C-197554B06744}.Release.ActiveCfg = Release|.NET
		{C15B0E63-9731-4186-972C-197554B06744}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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