-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy pathIdentityServer4.Templates.sln
More file actions
34 lines (34 loc) · 1.82 KB
/
IdentityServer4.Templates.sln
File metadata and controls
34 lines (34 loc) · 1.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5B4906FF-64CC-4A42-A145-221F083EE165}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4Basic", "src\IdentityServer4Basic\IdentityServer4Basic.csproj", "{D324CA74-877A-43AB-B978-38416BBE300A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer4InMem", "src\IdentityServer4InMem\IdentityServer4InMem.csproj", "{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D324CA74-877A-43AB-B978-38416BBE300A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D324CA74-877A-43AB-B978-38416BBE300A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D324CA74-877A-43AB-B978-38416BBE300A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D324CA74-877A-43AB-B978-38416BBE300A}.Release|Any CPU.Build.0 = Release|Any CPU
{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D324CA74-877A-43AB-B978-38416BBE300A} = {5B4906FF-64CC-4A42-A145-221F083EE165}
{7A07EB24-0733-4B85-B66C-C0AE24B4EFBB} = {5B4906FF-64CC-4A42-A145-221F083EE165}
EndGlobalSection
EndGlobal