This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 214
/
IdentityServer4.AccessTokenValidation.sln
39 lines (39 loc) · 2.07 KB
/
IdentityServer4.AccessTokenValidation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.AccessTokenValidation", "src\IdentityServer4.AccessTokenValidation.csproj", "{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{358AD699-54F7-4718-B212-E3D8447AEC96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B11A4B61-0BC4-4349-97D3-652BE2012E65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "test\Tests.csproj", "{5008F329-8CFC-4459-A957-2A2AF24CDC7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{5008F329-8CFC-4459-A957-2A2AF24CDC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5008F329-8CFC-4459-A957-2A2AF24CDC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5008F329-8CFC-4459-A957-2A2AF24CDC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5008F329-8CFC-4459-A957-2A2AF24CDC7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2DCB5D5A-BDEF-4C3D-89CA-141055FD1DFD} = {358AD699-54F7-4718-B212-E3D8447AEC96}
{5008F329-8CFC-4459-A957-2A2AF24CDC7E} = {B11A4B61-0BC4-4349-97D3-652BE2012E65}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5301EF04-BAD4-4E2E-8F26-8D08EBDC86BF}
EndGlobalSection
EndGlobal