forked from jasonFerre/api-serverless-net-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNet.Core.API.Serverless.sln
More file actions
43 lines (43 loc) · 2.74 KB
/
Net.Core.API.Serverless.sln
File metadata and controls
43 lines (43 loc) · 2.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net.Core.API.Serverless.App", "Net.Core.API.Serverless.App\Net.Core.API.Serverless.App.csproj", "{84451033-5ED0-407A-BFCC-82AEFD22A22C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net.Core.API.Serverless.App.Tests", "Net.Core.API.Serverless.App.Tests\Net.Core.API.Serverless.App.Tests.csproj", "{817B7B0B-D73C-4E97-B4C8-CC52CB6FCA9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.Core.API.Serverless.Infrastructure", "Net.Core.API.Serverless.Infrastructure\Net.Core.API.Serverless.Infrastructure.csproj", "{D13C1077-1361-4A5E-9E72-D9FAF0743AA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.Core.API.Serverless.Domain", "Net.Core.API.Serverless.Domain\Net.Core.API.Serverless.Domain.csproj", "{71BB3C9F-346E-4A96-AE47-80661EACAC4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84451033-5ED0-407A-BFCC-82AEFD22A22C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84451033-5ED0-407A-BFCC-82AEFD22A22C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84451033-5ED0-407A-BFCC-82AEFD22A22C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84451033-5ED0-407A-BFCC-82AEFD22A22C}.Release|Any CPU.Build.0 = Release|Any CPU
{817B7B0B-D73C-4E97-B4C8-CC52CB6FCA9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817B7B0B-D73C-4E97-B4C8-CC52CB6FCA9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817B7B0B-D73C-4E97-B4C8-CC52CB6FCA9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817B7B0B-D73C-4E97-B4C8-CC52CB6FCA9A}.Release|Any CPU.Build.0 = Release|Any CPU
{D13C1077-1361-4A5E-9E72-D9FAF0743AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D13C1077-1361-4A5E-9E72-D9FAF0743AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D13C1077-1361-4A5E-9E72-D9FAF0743AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D13C1077-1361-4A5E-9E72-D9FAF0743AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{71BB3C9F-346E-4A96-AE47-80661EACAC4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71BB3C9F-346E-4A96-AE47-80661EACAC4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71BB3C9F-346E-4A96-AE47-80661EACAC4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71BB3C9F-346E-4A96-AE47-80661EACAC4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {197C9444-BA72-403E-8DCB-7DD3007216EF}
EndGlobalSection
EndGlobal