-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChess.sln
49 lines (49 loc) · 2.93 KB
/
Chess.sln
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess", "Chess\Chess.csproj", "{1F578612-69FE-4052-8300-8C110E3301BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess.Tests", "ChessUT\Chess.Tests.csproj", "{DEEDF3CF-DC02-4750-AE0B-21238DD97C3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessGame", "ChessGame\ChessGame.csproj", "{8A40F96A-BD21-4AD4-BCA7-1BBFEA733CBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayChess", "PlayChess\PlayChess.csproj", "{B34AD0E4-D130-4DDB-AD70-8D413293B25A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessApp", "ChessApp\ChessApp.csproj", "{1C7C76F4-CABE-4748-A96D-3A972CC32926}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F578612-69FE-4052-8300-8C110E3301BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F578612-69FE-4052-8300-8C110E3301BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F578612-69FE-4052-8300-8C110E3301BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F578612-69FE-4052-8300-8C110E3301BB}.Release|Any CPU.Build.0 = Release|Any CPU
{DEEDF3CF-DC02-4750-AE0B-21238DD97C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEEDF3CF-DC02-4750-AE0B-21238DD97C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEEDF3CF-DC02-4750-AE0B-21238DD97C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEEDF3CF-DC02-4750-AE0B-21238DD97C3E}.Release|Any CPU.Build.0 = Release|Any CPU
{8A40F96A-BD21-4AD4-BCA7-1BBFEA733CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A40F96A-BD21-4AD4-BCA7-1BBFEA733CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A40F96A-BD21-4AD4-BCA7-1BBFEA733CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A40F96A-BD21-4AD4-BCA7-1BBFEA733CBB}.Release|Any CPU.Build.0 = Release|Any CPU
{B34AD0E4-D130-4DDB-AD70-8D413293B25A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34AD0E4-D130-4DDB-AD70-8D413293B25A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34AD0E4-D130-4DDB-AD70-8D413293B25A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34AD0E4-D130-4DDB-AD70-8D413293B25A}.Release|Any CPU.Build.0 = Release|Any CPU
{1C7C76F4-CABE-4748-A96D-3A972CC32926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C7C76F4-CABE-4748-A96D-3A972CC32926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C7C76F4-CABE-4748-A96D-3A972CC32926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C7C76F4-CABE-4748-A96D-3A972CC32926}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {249A4531-426D-4B3C-8D9F-B6C772ACB7D8}
EndGlobalSection
EndGlobal