-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
ingress-nginx-validate-jwt.sln
45 lines (45 loc) · 2.58 KB
/
ingress-nginx-validate-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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32916.344
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ingress-nginx-validate-jwt", "src\ingress-nginx-validate-jwt\ingress-nginx-validate-jwt.csproj", "{F699F52C-DBCD-4BFD-807A-0D74DB3D7253}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ingress-nginx-validate-jwt-tests", "tests\ingress-nginx-validate-jwt-tests\ingress-nginx-validate-jwt-tests.csproj", "{587A7638-97C0-4DDC-9297-745ED5816CA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7D3A0E7-2264-4E9A-90FC-23B8F0CDE196}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cicd.yml = .github\workflows\cicd.yml
global.json = global.json
README.md = README.md
.github\renovate.json = .github\renovate.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ingress-nginx-validate-jwt-benchmarks", "benchmarks\ingress-nginx-validate-jwt-benchmarks\ingress-nginx-validate-jwt-benchmarks.csproj", "{57EA3F78-5A09-4B05-95C1-DEC5D3096C67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F699F52C-DBCD-4BFD-807A-0D74DB3D7253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F699F52C-DBCD-4BFD-807A-0D74DB3D7253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F699F52C-DBCD-4BFD-807A-0D74DB3D7253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F699F52C-DBCD-4BFD-807A-0D74DB3D7253}.Release|Any CPU.Build.0 = Release|Any CPU
{587A7638-97C0-4DDC-9297-745ED5816CA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{587A7638-97C0-4DDC-9297-745ED5816CA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{587A7638-97C0-4DDC-9297-745ED5816CA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{587A7638-97C0-4DDC-9297-745ED5816CA4}.Release|Any CPU.Build.0 = Release|Any CPU
{57EA3F78-5A09-4B05-95C1-DEC5D3096C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57EA3F78-5A09-4B05-95C1-DEC5D3096C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57EA3F78-5A09-4B05-95C1-DEC5D3096C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57EA3F78-5A09-4B05-95C1-DEC5D3096C67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63820EBD-4F2D-40A4-81B1-CB53D93782C2}
EndGlobalSection
EndGlobal