-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJwtCore.sln
63 lines (63 loc) · 3.71 KB
/
JwtCore.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
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E1F74D6D-CB96-43D9-8137-6F5810D6F932}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B79425E2-DA92-48D3-97EC-A970F68EDF6A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JwtCore", "src\JwtCore\JwtCore.xproj", "{F4C5F0DC-FFB4-4BCB-964B-1F073833B245}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D4CAACA5-6A10-4948-A2B3-20C344759C26}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JwtCore.Tests", "tests\JwtCore.Tests\JwtCore.Tests.xproj", "{4942BE8E-0818-4E2E-A9D3-F2072FBA8691}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{EF64BB4C-2171-4EBD-B59D-6747949D4F67}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SampleWebApp.NetCore", "samples\SampleWebApp.NetCore\SampleWebApp.NetCore.xproj", "{047CFC27-D983-4A19-84F1-AD50F5A44BC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "documents", "documents", "{00B9E9FD-D35B-4238-BE84-F619E79C25EC}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SampleWebApp.NetFramework", "samples\SampleWebApp.NetFramework\SampleWebApp.NetFramework.xproj", "{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245}.Release|Any CPU.Build.0 = Release|Any CPU
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691}.Release|Any CPU.Build.0 = Release|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245} = {E1F74D6D-CB96-43D9-8137-6F5810D6F932}
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691} = {D4CAACA5-6A10-4948-A2B3-20C344759C26}
{047CFC27-D983-4A19-84F1-AD50F5A44BC6} = {EF64BB4C-2171-4EBD-B59D-6747949D4F67}
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864} = {EF64BB4C-2171-4EBD-B59D-6747949D4F67}
EndGlobalSection
EndGlobal