-
Notifications
You must be signed in to change notification settings - Fork 6
/
Serverless-WebApi.sln
31 lines (31 loc) · 1.56 KB
/
Serverless-WebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreProxy", "src\AspNetCoreProxy\AspNetCoreProxy.csproj", "{F4F882A4-71B0-4C07-A77A-40410BA35E59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "src\WebApi\WebApi.csproj", "{D4F52A0A-8DC5-4CF0-AE8B-55B3F6E4606B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4F882A4-71B0-4C07-A77A-40410BA35E59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4F882A4-71B0-4C07-A77A-40410BA35E59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4F882A4-71B0-4C07-A77A-40410BA35E59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4F882A4-71B0-4C07-A77A-40410BA35E59}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F52A0A-8DC5-4CF0-AE8B-55B3F6E4606B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F52A0A-8DC5-4CF0-AE8B-55B3F6E4606B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F52A0A-8DC5-4CF0-AE8B-55B3F6E4606B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F52A0A-8DC5-4CF0-AE8B-55B3F6E4606B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D48E683-56EC-4587-948C-79EF8ED821FA}
EndGlobalSection
EndGlobal