-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMaintenanceModeMiddleware.sln
37 lines (37 loc) · 2.19 KB
/
MaintenanceModeMiddleware.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 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaintenanceModeMiddleware.Demo", "src\MaintenanceModeMiddleware.Demo\MaintenanceModeMiddleware.Demo.csproj", "{91C663CF-577C-4FC7-AE3B-FD74861F833A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaintenanceModeMiddleware", "src\MaintenanceModeMiddleware\MaintenanceModeMiddleware.csproj", "{A92CAD89-6152-4786-B147-46BB3FDC48EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaintenanceModeMiddleware.Tests", "src\MaintenanceModeMiddleware.Tests\MaintenanceModeMiddleware.Tests.csproj", "{C649F17F-EBB0-40B0-9153-6F8F1AD52694}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91C663CF-577C-4FC7-AE3B-FD74861F833A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C663CF-577C-4FC7-AE3B-FD74861F833A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C663CF-577C-4FC7-AE3B-FD74861F833A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C663CF-577C-4FC7-AE3B-FD74861F833A}.Release|Any CPU.Build.0 = Release|Any CPU
{A92CAD89-6152-4786-B147-46BB3FDC48EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A92CAD89-6152-4786-B147-46BB3FDC48EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A92CAD89-6152-4786-B147-46BB3FDC48EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A92CAD89-6152-4786-B147-46BB3FDC48EC}.Release|Any CPU.Build.0 = Release|Any CPU
{C649F17F-EBB0-40B0-9153-6F8F1AD52694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C649F17F-EBB0-40B0-9153-6F8F1AD52694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C649F17F-EBB0-40B0-9153-6F8F1AD52694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C649F17F-EBB0-40B0-9153-6F8F1AD52694}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49B8A4AA-A8E0-4490-8A5D-FD8238D069EB}
EndGlobalSection
EndGlobal