-
Notifications
You must be signed in to change notification settings - Fork 1
/
SuperCOOL.sln
42 lines (42 loc) · 2.29 KB
/
SuperCOOL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperCOOL", "src\SuperCOOL\SuperCOOL.csproj", "{441EADF2-0D8F-48DA-9DC6-988C88EF5631}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{EDCA8D29-0E96-4C87-9C87-3DC29395B9BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperCOOL.Tests", "tests\SuperCOOL.Tests\SuperCOOL.Tests.csproj", "{04A68000-2AD9-40FC-8846-BBB05C7B2E09}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{AFB8C995-0E5A-4703-85F8-E45C168E5E9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{441EADF2-0D8F-48DA-9DC6-988C88EF5631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{441EADF2-0D8F-48DA-9DC6-988C88EF5631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{441EADF2-0D8F-48DA-9DC6-988C88EF5631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{441EADF2-0D8F-48DA-9DC6-988C88EF5631}.Release|Any CPU.Build.0 = Release|Any CPU
{04A68000-2AD9-40FC-8846-BBB05C7B2E09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A68000-2AD9-40FC-8846-BBB05C7B2E09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A68000-2AD9-40FC-8846-BBB05C7B2E09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A68000-2AD9-40FC-8846-BBB05C7B2E09}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB8C995-0E5A-4703-85F8-E45C168E5E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB8C995-0E5A-4703-85F8-E45C168E5E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB8C995-0E5A-4703-85F8-E45C168E5E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB8C995-0E5A-4703-85F8-E45C168E5E9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04A68000-2AD9-40FC-8846-BBB05C7B2E09} = {EDCA8D29-0E96-4C87-9C87-3DC29395B9BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9CB9604-15C4-4404-ACA8-1B02FF0C8D20}
EndGlobalSection
EndGlobal