-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConnect4_AI.sln
More file actions
35 lines (35 loc) · 1.83 KB
/
Connect4_AI.sln
File metadata and controls
35 lines (35 loc) · 1.83 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
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Runner", "Runner\Runner.pyproj", "{44259FCD-6D2B-47FD-B558-1292A747417B}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "RandomPlayer", "RandomPlayer\RandomPlayer.pyproj", "{61167B32-741E-4F33-98CB-15AF608DD3ED}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Learning1Player", "Learning1Player\Learning1Player.pyproj", "{2CF13340-76D5-4F7D-A061-F30C7C19BA19}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "C4", "C4\C4.pyproj", "{9281330D-E511-4718-9FDC-256367B00159}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44259FCD-6D2B-47FD-B558-1292A747417B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44259FCD-6D2B-47FD-B558-1292A747417B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61167B32-741E-4F33-98CB-15AF608DD3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61167B32-741E-4F33-98CB-15AF608DD3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF13340-76D5-4F7D-A061-F30C7C19BA19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF13340-76D5-4F7D-A061-F30C7C19BA19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9281330D-E511-4718-9FDC-256367B00159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9281330D-E511-4718-9FDC-256367B00159}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B468D0CC-B6C8-4E0B-9985-A4FAE8775C79}
EndGlobalSection
EndGlobal