-
Notifications
You must be signed in to change notification settings - Fork 1
/
AZT.TestContainers.sln
70 lines (70 loc) · 4.53 KB
/
AZT.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.HelloWorld", "TestContainers.HelloWorld\TestContainers.HelloWorld.csproj", "{24EF33E6-E9CD-41C4-99FE-3EEA728CB826}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.DbSetup", "TestContainers.DbSetup\TestContainers.DbSetup.csproj", "{B100DAD9-1764-4FC7-A31D-D8547D93FFC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.DemoApp", "TestContainers.DemoApp\TestContainers.DemoApp.csproj", "{6524D40B-3C76-4625-93F4-561BEAF43D8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.SpecflowDemo", "TestContainers.SpecflowDemo\TestContainers.SpecflowDemo.csproj", "{4673E88A-6F02-4681-B87D-0285A12605A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.Shared", "TestContainers.Shared\TestContainers.Shared.csproj", "{76F33BC4-65CA-4216-9F4C-FD2D531885B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{444818C2-39C4-455F-B4FA-EAB6B08CC408}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Dockerfile = Dockerfile
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContainers.IntegratedTest", "TestContainers.IntegratedTest\TestContainers.IntegratedTest.csproj", "{FE029D95-9370-40FF-873B-51A78B68E2EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testcontainers.XUnitDemo", "Testcontainers.XUnitDemo\Testcontainers.XUnitDemo.csproj", "{FA147689-1D87-49C5-BCA8-F04CD4B27EEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24EF33E6-E9CD-41C4-99FE-3EEA728CB826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24EF33E6-E9CD-41C4-99FE-3EEA728CB826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24EF33E6-E9CD-41C4-99FE-3EEA728CB826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24EF33E6-E9CD-41C4-99FE-3EEA728CB826}.Release|Any CPU.Build.0 = Release|Any CPU
{B100DAD9-1764-4FC7-A31D-D8547D93FFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B100DAD9-1764-4FC7-A31D-D8547D93FFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B100DAD9-1764-4FC7-A31D-D8547D93FFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B100DAD9-1764-4FC7-A31D-D8547D93FFC7}.Release|Any CPU.Build.0 = Release|Any CPU
{6524D40B-3C76-4625-93F4-561BEAF43D8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6524D40B-3C76-4625-93F4-561BEAF43D8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6524D40B-3C76-4625-93F4-561BEAF43D8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6524D40B-3C76-4625-93F4-561BEAF43D8D}.Release|Any CPU.Build.0 = Release|Any CPU
{4673E88A-6F02-4681-B87D-0285A12605A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4673E88A-6F02-4681-B87D-0285A12605A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4673E88A-6F02-4681-B87D-0285A12605A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4673E88A-6F02-4681-B87D-0285A12605A6}.Release|Any CPU.Build.0 = Release|Any CPU
{76F33BC4-65CA-4216-9F4C-FD2D531885B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F33BC4-65CA-4216-9F4C-FD2D531885B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F33BC4-65CA-4216-9F4C-FD2D531885B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F33BC4-65CA-4216-9F4C-FD2D531885B0}.Release|Any CPU.Build.0 = Release|Any CPU
{FE029D95-9370-40FF-873B-51A78B68E2EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE029D95-9370-40FF-873B-51A78B68E2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE029D95-9370-40FF-873B-51A78B68E2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE029D95-9370-40FF-873B-51A78B68E2EB}.Release|Any CPU.Build.0 = Release|Any CPU
{FA147689-1D87-49C5-BCA8-F04CD4B27EEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA147689-1D87-49C5-BCA8-F04CD4B27EEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA147689-1D87-49C5-BCA8-F04CD4B27EEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA147689-1D87-49C5-BCA8-F04CD4B27EEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CC469F8-77C2-4624-8F2B-5A394011C344}
EndGlobalSection
EndGlobal