-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMultipleHostedBlazorApps.sln
More file actions
49 lines (49 loc) · 3.01 KB
/
MultipleHostedBlazorApps.sln
File metadata and controls
49 lines (49 loc) · 3.01 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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultipleHostedBlazorApps", "MultipleHostedBlazorApps\MultipleHostedBlazorApps.csproj", "{E4C95AD0-DC4E-44F5-9765-EBA60CC1340F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirstApp", "Clients\FirstApp\FirstApp.csproj", "{D3BBFDC5-83DA-45F9-82E9-CD288FF4EB9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedResources", "Shared\SharedResources.csproj", "{9D860DCE-60F8-45E1-8B42-DC25C23F8DE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecondApp", "Clients\SecondApp\SecondApp.csproj", "{61F0BF8A-5696-4DC7-B10A-746519F6736B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThirdApp", "Clients\ThirdApp\ThirdApp.csproj", "{1007B7D2-BDA4-4188-9904-E75332132083}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4C95AD0-DC4E-44F5-9765-EBA60CC1340F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C95AD0-DC4E-44F5-9765-EBA60CC1340F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C95AD0-DC4E-44F5-9765-EBA60CC1340F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4C95AD0-DC4E-44F5-9765-EBA60CC1340F}.Release|Any CPU.Build.0 = Release|Any CPU
{D3BBFDC5-83DA-45F9-82E9-CD288FF4EB9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3BBFDC5-83DA-45F9-82E9-CD288FF4EB9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3BBFDC5-83DA-45F9-82E9-CD288FF4EB9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3BBFDC5-83DA-45F9-82E9-CD288FF4EB9C}.Release|Any CPU.Build.0 = Release|Any CPU
{9D860DCE-60F8-45E1-8B42-DC25C23F8DE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D860DCE-60F8-45E1-8B42-DC25C23F8DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D860DCE-60F8-45E1-8B42-DC25C23F8DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D860DCE-60F8-45E1-8B42-DC25C23F8DE6}.Release|Any CPU.Build.0 = Release|Any CPU
{61F0BF8A-5696-4DC7-B10A-746519F6736B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F0BF8A-5696-4DC7-B10A-746519F6736B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F0BF8A-5696-4DC7-B10A-746519F6736B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F0BF8A-5696-4DC7-B10A-746519F6736B}.Release|Any CPU.Build.0 = Release|Any CPU
{1007B7D2-BDA4-4188-9904-E75332132083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1007B7D2-BDA4-4188-9904-E75332132083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1007B7D2-BDA4-4188-9904-E75332132083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1007B7D2-BDA4-4188-9904-E75332132083}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CABCB32-3C18-4FD5-8113-6F9ED1B2971D}
EndGlobalSection
EndGlobal