-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNebulaAuthServer.sln
43 lines (43 loc) · 2.68 KB
/
NebulaAuthServer.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 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NebulaAuthServer.AccessManagement", "src\NebulaAuthServer.AccessManagement\NebulaAuthServer.AccessManagement.csproj", "{B16351AC-DA12-4E6A-8659-8D12466C267C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NebulaAuthServer", "src\NebulaAuthServer\NebulaAuthServer.csproj", "{740485A5-8971-432E-A896-5DB2F148AA8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nebula.Authentication", "src\Nebula.Authentication\Nebula.Authentication.csproj", "{3373150C-88FA-4816-A0E5-C36B750CE140}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nebula.Authentication.MigrateCLI", "src\Nebula.Authentication.MigrateCLI\Nebula.Authentication.MigrateCLI.csproj", "{39FC231A-1F4D-4445-B81A-EF7B5DE3BE4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B16351AC-DA12-4E6A-8659-8D12466C267C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B16351AC-DA12-4E6A-8659-8D12466C267C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B16351AC-DA12-4E6A-8659-8D12466C267C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B16351AC-DA12-4E6A-8659-8D12466C267C}.Release|Any CPU.Build.0 = Release|Any CPU
{740485A5-8971-432E-A896-5DB2F148AA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740485A5-8971-432E-A896-5DB2F148AA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740485A5-8971-432E-A896-5DB2F148AA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740485A5-8971-432E-A896-5DB2F148AA8B}.Release|Any CPU.Build.0 = Release|Any CPU
{3373150C-88FA-4816-A0E5-C36B750CE140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3373150C-88FA-4816-A0E5-C36B750CE140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3373150C-88FA-4816-A0E5-C36B750CE140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3373150C-88FA-4816-A0E5-C36B750CE140}.Release|Any CPU.Build.0 = Release|Any CPU
{39FC231A-1F4D-4445-B81A-EF7B5DE3BE4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39FC231A-1F4D-4445-B81A-EF7B5DE3BE4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39FC231A-1F4D-4445-B81A-EF7B5DE3BE4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39FC231A-1F4D-4445-B81A-EF7B5DE3BE4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1B7DF2F-AD24-493D-AB2F-B4946491CC6C}
EndGlobalSection
EndGlobal