-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alligator.Compact.sln
55 lines (55 loc) · 3.54 KB
/
Alligator.Compact.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 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alligator.Solver", "Alligator.Solver\Alligator.Solver.csproj", "{683DE064-2731-4553-81F5-813840788C74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alligator.Demo", "Alligator.Demo\Alligator.Demo.csproj", "{559193A2-D910-4940-842C-74A412207634}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alligator.Test", "Alligator.Test\Alligator.Test.csproj", "{0753E958-C7AE-4D0E-9178-47BCD7385496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alligator.SixMaking", "Alligator.SixMaking\Alligator.SixMaking.csproj", "{0A0454ED-279E-4BB4-93C9-0E65A54397EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alligator.Benchmark", "Alligator.Benchmark\Alligator.Benchmark.csproj", "{BEA87A2B-B421-4253-A426-81226C3025C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alligator.TicTacToe", "Alligator.TicTacToe\Alligator.TicTacToe.csproj", "{28060B42-B42E-4C1C-895C-FD0B0C656553}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{683DE064-2731-4553-81F5-813840788C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{683DE064-2731-4553-81F5-813840788C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{683DE064-2731-4553-81F5-813840788C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{683DE064-2731-4553-81F5-813840788C74}.Release|Any CPU.Build.0 = Release|Any CPU
{559193A2-D910-4940-842C-74A412207634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{559193A2-D910-4940-842C-74A412207634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{559193A2-D910-4940-842C-74A412207634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{559193A2-D910-4940-842C-74A412207634}.Release|Any CPU.Build.0 = Release|Any CPU
{0753E958-C7AE-4D0E-9178-47BCD7385496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0753E958-C7AE-4D0E-9178-47BCD7385496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0753E958-C7AE-4D0E-9178-47BCD7385496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0753E958-C7AE-4D0E-9178-47BCD7385496}.Release|Any CPU.Build.0 = Release|Any CPU
{0A0454ED-279E-4BB4-93C9-0E65A54397EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A0454ED-279E-4BB4-93C9-0E65A54397EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A0454ED-279E-4BB4-93C9-0E65A54397EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A0454ED-279E-4BB4-93C9-0E65A54397EB}.Release|Any CPU.Build.0 = Release|Any CPU
{BEA87A2B-B421-4253-A426-81226C3025C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEA87A2B-B421-4253-A426-81226C3025C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEA87A2B-B421-4253-A426-81226C3025C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEA87A2B-B421-4253-A426-81226C3025C8}.Release|Any CPU.Build.0 = Release|Any CPU
{28060B42-B42E-4C1C-895C-FD0B0C656553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28060B42-B42E-4C1C-895C-FD0B0C656553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28060B42-B42E-4C1C-895C-FD0B0C656553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28060B42-B42E-4C1C-895C-FD0B0C656553}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A606014-4636-4BCD-9E3D-8D8C911810F5}
EndGlobalSection
EndGlobal