-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChessGame.sln
More file actions
31 lines (30 loc) · 1.56 KB
/
ChessGame.sln
File metadata and controls
31 lines (30 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessGame", "ChessGame\ChessGame.csproj", "{7EDDD9FE-D1A0-4E53-96A5-19407F75427A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessGameLogic", "ChessGameLogic\ChessGameLogic.csproj", "{8372B324-1438-41BB-87E0-C0879F07D53C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EDDD9FE-D1A0-4E53-96A5-19407F75427A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EDDD9FE-D1A0-4E53-96A5-19407F75427A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EDDD9FE-D1A0-4E53-96A5-19407F75427A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDDD9FE-D1A0-4E53-96A5-19407F75427A}.Release|Any CPU.Build.0 = Release|Any CPU
{8372B324-1438-41BB-87E0-C0879F07D53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8372B324-1438-41BB-87E0-C0879F07D53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8372B324-1438-41BB-87E0-C0879F07D53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8372B324-1438-41BB-87E0-C0879F07D53C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC80F78A-D6A3-4F11-8833-A8EA887A99B6}
EndGlobalSection
EndGlobal