-
Notifications
You must be signed in to change notification settings - Fork 9
/
space-game.sln
39 lines (39 loc) · 2.17 KB
/
space-game.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "database", "database\database.sqlproj", "{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "unit-tests", "unit-tests\unit-tests.csproj", "{773BA444-0D67-4F37-8762-17E108CCD5F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "web-app", "web-app\web-app.csproj", "{A0C4E31E-AC75-4F39-9F59-0AA19D9B8F46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Release|Any CPU.Build.0 = Release|Any CPU
{8BAA5C4E-F217-4E45-8473-1EBAE2684BFF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{773BA444-0D67-4F37-8762-17E108CCD5F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{773BA444-0D67-4F37-8762-17E108CCD5F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{773BA444-0D67-4F37-8762-17E108CCD5F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{773BA444-0D67-4F37-8762-17E108CCD5F5}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C4E31E-AC75-4F39-9F59-0AA19D9B8F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C4E31E-AC75-4F39-9F59-0AA19D9B8F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C4E31E-AC75-4F39-9F59-0AA19D9B8F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C4E31E-AC75-4F39-9F59-0AA19D9B8F46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDECAE68-0820-4E4C-81C4-091BAC64F8ED}
EndGlobalSection
EndGlobal