-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAzureFunctions.Extensions.Middleware.sln
More file actions
42 lines (42 loc) · 2.52 KB
/
Copy pathAzureFunctions.Extensions.Middleware.sln
File metadata and controls
42 lines (42 loc) · 2.52 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Extensions.Middleware", "src\AzureFunctions.Extensions.Middleware\AzureFunctions.Extensions.Middleware.csproj", "{1AB7FDA2-9EEA-42DF-9369-75E864FB4B80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Middleware.InProcess.Sample", "sample\AzureFunctions.Middleware.InProcess.Sample\AzureFunctions.Middleware.InProcess.Sample.csproj", "{FF06D7DB-074C-4859-83B8-273A1EC1CF69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Middleware.Isolated.Sample", "sample\AzureFunctions.Middleware.Isolated.Sample\AzureFunctions.Middleware.Isolated.Sample.csproj", "{BECBF1BC-0E36-405D-B537-2EA35280140D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{843BF6FB-DEE3-42CF-92A7-B152C53501A1}"
ProjectSection(SolutionItems) = preProject
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
{1AB7FDA2-9EEA-42DF-9369-75E864FB4B80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB7FDA2-9EEA-42DF-9369-75E864FB4B80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB7FDA2-9EEA-42DF-9369-75E864FB4B80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB7FDA2-9EEA-42DF-9369-75E864FB4B80}.Release|Any CPU.Build.0 = Release|Any CPU
{FF06D7DB-074C-4859-83B8-273A1EC1CF69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF06D7DB-074C-4859-83B8-273A1EC1CF69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF06D7DB-074C-4859-83B8-273A1EC1CF69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF06D7DB-074C-4859-83B8-273A1EC1CF69}.Release|Any CPU.Build.0 = Release|Any CPU
{BECBF1BC-0E36-405D-B537-2EA35280140D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BECBF1BC-0E36-405D-B537-2EA35280140D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BECBF1BC-0E36-405D-B537-2EA35280140D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BECBF1BC-0E36-405D-B537-2EA35280140D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C534D7C-DC3B-4A55-AE0E-CFDE002C625C}
EndGlobalSection
EndGlobal