This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathTestContainers.sln
54 lines (54 loc) · 2.95 KB
/
TestContainers.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
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB91417F-1345-4FAD-9D56-7B11DF593084}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5DC26A60-8775-4076-A94D-1BDC36B0A828}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers", "src\TestContainers\TestContainers.csproj", "{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.Tests", "test\TestContainers.Tests\TestContainers.Tests.csproj", "{9C954639-D343-4E02-A5C8-B3A466CE2F70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A755F2E9-2190-43D5-83E4-24B200229AC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{8B15174D-526B-410D-BC0D-6D1A73F7486E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BD76D744-5B1C-4504-9C17-8302D710EC6A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{9C954639-D343-4E02-A5C8-B3A466CE2F70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C954639-D343-4E02-A5C8-B3A466CE2F70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C954639-D343-4E02-A5C8-B3A466CE2F70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C954639-D343-4E02-A5C8-B3A466CE2F70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D05E9EF-78BF-48A6-9CF6-D4F6AEBE2C7A} = {BB91417F-1345-4FAD-9D56-7B11DF593084}
{9C954639-D343-4E02-A5C8-B3A466CE2F70} = {5DC26A60-8775-4076-A94D-1BDC36B0A828}
{8B15174D-526B-410D-BC0D-6D1A73F7486E} = {A755F2E9-2190-43D5-83E4-24B200229AC0}
{BD76D744-5B1C-4504-9C17-8302D710EC6A} = {8B15174D-526B-410D-BC0D-6D1A73F7486E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D84DD44-76E1-4131-9E5E-075E384BFEE6}
EndGlobalSection
EndGlobal