forked from Azure/azure-saas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSaas.SignupAdministration.sln
43 lines (43 loc) · 2.61 KB
/
Saas.SignupAdministration.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Saas.SignupAdministration.Web", "Saas.SignupAdministration.Web\Saas.SignupAdministration.Web.csproj", "{42415C21-8089-4DA0-8803-4C69C4FFC12F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Saas.Shared", "..\Saas.Lib\Saas.Shared\Saas.Shared.csproj", "{7611AF38-07BB-47AA-A002-9BBA79444E90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Saas.Identity", "..\Saas.Lib\Saas.Identity\Saas.Identity.csproj", "{7E6F5E35-997D-4800-BD03-3CCE40877271}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Saas.Admin.Client", "..\Saas.Admin\Saas.Admin.Client\Saas.Admin.Client.csproj", "{AE4FBD02-B570-4DCC-BCC8-AED74791D457}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42415C21-8089-4DA0-8803-4C69C4FFC12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42415C21-8089-4DA0-8803-4C69C4FFC12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42415C21-8089-4DA0-8803-4C69C4FFC12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42415C21-8089-4DA0-8803-4C69C4FFC12F}.Release|Any CPU.Build.0 = Release|Any CPU
{7611AF38-07BB-47AA-A002-9BBA79444E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7611AF38-07BB-47AA-A002-9BBA79444E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7611AF38-07BB-47AA-A002-9BBA79444E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7611AF38-07BB-47AA-A002-9BBA79444E90}.Release|Any CPU.Build.0 = Release|Any CPU
{7E6F5E35-997D-4800-BD03-3CCE40877271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E6F5E35-997D-4800-BD03-3CCE40877271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E6F5E35-997D-4800-BD03-3CCE40877271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E6F5E35-997D-4800-BD03-3CCE40877271}.Release|Any CPU.Build.0 = Release|Any CPU
{AE4FBD02-B570-4DCC-BCC8-AED74791D457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4FBD02-B570-4DCC-BCC8-AED74791D457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4FBD02-B570-4DCC-BCC8-AED74791D457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4FBD02-B570-4DCC-BCC8-AED74791D457}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F5F4447-55DB-4B62-915D-CC3F85CB692C}
EndGlobalSection
EndGlobal