-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIntegrationTestingWithDockerDemo.sln
51 lines (51 loc) · 2.86 KB
/
IntegrationTestingWithDockerDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTestingWithDocker.Tests", "tests\IntegrationTestingWithDocker.Tests\IntegrationTestingWithDocker.Tests.csproj", "{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8F600733-D269-4DFC-8DC6-0EFBAD90297F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{91EA126E-FC9A-4EE1-ADA6-A7E3AB3157F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTestingWithDockerDemo", "src\IntegrationTestingWithDockerDemo\IntegrationTestingWithDockerDemo.csproj", "{27BCDFF1-B477-4E13-A801-926D9C6E2F1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{12606276-82A6-42AB-9735-8B98968F47F4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{8A123C17-B368-4A23-A0BA-E7DA6ECD16FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B}.Release|Any CPU.Build.0 = Release|Any CPU
{27BCDFF1-B477-4E13-A801-926D9C6E2F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27BCDFF1-B477-4E13-A801-926D9C6E2F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27BCDFF1-B477-4E13-A801-926D9C6E2F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27BCDFF1-B477-4E13-A801-926D9C6E2F1A}.Release|Any CPU.Build.0 = Release|Any CPU
{8A123C17-B368-4A23-A0BA-E7DA6ECD16FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A123C17-B368-4A23-A0BA-E7DA6ECD16FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A123C17-B368-4A23-A0BA-E7DA6ECD16FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A123C17-B368-4A23-A0BA-E7DA6ECD16FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DE7D3B5C-B61C-44BD-A3E7-763C25B0939B} = {91EA126E-FC9A-4EE1-ADA6-A7E3AB3157F2}
{27BCDFF1-B477-4E13-A801-926D9C6E2F1A} = {8F600733-D269-4DFC-8DC6-0EFBAD90297F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E91970B-7EF1-4DFD-9F67-410AD6B82848}
EndGlobalSection
EndGlobal