-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWsFederation.sln
59 lines (59 loc) · 3.62 KB
/
WsFederation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rp", "rp\rp.csproj", "{6CA8F19A-937F-4D90-9956-62EEB01DF72B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IdentityServer4", "IdentityServer4", "{ED009EA1-7E5C-44B5-8595-784B99157B98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idp", "IdentityServer4\idp\idp.csproj", "{76702C76-96AB-45A9-A925-50F4916B70DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idpWithEf", "IdentityServer4\idpWithEf\idpWithEf.csproj", "{355693AB-F881-4545-9DE9-3D2E7F8DC509}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DuendeIdentityServer", "DuendeIdentityServer", "{B70CA9AB-69AB-4973-BDE0-4C0EEEC42F0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idp", "DuendeIdentityServer\idp\idp.csproj", "{B1394A58-640F-4827-BDD0-053950A8A980}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idpWithEf", "DuendeIdentityServer\idpWithEf\idpWithEf.csproj", "{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CA8F19A-937F-4D90-9956-62EEB01DF72B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CA8F19A-937F-4D90-9956-62EEB01DF72B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CA8F19A-937F-4D90-9956-62EEB01DF72B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CA8F19A-937F-4D90-9956-62EEB01DF72B}.Release|Any CPU.Build.0 = Release|Any CPU
{76702C76-96AB-45A9-A925-50F4916B70DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76702C76-96AB-45A9-A925-50F4916B70DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76702C76-96AB-45A9-A925-50F4916B70DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76702C76-96AB-45A9-A925-50F4916B70DA}.Release|Any CPU.Build.0 = Release|Any CPU
{355693AB-F881-4545-9DE9-3D2E7F8DC509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{355693AB-F881-4545-9DE9-3D2E7F8DC509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{355693AB-F881-4545-9DE9-3D2E7F8DC509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{355693AB-F881-4545-9DE9-3D2E7F8DC509}.Release|Any CPU.Build.0 = Release|Any CPU
{B1394A58-640F-4827-BDD0-053950A8A980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1394A58-640F-4827-BDD0-053950A8A980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1394A58-640F-4827-BDD0-053950A8A980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1394A58-640F-4827-BDD0-053950A8A980}.Release|Any CPU.Build.0 = Release|Any CPU
{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{76702C76-96AB-45A9-A925-50F4916B70DA} = {ED009EA1-7E5C-44B5-8595-784B99157B98}
{355693AB-F881-4545-9DE9-3D2E7F8DC509} = {ED009EA1-7E5C-44B5-8595-784B99157B98}
{B1394A58-640F-4827-BDD0-053950A8A980} = {B70CA9AB-69AB-4973-BDE0-4C0EEEC42F0D}
{1858D7C3-567B-49EE-9D8A-E6ABB4E9F17E} = {B70CA9AB-69AB-4973-BDE0-4C0EEEC42F0D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D96255A8-5F7C-4E89-BD19-28920EDBDD00}
EndGlobalSection
EndGlobal