-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathServerlessRequestBin.sln
38 lines (38 loc) · 1.77 KB
/
ServerlessRequestBin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessRequestBin.Function", "src\ServerlessRequestBin.Function\ServerlessRequestBin.Function.csproj", "{F8D0714B-F463-43EE-86C8-3F499453B236}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C561BF24-14B9-4786-A68C-233E1523946D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{278F4817-CE1D-4BD3-8C42-4BA3F278DAE0}"
ProjectSection(SolutionItems) = preProject
azuredeploy.json = azuredeploy.json
azuredeploy.parameters.json = azuredeploy.parameters.json
Deploy-AzureResourceGroup.ps1 = Deploy-AzureResourceGroup.ps1
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
{F8D0714B-F463-43EE-86C8-3F499453B236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D0714B-F463-43EE-86C8-3F499453B236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D0714B-F463-43EE-86C8-3F499453B236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D0714B-F463-43EE-86C8-3F499453B236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F8D0714B-F463-43EE-86C8-3F499453B236} = {C561BF24-14B9-4786-A68C-233E1523946D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D100AB8-B7CE-47B9-B6D1-9068B3E33AC5}
EndGlobalSection
EndGlobal