-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIdentityServer4Sample.sln
More file actions
49 lines (49 loc) · 3.03 KB
/
IdentityServer4Sample.sln
File metadata and controls
49 lines (49 loc) · 3.03 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerCore", "IdentityServerCore\IdentityServerCore.csproj", "{1FCFA690-4B1F-46EA-A374-E9407593B440}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspCoreAPI", "AspCoreAPI\AspCoreAPI.csproj", "{981D255E-F4C6-43FA-951D-4CCC93DBE5F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspCoreMVC", "AspCoreMVC\AspCoreMVC.csproj", "{DFFFDED3-6B41-4B94-A566-8A27C95D6C18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerEFCore", "IdentityServerEFCore\IdentityServerEFCore.csproj", "{882B1A86-847B-48F7-B57B-51F139410B60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServerCore3", "IdentityServerCore3\IdentityServerCore3.csproj", "{76AEAD8A-C43B-4A79-8A37-F3C95E44E3A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FCFA690-4B1F-46EA-A374-E9407593B440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FCFA690-4B1F-46EA-A374-E9407593B440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FCFA690-4B1F-46EA-A374-E9407593B440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FCFA690-4B1F-46EA-A374-E9407593B440}.Release|Any CPU.Build.0 = Release|Any CPU
{981D255E-F4C6-43FA-951D-4CCC93DBE5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{981D255E-F4C6-43FA-951D-4CCC93DBE5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{981D255E-F4C6-43FA-951D-4CCC93DBE5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{981D255E-F4C6-43FA-951D-4CCC93DBE5F4}.Release|Any CPU.Build.0 = Release|Any CPU
{DFFFDED3-6B41-4B94-A566-8A27C95D6C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFFFDED3-6B41-4B94-A566-8A27C95D6C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFFFDED3-6B41-4B94-A566-8A27C95D6C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFFFDED3-6B41-4B94-A566-8A27C95D6C18}.Release|Any CPU.Build.0 = Release|Any CPU
{882B1A86-847B-48F7-B57B-51F139410B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882B1A86-847B-48F7-B57B-51F139410B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882B1A86-847B-48F7-B57B-51F139410B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882B1A86-847B-48F7-B57B-51F139410B60}.Release|Any CPU.Build.0 = Release|Any CPU
{76AEAD8A-C43B-4A79-8A37-F3C95E44E3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76AEAD8A-C43B-4A79-8A37-F3C95E44E3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76AEAD8A-C43B-4A79-8A37-F3C95E44E3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76AEAD8A-C43B-4A79-8A37-F3C95E44E3A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {901A983E-D637-4123-8942-D825C49931F0}
EndGlobalSection
EndGlobal