forked from RockSolidKnowledge/Samples.Saml2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rsk.Samples.IdentityServer4.Saml2pIntegration.sln
37 lines (37 loc) · 2.03 KB
/
Rsk.Samples.IdentityServer4.Saml2pIntegration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5A624F1A-8373-4B1A-93DF-1D64688D2659}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rsk.Samples.IdentityServer4.Saml2pIntegration", "src\Rsk.Samples.IdentityServer4.Saml2pIntegration\Rsk.Samples.IdentityServer4.Saml2pIntegration.csproj", "{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "src\TestClient\TestClient.csproj", "{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7}.Release|Any CPU.Build.0 = Release|Any CPU
{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{39FE7C16-AEB9-4C88-9374-3DF6CC43B0B7} = {5A624F1A-8373-4B1A-93DF-1D64688D2659}
{FEFE3D11-AA28-4091-8E18-FAF9BA4D57DE} = {5A624F1A-8373-4B1A-93DF-1D64688D2659}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A56E48A1-88DA-472A-86CE-686F4A4ED619}
EndGlobalSection
EndGlobal