forked from IdentityServer/IdentityServer4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityServer.sln
111 lines (111 loc) · 8.42 KB
/
IdentityServer.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "src\IdentityServer\IdentityServer.csproj", "{629CEFAA-BEB0-46F7-B012-9B1305CE866E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Storage", "src\IdentityServer.Storage\IdentityServer.Storage.csproj", "{51B2B180-C0A5-4FF5-AA30-B0B6326F29E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore.Storage", "src\IdentityServer.EfCore.Storage\IdentityServer.EfCore.Storage.csproj", "{22530300-FCA6-44A4-8730-F28817EE0342}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore", "src\IdentityServer.EfCore\IdentityServer.EfCore.csproj", "{C5AE44B9-A840-481A-BA3A-966D62B22DB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore.Storage.IntegrationTests", "tests\IdentityServer.EfCore.Storage.IntegrationTests\IdentityServer.EfCore.Storage.IntegrationTests.csproj", "{CFF0DE0D-6FB1-458B-9091-E40A6621293B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore.Storage.UnitTests", "tests\IdentityServer.EfCore.Storage.UnitTests\IdentityServer.EfCore.Storage.UnitTests.csproj", "{79931591-85B8-44F4-BBDC-6713ED289D22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore.Tests", "tests\IdentityServer.EfCore.Tests\IdentityServer.EfCore.Tests.csproj", "{859E2AA1-4E68-49A7-B4E5-79C750D02896}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.IntegrationTests", "tests\IdentityServer.IntegrationTests\IdentityServer.IntegrationTests.csproj", "{6EB558D8-A73E-4D10-BF80-D864F6474383}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.UnitTests", "tests\IdentityServer.UnitTests\IdentityServer.UnitTests.csproj", "{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.AspNetIdentity.TestHost", "testhosts\IdentityServer.AspNetIdentity.TestHost\IdentityServer.AspNetIdentity.TestHost.csproj", "{CB5754D5-6012-447A-BF15-977786811DE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.EfCore.TestHost", "testhosts\IdentityServer.EfCore.TestHost\IdentityServer.EfCore.TestHost.csproj", "{A471B4DB-628B-48BF-9222-A79206EA760C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.TestHost", "testhosts\IdentityServer.TestHost\IdentityServer.TestHost.csproj", "{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hosts", "Hosts", "{FFE4D4C5-C45C-4115-B499-66A7E9F0C7A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3E482E37-5980-4F20-B820-4206F6E56B7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.AspNetIdentity", "src\IdentityServer.AspNetIdentity\IdentityServer.AspNetIdentity.csproj", "{9391039C-46BB-4E4C-A28C-B8E0D2B03ED9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{629CEFAA-BEB0-46F7-B012-9B1305CE866E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{629CEFAA-BEB0-46F7-B012-9B1305CE866E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{629CEFAA-BEB0-46F7-B012-9B1305CE866E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{629CEFAA-BEB0-46F7-B012-9B1305CE866E}.Release|Any CPU.Build.0 = Release|Any CPU
{51B2B180-C0A5-4FF5-AA30-B0B6326F29E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B2B180-C0A5-4FF5-AA30-B0B6326F29E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B2B180-C0A5-4FF5-AA30-B0B6326F29E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51B2B180-C0A5-4FF5-AA30-B0B6326F29E7}.Release|Any CPU.Build.0 = Release|Any CPU
{22530300-FCA6-44A4-8730-F28817EE0342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22530300-FCA6-44A4-8730-F28817EE0342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22530300-FCA6-44A4-8730-F28817EE0342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22530300-FCA6-44A4-8730-F28817EE0342}.Release|Any CPU.Build.0 = Release|Any CPU
{C5AE44B9-A840-481A-BA3A-966D62B22DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5AE44B9-A840-481A-BA3A-966D62B22DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5AE44B9-A840-481A-BA3A-966D62B22DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5AE44B9-A840-481A-BA3A-966D62B22DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{CFF0DE0D-6FB1-458B-9091-E40A6621293B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFF0DE0D-6FB1-458B-9091-E40A6621293B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFF0DE0D-6FB1-458B-9091-E40A6621293B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFF0DE0D-6FB1-458B-9091-E40A6621293B}.Release|Any CPU.Build.0 = Release|Any CPU
{79931591-85B8-44F4-BBDC-6713ED289D22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79931591-85B8-44F4-BBDC-6713ED289D22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79931591-85B8-44F4-BBDC-6713ED289D22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79931591-85B8-44F4-BBDC-6713ED289D22}.Release|Any CPU.Build.0 = Release|Any CPU
{859E2AA1-4E68-49A7-B4E5-79C750D02896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{859E2AA1-4E68-49A7-B4E5-79C750D02896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{859E2AA1-4E68-49A7-B4E5-79C750D02896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{859E2AA1-4E68-49A7-B4E5-79C750D02896}.Release|Any CPU.Build.0 = Release|Any CPU
{6EB558D8-A73E-4D10-BF80-D864F6474383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EB558D8-A73E-4D10-BF80-D864F6474383}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EB558D8-A73E-4D10-BF80-D864F6474383}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EB558D8-A73E-4D10-BF80-D864F6474383}.Release|Any CPU.Build.0 = Release|Any CPU
{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5754D5-6012-447A-BF15-977786811DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5754D5-6012-447A-BF15-977786811DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5754D5-6012-447A-BF15-977786811DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5754D5-6012-447A-BF15-977786811DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{A471B4DB-628B-48BF-9222-A79206EA760C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A471B4DB-628B-48BF-9222-A79206EA760C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A471B4DB-628B-48BF-9222-A79206EA760C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A471B4DB-628B-48BF-9222-A79206EA760C}.Release|Any CPU.Build.0 = Release|Any CPU
{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154}.Release|Any CPU.Build.0 = Release|Any CPU
{9391039C-46BB-4E4C-A28C-B8E0D2B03ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9391039C-46BB-4E4C-A28C-B8E0D2B03ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9391039C-46BB-4E4C-A28C-B8E0D2B03ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9391039C-46BB-4E4C-A28C-B8E0D2B03ED9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CFF0DE0D-6FB1-458B-9091-E40A6621293B} = {3E482E37-5980-4F20-B820-4206F6E56B7E}
{79931591-85B8-44F4-BBDC-6713ED289D22} = {3E482E37-5980-4F20-B820-4206F6E56B7E}
{859E2AA1-4E68-49A7-B4E5-79C750D02896} = {3E482E37-5980-4F20-B820-4206F6E56B7E}
{6EB558D8-A73E-4D10-BF80-D864F6474383} = {3E482E37-5980-4F20-B820-4206F6E56B7E}
{2A987BBA-C5E2-42EF-AF4D-E6F6FA99A7D2} = {3E482E37-5980-4F20-B820-4206F6E56B7E}
{CB5754D5-6012-447A-BF15-977786811DE9} = {FFE4D4C5-C45C-4115-B499-66A7E9F0C7A5}
{A471B4DB-628B-48BF-9222-A79206EA760C} = {FFE4D4C5-C45C-4115-B499-66A7E9F0C7A5}
{5EFA3DF1-C59E-4F7A-A3E0-057E05D5C154} = {FFE4D4C5-C45C-4115-B499-66A7E9F0C7A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D85C0110-C0BE-4A91-BBA2-94E15911719B}
EndGlobalSection
EndGlobal