forked from aws-samples/serverless-test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServerlessTestApi.sln
89 lines (89 loc) · 5.79 KB
/
ServerlessTestApi.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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}") = "DeleteProduct", "src\DeleteProduct\DeleteProduct.csproj", "{3B2A0435-A583-4EC5-8D31-6F828B054FCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetProduct", "src\GetProduct\GetProduct.csproj", "{F823F114-972C-4F26-94CB-FA092E8EEC21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetProducts", "src\GetProducts\GetProducts.csproj", "{A9B9CE97-FE28-4F04-978B-E8E2A6581979}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PutProduct", "src\PutProduct\PutProduct.csproj", "{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C}"
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.IntegrationTest", "tests\ApiTests.IntegrationTest\ApiTests.IntegrationTest.csproj", "{98CD0930-4F51-4245-AB46-3781CA0D7054}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiTests.UnitTest", "tests\ApiTests.UnitTest\ApiTests.UnitTest.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
{3B2A0435-A583-4EC5-8D31-6F828B054FCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B2A0435-A583-4EC5-8D31-6F828B054FCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B2A0435-A583-4EC5-8D31-6F828B054FCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B2A0435-A583-4EC5-8D31-6F828B054FCC}.Release|Any CPU.Build.0 = Release|Any CPU
{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
{A9B9CE97-FE28-4F04-978B-E8E2A6581979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B9CE97-FE28-4F04-978B-E8E2A6581979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B9CE97-FE28-4F04-978B-E8E2A6581979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B9CE97-FE28-4F04-978B-E8E2A6581979}.Release|Any CPU.Build.0 = Release|Any CPU
{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C}.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
{98CD0930-4F51-4245-AB46-3781CA0D7054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CD0930-4F51-4245-AB46-3781CA0D7054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CD0930-4F51-4245-AB46-3781CA0D7054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CD0930-4F51-4245-AB46-3781CA0D7054}.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
{3B2A0435-A583-4EC5-8D31-6F828B054FCC} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{F823F114-972C-4F26-94CB-FA092E8EEC21} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{A9B9CE97-FE28-4F04-978B-E8E2A6581979} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{695CFFBD-ED9A-4BB3-A87B-B5910F750D0C} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{69BC342F-3C16-41EB-A4EE-8421B6BEF748} = {34C302B9-9379-45E5-B648-22DFC7396F01}
{98CD0930-4F51-4245-AB46-3781CA0D7054} = {E02638DF-C5C2-4389-8AF8-97BF2A0666ED}
{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