forked from VeritasSoftware/AspNetCore.Security.Jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetCore.Security.Jwt.sln
59 lines (59 loc) · 2.89 KB
/
AspNetCore.Security.Jwt.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
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Security.Jwt", "AspNetCore.Security.Jwt\AspNetCore.Security.Jwt.csproj", "{45DC3CD9-DD19-4360-AED8-C4C53472E363}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D7818F5-E6B6-4B67-9E68-B2A85581381C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
README.md = README.md
READMEAzureAD.md = READMEAzureAD.md
READMECustomUserModel.md = READMECustomUserModel.md
READMEFacebook.md = READMEFacebook.md
READMEGoogle.md = READMEGoogle.md
READMETwitter.md = READMETwitter.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{4A15B3FD-E03B-4E78-B12D-D2E8C7EB9ADF}"
ProjectSection(SolutionItems) = preProject
AuthorizationHeader.jpg = AuthorizationHeader.jpg
AvailableAuthorizations.jpg = AvailableAuthorizations.jpg
AzureADSwaggerIntegration.jpg = AzureADSwaggerIntegration.jpg
FacebookSwaggerIntegration.jpg = FacebookSwaggerIntegration.jpg
GoogleSwaggerIntegration.jpg = GoogleSwaggerIntegration.jpg
MultipleAuth.jpg = MultipleAuth.jpg
SwaggerIntegration.jpg = SwaggerIntegration.jpg
TokenRequest.jpg = TokenRequest.jpg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Security.Jwt.UnitTests", "AspNetCore.Security.Jwt.UnitTests\AspNetCore.Security.Jwt.UnitTests.csproj", "{1BAA09AB-EFFC-48A5-9308-B0962C32C73B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45DC3CD9-DD19-4360-AED8-C4C53472E363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DC3CD9-DD19-4360-AED8-C4C53472E363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DC3CD9-DD19-4360-AED8-C4C53472E363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DC3CD9-DD19-4360-AED8-C4C53472E363}.Release|Any CPU.Build.0 = Release|Any CPU
{1BAA09AB-EFFC-48A5-9308-B0962C32C73B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BAA09AB-EFFC-48A5-9308-B0962C32C73B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BAA09AB-EFFC-48A5-9308-B0962C32C73B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BAA09AB-EFFC-48A5-9308-B0962C32C73B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A15B3FD-E03B-4E78-B12D-D2E8C7EB9ADF} = {1D7818F5-E6B6-4B67-9E68-B2A85581381C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7686C5B4-1C52-46BB-8F30-50F9DE5E3128}
EndGlobalSection
EndGlobal