-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExample.Oauth.Server.sln
47 lines (47 loc) · 2.76 KB
/
Example.Oauth.Server.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
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B643515A-168A-4217-BA3B-3A30605A142F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F207C7FA-D3CD-438A-B015-BC930ABD3397}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Example.Oauth.Server", "src\Example.Oauth.Server\Example.Oauth.Server.xproj", "{77E7D27A-47F1-4E05-A566-E7D573FECC85}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet.Security.OpenIdConnect.Extensions", "src\AspNet.Security.OpenIdConnect.Extensions\AspNet.Security.OpenIdConnect.Extensions.xproj", "{D2122534-0BAB-4747-BE42-79F087A7DB89}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNet.Security.OpenIdConnect.Server", "src\AspNet.Security.OpenIdConnect.Server\AspNet.Security.OpenIdConnect.Server.xproj", "{3B174EB9-EE52-483B-AC36-5AABBCD168E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77E7D27A-47F1-4E05-A566-E7D573FECC85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77E7D27A-47F1-4E05-A566-E7D573FECC85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77E7D27A-47F1-4E05-A566-E7D573FECC85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77E7D27A-47F1-4E05-A566-E7D573FECC85}.Release|Any CPU.Build.0 = Release|Any CPU
{D2122534-0BAB-4747-BE42-79F087A7DB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2122534-0BAB-4747-BE42-79F087A7DB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2122534-0BAB-4747-BE42-79F087A7DB89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2122534-0BAB-4747-BE42-79F087A7DB89}.Release|Any CPU.Build.0 = Release|Any CPU
{3B174EB9-EE52-483B-AC36-5AABBCD168E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B174EB9-EE52-483B-AC36-5AABBCD168E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B174EB9-EE52-483B-AC36-5AABBCD168E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B174EB9-EE52-483B-AC36-5AABBCD168E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77E7D27A-47F1-4E05-A566-E7D573FECC85} = {B643515A-168A-4217-BA3B-3A30605A142F}
{D2122534-0BAB-4747-BE42-79F087A7DB89} = {B643515A-168A-4217-BA3B-3A30605A142F}
{3B174EB9-EE52-483B-AC36-5AABBCD168E9} = {B643515A-168A-4217-BA3B-3A30605A142F}
EndGlobalSection
EndGlobal