-
Notifications
You must be signed in to change notification settings - Fork 2
/
IdentityServerManagement.sln
67 lines (67 loc) · 4.47 KB
/
IdentityServerManagement.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Admin", "src\IdentityServer.Admin\IdentityServer.Admin.csproj", "{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Admin.Dapper", "src\IdentityServer.Admin.Dapper\IdentityServer.Admin.Dapper.csproj", "{6DDD6896-D49C-464B-A8E3-1F611A444328}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Admin.Services", "src\IdentityServer.Admin.Services\IdentityServer.Admin.Services.csproj", "{7BB8106D-EB46-43F4-A9CE-1414BAF2033A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Admin.Core", "src\IdentityServer.Admin.Core\IdentityServer.Admin.Core.csproj", "{592DAC51-DDC2-4383-B8D5-720FB465149A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.AuthIdentity", "src\IdentityServer.AuthIdentity\IdentityServer.AuthIdentity.csproj", "{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5BA5256E-B40C-49DB-850F-C6555CCC8B3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DbMigrations", "DbMigrations", "{128EAB61-5C0F-49A7-9574-634DBF9EBF17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbMigration", "DbMigrations\DbMigration\DbMigration.csproj", "{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{6DDD6896-D49C-464B-A8E3-1F611A444328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DDD6896-D49C-464B-A8E3-1F611A444328}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DDD6896-D49C-464B-A8E3-1F611A444328}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DDD6896-D49C-464B-A8E3-1F611A444328}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB8106D-EB46-43F4-A9CE-1414BAF2033A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB8106D-EB46-43F4-A9CE-1414BAF2033A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB8106D-EB46-43F4-A9CE-1414BAF2033A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB8106D-EB46-43F4-A9CE-1414BAF2033A}.Release|Any CPU.Build.0 = Release|Any CPU
{592DAC51-DDC2-4383-B8D5-720FB465149A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{592DAC51-DDC2-4383-B8D5-720FB465149A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{592DAC51-DDC2-4383-B8D5-720FB465149A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{592DAC51-DDC2-4383-B8D5-720FB465149A}.Release|Any CPU.Build.0 = Release|Any CPU
{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD}.Release|Any CPU.Build.0 = Release|Any CPU
{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DCC19BB1-94BE-4C9E-AE68-18CCF8407CAF} = {5BA5256E-B40C-49DB-850F-C6555CCC8B3F}
{6DDD6896-D49C-464B-A8E3-1F611A444328} = {5BA5256E-B40C-49DB-850F-C6555CCC8B3F}
{7BB8106D-EB46-43F4-A9CE-1414BAF2033A} = {5BA5256E-B40C-49DB-850F-C6555CCC8B3F}
{592DAC51-DDC2-4383-B8D5-720FB465149A} = {5BA5256E-B40C-49DB-850F-C6555CCC8B3F}
{F3A3B6AF-88F4-4F76-8FA1-E95D6DCFC9AD} = {5BA5256E-B40C-49DB-850F-C6555CCC8B3F}
{EFDD0EEF-7696-472A-AC85-CF1BE2B6D883} = {128EAB61-5C0F-49A7-9574-634DBF9EBF17}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CC4E2C2-489F-45BC-AF05-A664A6B9C8AB}
EndGlobalSection
EndGlobal