-
Notifications
You must be signed in to change notification settings - Fork 1
/
MultiTenantConfig.sln
37 lines (37 loc) · 2.06 KB
/
MultiTenantConfig.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 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiTenantWeb", "MultiTenantWeb\MultiTenantWeb.csproj", "{7C45B97C-3BE5-4977-A9BC-F5821CA0F84F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kwaazaar.Config", "Kwaazaar.Config\Kwaazaar.Config.csproj", "{E6547B02-94BF-4D10-87C7-D241388EF278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiTenantConsole", "MultiTenantConsole\MultiTenantConsole.csproj", "{B3B70D60-C168-4848-8117-53A5F94D8B97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C45B97C-3BE5-4977-A9BC-F5821CA0F84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C45B97C-3BE5-4977-A9BC-F5821CA0F84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C45B97C-3BE5-4977-A9BC-F5821CA0F84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C45B97C-3BE5-4977-A9BC-F5821CA0F84F}.Release|Any CPU.Build.0 = Release|Any CPU
{E6547B02-94BF-4D10-87C7-D241388EF278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6547B02-94BF-4D10-87C7-D241388EF278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6547B02-94BF-4D10-87C7-D241388EF278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6547B02-94BF-4D10-87C7-D241388EF278}.Release|Any CPU.Build.0 = Release|Any CPU
{B3B70D60-C168-4848-8117-53A5F94D8B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B70D60-C168-4848-8117-53A5F94D8B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B70D60-C168-4848-8117-53A5F94D8B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B70D60-C168-4848-8117-53A5F94D8B97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFD37751-9E4B-4851-B256-E8339B63BB82}
EndGlobalSection
EndGlobal