forked from thomasmarech/IdentityServer4.WsFederation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityServer4.WsFederation.sln
49 lines (49 loc) · 2.9 KB
/
IdentityServer4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{54D98041-C6CE-4487-AC2B-3C44C6FF14D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7DD70EFA-313C-4275-B586-F592EDFAFA1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.WsFederation", "src\IdentityServer4.WsFederation\IdentityServer4.WsFederation.csproj", "{BA230C51-500F-4E00-9F92-522E1AA97727}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC OWIN WS-Federation", "src\MvcOwinWsFederation\MVC OWIN WS-Federation.csproj", "{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreWsFederation", "src\AspNetCoreWsFederation\AspNetCoreWsFederation.csproj", "{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{68E4130D-F17C-483D-B8C1-92BEDB3E0D6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA230C51-500F-4E00-9F92-522E1AA97727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA230C51-500F-4E00-9F92-522E1AA97727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA230C51-500F-4E00-9F92-522E1AA97727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA230C51-500F-4E00-9F92-522E1AA97727}.Release|Any CPU.Build.0 = Release|Any CPU
{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BA230C51-500F-4E00-9F92-522E1AA97727} = {54D98041-C6CE-4487-AC2B-3C44C6FF14D4}
{A40486A5-0BEB-4CB0-9390-4A0D998CE3E1} = {68E4130D-F17C-483D-B8C1-92BEDB3E0D6E}
{1F30E0E8-3C17-44C3-90AF-A0BE2E1D069A} = {68E4130D-F17C-483D-B8C1-92BEDB3E0D6E}
{68E4130D-F17C-483D-B8C1-92BEDB3E0D6E} = {54D98041-C6CE-4487-AC2B-3C44C6FF14D4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {917E525C-4ED5-4E03-AB25-E56F9469C4EB}
EndGlobalSection
EndGlobal