forked from techmatt/Provincial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDominionAI.sln
More file actions
117 lines (117 loc) · 8.46 KB
/
DominionAI.sln
File metadata and controls
117 lines (117 loc) · 8.46 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
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
116
117
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DominionApp", "DominionApp\DominionApp.csproj", "{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}"
ProjectSection(ProjectDependencies) = postProject
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C} = {A1FD2443-4B10-42D8-AEE2-3444225A8D1C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DominionDLL", "DominionDLL\DominionDLL.vcxproj", "{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingGrounds", "TestingGrounds\TestingGrounds.csproj", "{4633759E-0685-4DF0-A3C7-0747C9847350}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE56CF6E-25FA-4B1B-B87D-698DA7135B9E}"
ProjectSection(SolutionItems) = preProject
REFERENCE.txt = REFERENCE.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
DominionExecutable|Any CPU = DominionExecutable|Any CPU
DominionExecutable|Mixed Platforms = DominionExecutable|Mixed Platforms
DominionExecutable|Win32 = DominionExecutable|Win32
DominionExecutable|x86 = DominionExecutable|x86
MakeTestingGrounds|Any CPU = MakeTestingGrounds|Any CPU
MakeTestingGrounds|Mixed Platforms = MakeTestingGrounds|Mixed Platforms
MakeTestingGrounds|Win32 = MakeTestingGrounds|Win32
MakeTestingGrounds|x86 = MakeTestingGrounds|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|Any CPU.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|Win32.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|x86.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Debug|x86.Build.0 = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|Any CPU.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|Mixed Platforms.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|Mixed Platforms.Build.0 = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|Win32.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|Win32.Build.0 = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|x86.ActiveCfg = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.DominionExecutable|x86.Build.0 = Debug|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|Any CPU.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|Mixed Platforms.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|Mixed Platforms.Build.0 = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|Win32.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|x86.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.MakeTestingGrounds|x86.Build.0 = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|Any CPU.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|Mixed Platforms.Build.0 = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|Win32.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|x86.ActiveCfg = Release|x86
{B3DDFBDE-7EAA-4903-8084-9A105F773BEE}.Release|x86.Build.0 = Release|x86
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|Win32.ActiveCfg = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|Win32.Build.0 = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Debug|x86.ActiveCfg = Debug|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|Any CPU.ActiveCfg = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|Mixed Platforms.ActiveCfg = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|Mixed Platforms.Build.0 = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|Win32.ActiveCfg = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|Win32.Build.0 = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|x86.ActiveCfg = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.DominionExecutable|x86.Build.0 = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|Any CPU.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|Mixed Platforms.ActiveCfg = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|Mixed Platforms.Build.0 = DominionExecutable|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|Win32.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|Win32.Build.0 = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.MakeTestingGrounds|x86.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|Any CPU.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|Mixed Platforms.Build.0 = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|Win32.ActiveCfg = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|Win32.Build.0 = Release|Win32
{A1FD2443-4B10-42D8-AEE2-3444225A8D1C}.Release|x86.ActiveCfg = Release|Win32
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|Win32.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Debug|x86.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|Any CPU.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|Any CPU.Build.0 = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|Mixed Platforms.Build.0 = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|Win32.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.DominionExecutable|x86.ActiveCfg = Debug|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|Any CPU.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|Any CPU.Build.0 = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|Mixed Platforms.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|Mixed Platforms.Build.0 = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|Win32.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.MakeTestingGrounds|x86.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Release|Any CPU.Build.0 = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Release|Win32.ActiveCfg = Release|Any CPU
{4633759E-0685-4DF0-A3C7-0747C9847350}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal