-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArenaii.sln
79 lines (78 loc) · 4.92 KB
/
Arenaii.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii", "src\Arenaii\Arenaii.csproj", "{2B3A8EDE-4064-4BF2-AA11-0CE72432A5AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.AIGames", "src\Arenaii.AIGames\Arenaii.AIGames.csproj", "{D28327D6-2D35-4147-B64C-E8BD1B97A9E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F567E1E8-F01F-4C21-996D-58D7D9B45DE3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{80036786-65CF-4E9D-8ACC-9E9946097E86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.Backgammon", "src\Arenaii.Backgammon\Arenaii.Backgammon.csproj", "{578B2669-E064-424E-9171-79E78779420C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.AIGames.UltimateTicTacToe", "src\Arenaii.AIGames.UltimateTicTacToe\Arenaii.AIGames.UltimateTicTacToe.csproj", "{BBD06067-0B4C-46CF-8F3A-32373AF091C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{47039D48-EF0D-4D60-A2E9-5C94B73E7FA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.AIGames.LightRiders", "src\Arenaii.AIGames.LightRiders\Arenaii.AIGames.LightRiders.csproj", "{CF51AC49-D68F-4096-A201-1C668A3BC0B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.RiddlesIo.Golad", "src\Arenaii.RiddlesIo.Golad\Arenaii.RiddlesIo.Golad.csproj", "{E93AB3D6-237C-4515-B54A-23CFE8059123}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arenaii.Specs", "specs\Arenaii.Specs\Arenaii.Specs.csproj", "{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B3A8EDE-4064-4BF2-AA11-0CE72432A5AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B3A8EDE-4064-4BF2-AA11-0CE72432A5AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B3A8EDE-4064-4BF2-AA11-0CE72432A5AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B3A8EDE-4064-4BF2-AA11-0CE72432A5AC}.Release|Any CPU.Build.0 = Release|Any CPU
{D28327D6-2D35-4147-B64C-E8BD1B97A9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D28327D6-2D35-4147-B64C-E8BD1B97A9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D28327D6-2D35-4147-B64C-E8BD1B97A9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D28327D6-2D35-4147-B64C-E8BD1B97A9E8}.Release|Any CPU.Build.0 = Release|Any CPU
{578B2669-E064-424E-9171-79E78779420C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{578B2669-E064-424E-9171-79E78779420C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{578B2669-E064-424E-9171-79E78779420C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{578B2669-E064-424E-9171-79E78779420C}.Release|Any CPU.Build.0 = Release|Any CPU
{BBD06067-0B4C-46CF-8F3A-32373AF091C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBD06067-0B4C-46CF-8F3A-32373AF091C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBD06067-0B4C-46CF-8F3A-32373AF091C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBD06067-0B4C-46CF-8F3A-32373AF091C2}.Release|Any CPU.Build.0 = Release|Any CPU
{CF51AC49-D68F-4096-A201-1C668A3BC0B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF51AC49-D68F-4096-A201-1C668A3BC0B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF51AC49-D68F-4096-A201-1C668A3BC0B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF51AC49-D68F-4096-A201-1C668A3BC0B8}.Release|Any CPU.Build.0 = Release|Any CPU
{E93AB3D6-237C-4515-B54A-23CFE8059123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E93AB3D6-237C-4515-B54A-23CFE8059123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E93AB3D6-237C-4515-B54A-23CFE8059123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E93AB3D6-237C-4515-B54A-23CFE8059123}.Release|Any CPU.Build.0 = Release|Any CPU
{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A087DBC-3CCD-485C-A06A-2DDDE9C5F57F} = {47039D48-EF0D-4D60-A2E9-5C94B73E7FA3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EB851E3-E022-413F-AF6C-821E02F0F812}
EndGlobalSection
EndGlobal