-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJWTProvider.sln
92 lines (92 loc) · 5.63 KB
/
JWTProvider.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B22DA2A4-5217-40FC-8A08-806ABC9352A9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{439EB3E7-66ED-401D-9A5A-C0E86E31055B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{F72C14B3-3BC6-4BD0-A87E-20A3EDE1B370}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit", "Unit", "{8876D0EC-A753-4047-9C3A-4D63294CC608}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastructureUnit", "Test\Unit\InfrastructureUnit\InfrastructureUnit.csproj", "{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWTProviderUnit", "Test\Unit\JWTProviderUnit\JWTProviderUnit.csproj", "{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{AAF976CF-6911-403F-A7D8-80B611752B5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWTProviderIntegration", "Test\Integration\JWTProviderIntegration\JWTProviderIntegration.csproj", "{B7F83259-D279-4AD4-A869-7CB97181231D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JwtTest.Common", "Test\JwtTest.Common\JwtTest.Common.csproj", "{45345074-07ED-4041-8E41-26418D09300B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{F07586AD-040A-4E69-9A43-12904B7C6666}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build-PR.yml = .github\workflows\Build-PR.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Dump-postgres.yml = .github\workflows\Dump-postgres.yml
.github\workflows\Labeler.yml = .github\workflows\Labeler.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{9F0FBB23-3D1C-42B0-87D7-0D870DC83A00}"
ProjectSection(SolutionItems) = preProject
.github\release-drafter.yml = .github\release-drafter.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWTProvider", "src\JWTProvider\JWTProvider.csproj", "{87F7B2B1-7B78-4B3E-8825-A7F3D5D87742}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{439EB3E7-66ED-401D-9A5A-C0E86E31055B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{439EB3E7-66ED-401D-9A5A-C0E86E31055B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{439EB3E7-66ED-401D-9A5A-C0E86E31055B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{439EB3E7-66ED-401D-9A5A-C0E86E31055B}.Release|Any CPU.Build.0 = Release|Any CPU
{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573}.Release|Any CPU.Build.0 = Release|Any CPU
{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B}.Release|Any CPU.Build.0 = Release|Any CPU
{B7F83259-D279-4AD4-A869-7CB97181231D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7F83259-D279-4AD4-A869-7CB97181231D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7F83259-D279-4AD4-A869-7CB97181231D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7F83259-D279-4AD4-A869-7CB97181231D}.Release|Any CPU.Build.0 = Release|Any CPU
{45345074-07ED-4041-8E41-26418D09300B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45345074-07ED-4041-8E41-26418D09300B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45345074-07ED-4041-8E41-26418D09300B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45345074-07ED-4041-8E41-26418D09300B}.Release|Any CPU.Build.0 = Release|Any CPU
{87F7B2B1-7B78-4B3E-8825-A7F3D5D87742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F7B2B1-7B78-4B3E-8825-A7F3D5D87742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F7B2B1-7B78-4B3E-8825-A7F3D5D87742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F7B2B1-7B78-4B3E-8825-A7F3D5D87742}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8876D0EC-A753-4047-9C3A-4D63294CC608} = {F72C14B3-3BC6-4BD0-A87E-20A3EDE1B370}
{F1A260DF-16B3-4D9E-8748-EFDCFEB7B573} = {8876D0EC-A753-4047-9C3A-4D63294CC608}
{AE4648AA-5674-4AEA-9E6C-F97C4F9E7A9B} = {8876D0EC-A753-4047-9C3A-4D63294CC608}
{AAF976CF-6911-403F-A7D8-80B611752B5B} = {F72C14B3-3BC6-4BD0-A87E-20A3EDE1B370}
{B7F83259-D279-4AD4-A869-7CB97181231D} = {AAF976CF-6911-403F-A7D8-80B611752B5B}
{45345074-07ED-4041-8E41-26418D09300B} = {F72C14B3-3BC6-4BD0-A87E-20A3EDE1B370}
{F07586AD-040A-4E69-9A43-12904B7C6666} = {9F0FBB23-3D1C-42B0-87D7-0D870DC83A00}
{9F0FBB23-3D1C-42B0-87D7-0D870DC83A00} = {B22DA2A4-5217-40FC-8A08-806ABC9352A9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EC8FC17-7281-4E83-9021-72D9A9FBFBFF}
EndGlobalSection
EndGlobal