-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIdentityServer.sln
27 lines (27 loc) · 1.18 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D1DB06B1-5E8E-44BA-9DBF-8C029CB0A7B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer", "src\IdentityServer\IdentityServer.csproj", "{C471FD83-9A07-47B8-A0F4-C73E843820AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C471FD83-9A07-47B8-A0F4-C73E843820AE}.Debug|x64.ActiveCfg = Debug|x64
{C471FD83-9A07-47B8-A0F4-C73E843820AE}.Debug|x64.Build.0 = Debug|x64
{C471FD83-9A07-47B8-A0F4-C73E843820AE}.Release|x64.ActiveCfg = Release|x64
{C471FD83-9A07-47B8-A0F4-C73E843820AE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C471FD83-9A07-47B8-A0F4-C73E843820AE} = {D1DB06B1-5E8E-44BA-9DBF-8C029CB0A7B5}
EndGlobalSection
EndGlobal