-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFunctionApp9.sln
34 lines (34 loc) · 1.99 KB
/
FunctionApp9.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionApp9", "FunctionApp9\FunctionApp9.csproj", "{4E65AAA5-EC9E-4F75-A865-650260953179}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionApp9.AppHost", "FunctionApp9.AppHost\FunctionApp9.AppHost.csproj", "{594285C0-2D70-472B-87C8-ABAC3288F0CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionApp9.ServiceDefaults", "FunctionApp9.ServiceDefaults\FunctionApp9.ServiceDefaults.csproj", "{0D29C8D3-4A35-4899-8150-6BADCA01A30A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E65AAA5-EC9E-4F75-A865-650260953179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E65AAA5-EC9E-4F75-A865-650260953179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E65AAA5-EC9E-4F75-A865-650260953179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E65AAA5-EC9E-4F75-A865-650260953179}.Release|Any CPU.Build.0 = Release|Any CPU
{594285C0-2D70-472B-87C8-ABAC3288F0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{594285C0-2D70-472B-87C8-ABAC3288F0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{594285C0-2D70-472B-87C8-ABAC3288F0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{594285C0-2D70-472B-87C8-ABAC3288F0CC}.Release|Any CPU.Build.0 = Release|Any CPU
{0D29C8D3-4A35-4899-8150-6BADCA01A30A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D29C8D3-4A35-4899-8150-6BADCA01A30A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D29C8D3-4A35-4899-8150-6BADCA01A30A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D29C8D3-4A35-4899-8150-6BADCA01A30A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal