This repository was archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChess.sln
32 lines (32 loc) · 1.83 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABChess", "Chess\ABChess.csproj", "{F81B554F-4B07-4238-A8C3-63AC571B2718}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABChessEngine", "ABChessEngine\ABChessEngine.csproj", "{F1964689-E782-464C-BF32-CDAED7DE9641}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RichardRandom", "..\ChessAI\RichardRandom\RichardRandom.csproj", "{D1BE9372-6474-4A76-A900-C2031A0001E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F81B554F-4B07-4238-A8C3-63AC571B2718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F81B554F-4B07-4238-A8C3-63AC571B2718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F81B554F-4B07-4238-A8C3-63AC571B2718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F81B554F-4B07-4238-A8C3-63AC571B2718}.Release|Any CPU.Build.0 = Release|Any CPU
{F1964689-E782-464C-BF32-CDAED7DE9641}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1964689-E782-464C-BF32-CDAED7DE9641}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1964689-E782-464C-BF32-CDAED7DE9641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1964689-E782-464C-BF32-CDAED7DE9641}.Release|Any CPU.Build.0 = Release|Any CPU
{D1BE9372-6474-4A76-A900-C2031A0001E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1BE9372-6474-4A76-A900-C2031A0001E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1BE9372-6474-4A76-A900-C2031A0001E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1BE9372-6474-4A76-A900-C2031A0001E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal