-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathTestContainers.sln
61 lines (61 loc) · 3.61 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
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessTestApi", "src\ServerlessTestApi\ServerlessTestApi.csproj", "{F823F114-972C-4F26-94CB-FA092E8EEC21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessTestApi.Core", "src\ServerlessTestApi.Core\ServerlessTestApi.Core.csproj", "{69BC342F-3C16-41EB-A4EE-8421B6BEF748}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E02638DF-C5C2-4389-8AF8-97BF2A0666ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{34C302B9-9379-45E5-B648-22DFC7396F01}"
ProjectSection(SolutionItems) = preProject
template.yaml = template.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiTests.IntegrationTestWithEmulation", "tests\ApiTests.IntegrationTestWithEmulation\ApiTests.IntegrationTestWithEmulation.csproj", "{2B3CD15C-5E66-41F9-AFC7-B49C48F47718}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessTestApi.Infrastructure", "src\ServerlessTestApi.Infrastructure\ServerlessTestApi.Infrastructure.csproj", "{207932BC-077A-49F3-90B4-DA7C3E48CBA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{146E5D4A-B1D3-4CDF-BB2E-66A91A1ECF17}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F823F114-972C-4F26-94CB-FA092E8EEC21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F823F114-972C-4F26-94CB-FA092E8EEC21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F823F114-972C-4F26-94CB-FA092E8EEC21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F823F114-972C-4F26-94CB-FA092E8EEC21}.Release|Any CPU.Build.0 = Release|Any CPU
{69BC342F-3C16-41EB-A4EE-8421B6BEF748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69BC342F-3C16-41EB-A4EE-8421B6BEF748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69BC342F-3C16-41EB-A4EE-8421B6BEF748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69BC342F-3C16-41EB-A4EE-8421B6BEF748}.Release|Any CPU.Build.0 = Release|Any CPU
{2B3CD15C-5E66-41F9-AFC7-B49C48F47718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B3CD15C-5E66-41F9-AFC7-B49C48F47718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B3CD15C-5E66-41F9-AFC7-B49C48F47718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B3CD15C-5E66-41F9-AFC7-B49C48F47718}.Release|Any CPU.Build.0 = Release|Any CPU
{207932BC-077A-49F3-90B4-DA7C3E48CBA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{207932BC-077A-49F3-90B4-DA7C3E48CBA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{207932BC-077A-49F3-90B4-DA7C3E48CBA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{207932BC-077A-49F3-90B4-DA7C3E48CBA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F823F114-972C-4F26-94CB-FA092E8EEC21} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{69BC342F-3C16-41EB-A4EE-8421B6BEF748} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{2B3CD15C-5E66-41F9-AFC7-B49C48F47718} = {E02638DF-C5C2-4389-8AF8-97BF2A0666ED}
{207932BC-077A-49F3-90B4-DA7C3E48CBA5} = {34C302B9-9379-45E5-B648-22DFC7396F01}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20CD382D-F5A7-404C-9D33-486026D99E76}
EndGlobalSection
EndGlobal