-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSODemo.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
SSODemo.sln
File metadata and controls
43 lines (43 loc) · 2.52 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{2FACE068-89C0-4EBD-B71C-7C3101E68124}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerWithAspNetIdentity", "IdentityServerWithAspNetIdentity\IdentityServerWithAspNetIdentity.csproj", "{BB14D230-7854-4FEA-9F94-9C162BB24399}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcClient", "MvcClient\MvcClient.csproj", "{01118012-A8D6-4860-8EA4-FE622F1CB9CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcClient2", "MvcClient2\MvcClient2.csproj", "{2C18129B-0C30-4C47-84CE-ACD0D35F3308}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FACE068-89C0-4EBD-B71C-7C3101E68124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FACE068-89C0-4EBD-B71C-7C3101E68124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FACE068-89C0-4EBD-B71C-7C3101E68124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FACE068-89C0-4EBD-B71C-7C3101E68124}.Release|Any CPU.Build.0 = Release|Any CPU
{BB14D230-7854-4FEA-9F94-9C162BB24399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB14D230-7854-4FEA-9F94-9C162BB24399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB14D230-7854-4FEA-9F94-9C162BB24399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB14D230-7854-4FEA-9F94-9C162BB24399}.Release|Any CPU.Build.0 = Release|Any CPU
{01118012-A8D6-4860-8EA4-FE622F1CB9CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01118012-A8D6-4860-8EA4-FE622F1CB9CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01118012-A8D6-4860-8EA4-FE622F1CB9CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01118012-A8D6-4860-8EA4-FE622F1CB9CC}.Release|Any CPU.Build.0 = Release|Any CPU
{2C18129B-0C30-4C47-84CE-ACD0D35F3308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C18129B-0C30-4C47-84CE-ACD0D35F3308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C18129B-0C30-4C47-84CE-ACD0D35F3308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C18129B-0C30-4C47-84CE-ACD0D35F3308}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F414866-4324-4014-96A5-5EAB90BF0432}
EndGlobalSection
EndGlobal