-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAwsLambdaTemplate.sln
51 lines (51 loc) · 2.78 KB
/
AwsLambdaTemplate.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 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwsLambdaTemplate", "AwsLambdaTemplate\AwsLambdaTemplate.csproj", "{C35A8335-8073-4072-A6A0-39A5CF369102}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AwsLambdaTemplate.Tests", "AwsLambdaTemplate.Tests\AwsLambdaTemplate.Tests.csproj", "{C62DB508-F8CD-476D-A0D3-EEFE53322B58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReferenceTest", "ReferenceTest\ReferenceTest.csproj", "{8B00FBAF-9C31-42C6-8268-E1A017B7A603}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78A84AE7-DF5D-4FB3-98AF-8AC05EBCF0DB}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B2ED2D50-5F01-4869-ABA9-3C0396DFE585}"
ProjectSection(SolutionItems) = preProject
.github\workflows\deploy.yml = .github\workflows\deploy.yml
.github\workflows\unittest.yml = .github\workflows\unittest.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C35A8335-8073-4072-A6A0-39A5CF369102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C35A8335-8073-4072-A6A0-39A5CF369102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C35A8335-8073-4072-A6A0-39A5CF369102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C35A8335-8073-4072-A6A0-39A5CF369102}.Release|Any CPU.Build.0 = Release|Any CPU
{C62DB508-F8CD-476D-A0D3-EEFE53322B58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C62DB508-F8CD-476D-A0D3-EEFE53322B58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C62DB508-F8CD-476D-A0D3-EEFE53322B58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C62DB508-F8CD-476D-A0D3-EEFE53322B58}.Release|Any CPU.Build.0 = Release|Any CPU
{8B00FBAF-9C31-42C6-8268-E1A017B7A603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B00FBAF-9C31-42C6-8268-E1A017B7A603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B00FBAF-9C31-42C6-8268-E1A017B7A603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B00FBAF-9C31-42C6-8268-E1A017B7A603}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2ED2D50-5F01-4869-ABA9-3C0396DFE585} = {78A84AE7-DF5D-4FB3-98AF-8AC05EBCF0DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A4905E7-58BE-468B-A6ED-A3B87B670B55}
EndGlobalSection
EndGlobal