-
Notifications
You must be signed in to change notification settings - Fork 6
/
Serverless.Microservice.Bootstrap.sln
47 lines (47 loc) · 2.33 KB
/
Serverless.Microservice.Bootstrap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D4D35B5-177A-439F-AAAA-AF29F41BD49B}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.ps1 = build.ps1
build.sh = build.sh
deploy.sh = deploy.sh
README.md = README.md
serverless.yml = serverless.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Handlers", "Handlers\Handlers.csproj", "{D2124DA5-1A70-4485-BDC2-D554A6283A06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{8C0FD11D-C0B4-4AE7-B627-B14D074D1788}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "DomainService\Domain.csproj", "{16ADD706-F580-4ED0-A3AD-3DD40255C3F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2124DA5-1A70-4485-BDC2-D554A6283A06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2124DA5-1A70-4485-BDC2-D554A6283A06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2124DA5-1A70-4485-BDC2-D554A6283A06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2124DA5-1A70-4485-BDC2-D554A6283A06}.Release|Any CPU.Build.0 = Release|Any CPU
{8C0FD11D-C0B4-4AE7-B627-B14D074D1788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0FD11D-C0B4-4AE7-B627-B14D074D1788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0FD11D-C0B4-4AE7-B627-B14D074D1788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0FD11D-C0B4-4AE7-B627-B14D074D1788}.Release|Any CPU.Build.0 = Release|Any CPU
{16ADD706-F580-4ED0-A3AD-3DD40255C3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16ADD706-F580-4ED0-A3AD-3DD40255C3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16ADD706-F580-4ED0-A3AD-3DD40255C3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16ADD706-F580-4ED0-A3AD-3DD40255C3F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5B69645-B0B9-4557-A722-A476D67F90D0}
EndGlobalSection
EndGlobal