-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSplendorAI.sln
55 lines (55 loc) · 3.15 KB
/
SplendorAI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{928E47A3-81DE-469A-B83F-7A1DCB7F6640}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{D3C05A67-EB70-4211-9F4D-688E26B37F05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Global", "Global\Global.csproj", "{D7B212C4-C250-48AD-9A7F-0523BA45E247}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3004D00E-D15C-4E4E-B425-84AF77CC8EE2}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
startUp.bat = startUp.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{F2B5DE44-1052-4003-BBFB-E9939BC1650B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{C0DF1604-AF9A-439F-994C-36939CAB8630}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{928E47A3-81DE-469A-B83F-7A1DCB7F6640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{928E47A3-81DE-469A-B83F-7A1DCB7F6640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{928E47A3-81DE-469A-B83F-7A1DCB7F6640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{928E47A3-81DE-469A-B83F-7A1DCB7F6640}.Release|Any CPU.Build.0 = Release|Any CPU
{D3C05A67-EB70-4211-9F4D-688E26B37F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C05A67-EB70-4211-9F4D-688E26B37F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C05A67-EB70-4211-9F4D-688E26B37F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C05A67-EB70-4211-9F4D-688E26B37F05}.Release|Any CPU.Build.0 = Release|Any CPU
{D7B212C4-C250-48AD-9A7F-0523BA45E247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7B212C4-C250-48AD-9A7F-0523BA45E247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7B212C4-C250-48AD-9A7F-0523BA45E247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7B212C4-C250-48AD-9A7F-0523BA45E247}.Release|Any CPU.Build.0 = Release|Any CPU
{F2B5DE44-1052-4003-BBFB-E9939BC1650B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2B5DE44-1052-4003-BBFB-E9939BC1650B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2B5DE44-1052-4003-BBFB-E9939BC1650B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2B5DE44-1052-4003-BBFB-E9939BC1650B}.Release|Any CPU.Build.0 = Release|Any CPU
{C0DF1604-AF9A-439F-994C-36939CAB8630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0DF1604-AF9A-439F-994C-36939CAB8630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0DF1604-AF9A-439F-994C-36939CAB8630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0DF1604-AF9A-439F-994C-36939CAB8630}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EF91ED7-C8AE-4CD9-95E3-34A53BE2D057}
EndGlobalSection
EndGlobal