-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjwt-cli.sln
More file actions
54 lines (54 loc) · 2.75 KB
/
jwt-cli.sln
File metadata and controls
54 lines (54 loc) · 2.75 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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CF8FC603-C38A-4B6E-98CB-B7565798D0F2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\clean-builds.yaml = .github\workflows\clean-builds.yaml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
paket.dependencies = paket.dependencies
.github\workflows\sca.yml = .github\workflows\sca.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{41AEECFF-6354-4940-8C63-B77AA862149E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CD391199-006A-473B-91C5-9E1A7BF4F5C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{29878A22-030D-488C-846C-0B1BCB44AE56}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jwt.Cli", "src\Jwt.Cli\Jwt.Cli.csproj", "{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jwt.Cli.Tests.Unit", "test\Jwt.Cli.Tests.Unit\Jwt.Cli.Tests.Unit.csproj", "{3010BE8E-56A0-457A-873E-38CD3A96EF7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{3010BE8E-56A0-457A-873E-38CD3A96EF7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3010BE8E-56A0-457A-873E-38CD3A96EF7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3010BE8E-56A0-457A-873E-38CD3A96EF7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3010BE8E-56A0-457A-873E-38CD3A96EF7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4FE915A6-37AA-47F0-9EBF-5D9F6B8D5BDF} = {41AEECFF-6354-4940-8C63-B77AA862149E}
{3010BE8E-56A0-457A-873E-38CD3A96EF7D} = {CD391199-006A-473B-91C5-9E1A7BF4F5C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {766F3128-91A5-48F4-900F-F28CB86EDA55}
EndGlobalSection
EndGlobal