-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentityServer.sln
43 lines (43 loc) · 2.55 KB
/
IdentityServer.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 Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{D17CEA29-1330-480C-8A54-63F801E69D77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{40957130-AA77-41F5-A418-DF7C0224C1D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientConsole", "ClientConsole\ClientConsole.csproj", "{41E870F7-0187-455A-BA02-D8FEF39A368E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerAspNetIdentity", "IdentityServerAspNetIdentity\IdentityServerAspNetIdentity.csproj", "{4FC6D85A-7E2C-4F2B-9C48-21EF0BEE85DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D17CEA29-1330-480C-8A54-63F801E69D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17CEA29-1330-480C-8A54-63F801E69D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17CEA29-1330-480C-8A54-63F801E69D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17CEA29-1330-480C-8A54-63F801E69D77}.Release|Any CPU.Build.0 = Release|Any CPU
{40957130-AA77-41F5-A418-DF7C0224C1D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40957130-AA77-41F5-A418-DF7C0224C1D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40957130-AA77-41F5-A418-DF7C0224C1D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40957130-AA77-41F5-A418-DF7C0224C1D4}.Release|Any CPU.Build.0 = Release|Any CPU
{41E870F7-0187-455A-BA02-D8FEF39A368E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E870F7-0187-455A-BA02-D8FEF39A368E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E870F7-0187-455A-BA02-D8FEF39A368E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E870F7-0187-455A-BA02-D8FEF39A368E}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC6D85A-7E2C-4F2B-9C48-21EF0BEE85DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FC6D85A-7E2C-4F2B-9C48-21EF0BEE85DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FC6D85A-7E2C-4F2B-9C48-21EF0BEE85DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FC6D85A-7E2C-4F2B-9C48-21EF0BEE85DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8E74E82-EA60-4C2A-9123-DCA47A52E208}
EndGlobalSection
EndGlobal