This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProcon2018.sln
115 lines (115 loc) · 7.5 KB
/
Procon2018.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Procon2018", "Procon2018\Procon2018.vcxproj", "{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SelfPlay", "SelfPlay\SelfPlay.vcxproj", "{90601A3F-FE80-4B74-951A-8CE05248292C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SelfPlay_win", "SelfPlay_win\SelfPlay_win.vcxproj", "{D9E73C06-3BAA-43BE-8204-217A8F2677EC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CudaLib", "CudaLib\CudaLib.vcxproj", "{0D80E00E-077E-4EFD-92AC-D10E39377D55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug NoCuda|ARM = Debug NoCuda|ARM
Debug NoCuda|x64 = Debug NoCuda|x64
Debug NoCuda|x86 = Debug NoCuda|x86
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release NoCuda|ARM = Release NoCuda|ARM
Release NoCuda|x64 = Release NoCuda|x64
Release NoCuda|x86 = Release NoCuda|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug NoCuda|ARM.ActiveCfg = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug NoCuda|x64.ActiveCfg = Debug NoCuda|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug NoCuda|x64.Build.0 = Debug NoCuda|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug NoCuda|x86.ActiveCfg = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug NoCuda|x86.Build.0 = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug|ARM.ActiveCfg = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug|x64.ActiveCfg = Debug|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug|x64.Build.0 = Debug|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug|x86.ActiveCfg = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Debug|x86.Build.0 = Debug|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release NoCuda|ARM.ActiveCfg = Release|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release NoCuda|x64.ActiveCfg = Release NoCuda|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release NoCuda|x64.Build.0 = Release NoCuda|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release NoCuda|x86.ActiveCfg = Release|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release NoCuda|x86.Build.0 = Release|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release|ARM.ActiveCfg = Release|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release|x64.ActiveCfg = Release|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release|x64.Build.0 = Release|x64
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release|x86.ActiveCfg = Release|Win32
{D54F9A08-185E-47EE-AA27-E9F0F7415FB0}.Release|x86.Build.0 = Release|Win32
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|ARM.ActiveCfg = Debug|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|ARM.Build.0 = Debug|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|x64.ActiveCfg = Debug|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|x64.Build.0 = Debug|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|x86.ActiveCfg = Debug|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug NoCuda|x86.Build.0 = Debug|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|ARM.ActiveCfg = Debug|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|ARM.Build.0 = Debug|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|x64.ActiveCfg = Debug|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|x64.Build.0 = Debug|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|x86.ActiveCfg = Debug|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Debug|x86.Build.0 = Debug|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|ARM.ActiveCfg = Release|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|ARM.Build.0 = Release|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|x64.ActiveCfg = Release|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|x64.Build.0 = Release|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|x86.ActiveCfg = Release|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release NoCuda|x86.Build.0 = Release|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|ARM.ActiveCfg = Release|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|ARM.Build.0 = Release|ARM
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|x64.ActiveCfg = Release|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|x64.Build.0 = Release|x64
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|x86.ActiveCfg = Release|x86
{90601A3F-FE80-4B74-951A-8CE05248292C}.Release|x86.Build.0 = Release|x86
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug NoCuda|ARM.ActiveCfg = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug NoCuda|x64.ActiveCfg = Debug|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug NoCuda|x64.Build.0 = Debug|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug NoCuda|x86.ActiveCfg = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug NoCuda|x86.Build.0 = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug|ARM.ActiveCfg = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug|x64.ActiveCfg = Debug|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug|x64.Build.0 = Debug|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug|x86.ActiveCfg = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Debug|x86.Build.0 = Debug|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release NoCuda|ARM.ActiveCfg = Release|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release NoCuda|x64.ActiveCfg = Release|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release NoCuda|x64.Build.0 = Release|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release NoCuda|x86.ActiveCfg = Release|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release NoCuda|x86.Build.0 = Release|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release|ARM.ActiveCfg = Release|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release|x64.ActiveCfg = Release|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release|x64.Build.0 = Release|x64
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release|x86.ActiveCfg = Release|Win32
{D9E73C06-3BAA-43BE-8204-217A8F2677EC}.Release|x86.Build.0 = Release|Win32
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug NoCuda|ARM.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug NoCuda|x64.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug NoCuda|x86.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug|ARM.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug|x64.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug|x64.Build.0 = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Debug|x86.ActiveCfg = Debug|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release NoCuda|ARM.ActiveCfg = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release NoCuda|x64.ActiveCfg = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release NoCuda|x86.ActiveCfg = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release|ARM.ActiveCfg = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release|x64.ActiveCfg = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release|x64.Build.0 = Release|x64
{0D80E00E-077E-4EFD-92AC-D10E39377D55}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BB3209F-47A5-4467-945B-4CCC04B73A0A}
EndGlobalSection
EndGlobal