-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMinerva.sln
More file actions
60 lines (60 loc) · 3.67 KB
/
Minerva.sln
File metadata and controls
60 lines (60 loc) · 3.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{3A8DF596-E814-FECC-DD4B-D8EF8AAC1A0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{FF77485D-96D1-B1AA-B58F-3986BE3ADB27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DB-Server", "src\DB-Server\DB-Server.csproj", "{81FE67CA-4C7F-547A-D055-3DD8C0614601}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "src\Client\Client.csproj", "{0932372F-7675-485D-EC7A-B33B6C6565F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stablesolver", "stablesolver", "{1ACAB0F6-77BB-17B1-A020-AA055E416834}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{1C782BE5-7A85-D39F-B6F4-275C45B2B398}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StableSolver", "lib\stablesolver\csharp\StableSolver\StableSolver.csproj", "{650F48AD-A119-573F-8AE0-69D42B754A6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF77485D-96D1-B1AA-B58F-3986BE3ADB27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF77485D-96D1-B1AA-B58F-3986BE3ADB27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF77485D-96D1-B1AA-B58F-3986BE3ADB27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF77485D-96D1-B1AA-B58F-3986BE3ADB27}.Release|Any CPU.Build.0 = Release|Any CPU
{81FE67CA-4C7F-547A-D055-3DD8C0614601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FE67CA-4C7F-547A-D055-3DD8C0614601}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FE67CA-4C7F-547A-D055-3DD8C0614601}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FE67CA-4C7F-547A-D055-3DD8C0614601}.Release|Any CPU.Build.0 = Release|Any CPU
{0932372F-7675-485D-EC7A-B33B6C6565F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0932372F-7675-485D-EC7A-B33B6C6565F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0932372F-7675-485D-EC7A-B33B6C6565F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0932372F-7675-485D-EC7A-B33B6C6565F2}.Release|Any CPU.Build.0 = Release|Any CPU
{650F48AD-A119-573F-8AE0-69D42B754A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650F48AD-A119-573F-8AE0-69D42B754A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650F48AD-A119-573F-8AE0-69D42B754A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650F48AD-A119-573F-8AE0-69D42B754A6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF77485D-96D1-B1AA-B58F-3986BE3ADB27} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
{81FE67CA-4C7F-547A-D055-3DD8C0614601} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{0932372F-7675-485D-EC7A-B33B6C6565F2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{1ACAB0F6-77BB-17B1-A020-AA055E416834} = {3A8DF596-E814-FECC-DD4B-D8EF8AAC1A0D}
{1C782BE5-7A85-D39F-B6F4-275C45B2B398} = {1ACAB0F6-77BB-17B1-A020-AA055E416834}
{650F48AD-A119-573F-8AE0-69D42B754A6A} = {1C782BE5-7A85-D39F-B6F4-275C45B2B398}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70332297-000B-4704-929F-F2C5E73A97D0}
EndGlobalSection
EndGlobal