-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServingSpaFromKestrel.sln
21 lines (21 loc) · 1.23 KB
/
ServingSpaFromKestrel.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassicApi", "ClassicApi\ClassicApi.csproj", "{263D5CF6-06F2-4141-B04A-A167FE4A4F5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApi", "MinimalApi\MinimalApi.csproj", "{FBCBE2D9-9F5E-45D4-997B-DDFAC508F80C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{263D5CF6-06F2-4141-B04A-A167FE4A4F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263D5CF6-06F2-4141-B04A-A167FE4A4F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263D5CF6-06F2-4141-B04A-A167FE4A4F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263D5CF6-06F2-4141-B04A-A167FE4A4F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{FBCBE2D9-9F5E-45D4-997B-DDFAC508F80C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBCBE2D9-9F5E-45D4-997B-DDFAC508F80C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBCBE2D9-9F5E-45D4-997B-DDFAC508F80C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBCBE2D9-9F5E-45D4-997B-DDFAC508F80C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal