chess.sln

来自「8数码难题 深、广、a*」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "chessApp", "chessApp\chessApp.csproj", "{31CE9B9E-EA9A-40E5-8331-DE5AE61FBA6B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessAlg", "chessArg\ChessAlg.csproj", "{D6219E32-893F-4315-B49D-87748168C2F2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{31CE9B9E-EA9A-40E5-8331-DE5AE61FBA6B}.Debug.ActiveCfg = Debug|.NET
		{31CE9B9E-EA9A-40E5-8331-DE5AE61FBA6B}.Debug.Build.0 = Debug|.NET
		{31CE9B9E-EA9A-40E5-8331-DE5AE61FBA6B}.Release.ActiveCfg = Release|.NET
		{31CE9B9E-EA9A-40E5-8331-DE5AE61FBA6B}.Release.Build.0 = Release|.NET
		{D6219E32-893F-4315-B49D-87748168C2F2}.Debug.ActiveCfg = Debug|.NET
		{D6219E32-893F-4315-B49D-87748168C2F2}.Debug.Build.0 = Debug|.NET
		{D6219E32-893F-4315-B49D-87748168C2F2}.Release.ActiveCfg = Release|.NET
		{D6219E32-893F-4315-B49D-87748168C2F2}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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