-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathEDC.IdentityServer4.Demo.sln
43 lines (43 loc) · 2.84 KB
/
EDC.IdentityServer4.Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EDC.DNC.MSAD.IdentityServer4Test", "EDC.DNC.MSAD.IdentityServer4Test\EDC.DNC.MSAD.IdentityServer4Test.csproj", "{E8F92494-D879-467C-873D-51520DC51AA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EDC.DNC.MSAD.IdentityServer4Test.ApiService01", "EDC.DNC.MSAD.IdentityServer4Test.ApiService01\EDC.DNC.MSAD.IdentityServer4Test.ApiService01.csproj", "{86296682-628E-4463-9D99-8C8E8B42021A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EDC.DNC.MSAD.IdentityServer4Test.ApiService02", "EDC.DNC.MSAD.IdentityServer4Test.ApiService02\EDC.DNC.MSAD.IdentityServer4Test.ApiService02.csproj", "{32D0714B-0093-4B40-9A9F-05A81FA2894C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EDC.DNC.MSAD.IdentityServer4Test.MvcClient", "EDC.DNC.MSAD.IdentityServer4Test.MvcClient\EDC.DNC.MSAD.IdentityServer4Test.MvcClient.csproj", "{EC6150D1-30B2-4374-88E2-827449ACE333}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8F92494-D879-467C-873D-51520DC51AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8F92494-D879-467C-873D-51520DC51AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8F92494-D879-467C-873D-51520DC51AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8F92494-D879-467C-873D-51520DC51AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{86296682-628E-4463-9D99-8C8E8B42021A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86296682-628E-4463-9D99-8C8E8B42021A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86296682-628E-4463-9D99-8C8E8B42021A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86296682-628E-4463-9D99-8C8E8B42021A}.Release|Any CPU.Build.0 = Release|Any CPU
{32D0714B-0093-4B40-9A9F-05A81FA2894C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32D0714B-0093-4B40-9A9F-05A81FA2894C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32D0714B-0093-4B40-9A9F-05A81FA2894C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32D0714B-0093-4B40-9A9F-05A81FA2894C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6150D1-30B2-4374-88E2-827449ACE333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6150D1-30B2-4374-88E2-827449ACE333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6150D1-30B2-4374-88E2-827449ACE333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6150D1-30B2-4374-88E2-827449ACE333}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A42B2E85-B105-49A7-BFDE-22ED20A82B94}
EndGlobalSection
EndGlobal