forked from explorer14/JwtAuthenticationHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJwtAuthenticationHelper.sln
More file actions
43 lines (43 loc) · 2.71 KB
/
JwtAuthenticationHelper.sln
File metadata and controls
43 lines (43 loc) · 2.71 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
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JwtAuthenticationHelper", "JwtAuthenticationHelper\JwtAuthenticationHelper.csproj", "{031FC838-6C97-4463-8564-751A132366C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JwtAuthenticationHelpers.Tests", "JwtAuthenticationHelpers.Tests\JwtAuthenticationHelpers.Tests.csproj", "{6446CCCD-4EE2-4049-AD4B-7D82A3A00D01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JwtTokenAuthRefImplementation.Web", "JwtTokenAuthRefImplementation.Web\JwtTokenAuthRefImplementation.Web.csproj", "{7FA98FBA-EB33-44E4-B779-982DE00A6C30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JwtTokenAuthRefImplementation.API", "JwtTokenAuthRefImplementation.API\JwtTokenAuthRefImplementation.API.csproj", "{1CD67DFB-9CF2-4BBF-87B5-FFCFBE16E7B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{031FC838-6C97-4463-8564-751A132366C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{031FC838-6C97-4463-8564-751A132366C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{031FC838-6C97-4463-8564-751A132366C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{031FC838-6C97-4463-8564-751A132366C3}.Release|Any CPU.Build.0 = Release|Any CPU
{6446CCCD-4EE2-4049-AD4B-7D82A3A00D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6446CCCD-4EE2-4049-AD4B-7D82A3A00D01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6446CCCD-4EE2-4049-AD4B-7D82A3A00D01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6446CCCD-4EE2-4049-AD4B-7D82A3A00D01}.Release|Any CPU.Build.0 = Release|Any CPU
{7FA98FBA-EB33-44E4-B779-982DE00A6C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA98FBA-EB33-44E4-B779-982DE00A6C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA98FBA-EB33-44E4-B779-982DE00A6C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA98FBA-EB33-44E4-B779-982DE00A6C30}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD67DFB-9CF2-4BBF-87B5-FFCFBE16E7B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD67DFB-9CF2-4BBF-87B5-FFCFBE16E7B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD67DFB-9CF2-4BBF-87B5-FFCFBE16E7B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD67DFB-9CF2-4BBF-87B5-FFCFBE16E7B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BB4DCC0-27D1-45F6-8196-DF5957A68435}
EndGlobalSection
EndGlobal