-
Notifications
You must be signed in to change notification settings - Fork 4
/
BlazorMultiTenantApp.sln
37 lines (37 loc) · 2.14 KB
/
BlazorMultiTenantApp.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.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMultiTenant.Server", "BlazorMultiTenant\Server\BlazorMultiTenant.Server.csproj", "{0317C243-E76B-4FFC-82FF-32B0A0A5F617}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMultiTenant.Client", "BlazorMultiTenant\Client\BlazorMultiTenant.Client.csproj", "{25593399-C525-4B95-97F0-E73C68830F1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMultiTenant.Shared", "BlazorMultiTenant\Shared\BlazorMultiTenant.Shared.csproj", "{D2876B56-AA63-40A0-B3E5-79550E730BED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0317C243-E76B-4FFC-82FF-32B0A0A5F617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0317C243-E76B-4FFC-82FF-32B0A0A5F617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0317C243-E76B-4FFC-82FF-32B0A0A5F617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0317C243-E76B-4FFC-82FF-32B0A0A5F617}.Release|Any CPU.Build.0 = Release|Any CPU
{25593399-C525-4B95-97F0-E73C68830F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25593399-C525-4B95-97F0-E73C68830F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25593399-C525-4B95-97F0-E73C68830F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25593399-C525-4B95-97F0-E73C68830F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{D2876B56-AA63-40A0-B3E5-79550E730BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2876B56-AA63-40A0-B3E5-79550E730BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2876B56-AA63-40A0-B3E5-79550E730BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2876B56-AA63-40A0-B3E5-79550E730BED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3282CB34-35EF-4322-80CB-330306B5B5EB}
EndGlobalSection
EndGlobal