-
Notifications
You must be signed in to change notification settings - Fork 0
/
FunctionApp1.sln
37 lines (37 loc) · 2.09 KB
/
FunctionApp1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionApp1", "FunctionApp1\FunctionApp1.csproj", "{5541C707-A460-4774-A7B3-BAB16C6E03E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{09BF4BAE-FB73-4DFD-ABA9-FAD0C49E0454}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionApp1.SharedContracts", "FunctionApp1.SharedContracts\FunctionApp1.SharedContracts.csproj", "{57D11B8A-978A-4E5A-ABC7-5B0D5AD0AB54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5541C707-A460-4774-A7B3-BAB16C6E03E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5541C707-A460-4774-A7B3-BAB16C6E03E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5541C707-A460-4774-A7B3-BAB16C6E03E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5541C707-A460-4774-A7B3-BAB16C6E03E2}.Release|Any CPU.Build.0 = Release|Any CPU
{09BF4BAE-FB73-4DFD-ABA9-FAD0C49E0454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09BF4BAE-FB73-4DFD-ABA9-FAD0C49E0454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09BF4BAE-FB73-4DFD-ABA9-FAD0C49E0454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09BF4BAE-FB73-4DFD-ABA9-FAD0C49E0454}.Release|Any CPU.Build.0 = Release|Any CPU
{57D11B8A-978A-4E5A-ABC7-5B0D5AD0AB54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57D11B8A-978A-4E5A-ABC7-5B0D5AD0AB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D11B8A-978A-4E5A-ABC7-5B0D5AD0AB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D11B8A-978A-4E5A-ABC7-5B0D5AD0AB54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53ACD917-9A8E-4465-93B3-5C644A8ED664}
EndGlobalSection
EndGlobal