-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlatform.sln
More file actions
40 lines (40 loc) · 2.18 KB
/
Platform.sln
File metadata and controls
40 lines (40 loc) · 2.18 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Platform", "Platform\Platform.csproj", "{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlatformUnitTests", "PlatformUnitTests\PlatformUnitTests.csproj", "{97ADB6DB-DC62-4399-A14C-EF7C3002683A}"
ProjectSection(ProjectDependencies) = postProject
{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE} = {3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{E380402F-9A32-4E99-A7EE-5055EA44F457}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3948AB21-AA2B-4ABF-BE05-F84C0D06C3EE}.Release|Any CPU.Build.0 = Release|Any CPU
{97ADB6DB-DC62-4399-A14C-EF7C3002683A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97ADB6DB-DC62-4399-A14C-EF7C3002683A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97ADB6DB-DC62-4399-A14C-EF7C3002683A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97ADB6DB-DC62-4399-A14C-EF7C3002683A}.Release|Any CPU.Build.0 = Release|Any CPU
{E380402F-9A32-4E99-A7EE-5055EA44F457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E380402F-9A32-4E99-A7EE-5055EA44F457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E380402F-9A32-4E99-A7EE-5055EA44F457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E380402F-9A32-4E99-A7EE-5055EA44F457}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {691D601F-C753-4BCE-BCA0-BC9062BA5BD5}
EndGlobalSection
EndGlobal