-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathidunno.Authentication.sln
More file actions
116 lines (116 loc) · 7.15 KB
/
idunno.Authentication.sln
File metadata and controls
116 lines (116 loc) · 7.15 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2FF6F9D-3B6D-4D51-8EE5-F3A8789B0B96}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.runsettings = .runsettings
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
icon.png = icon.png
key.snk = key.snk
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
README.md = README.md
SECURITY.md = SECURITY.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6462A7D2-5018-443D-BF20-B7E407E3FEA6}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{035D46E2-9278-4260-903B-66055D6CA268}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.Basic", "src\idunno.Authentication.Basic\idunno.Authentication.Basic.csproj", "{27473555-A6FE-4489-A727-57B3B19D1D96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.SharedKey", "src\idunno.Authentication.SharedKey\idunno.Authentication.SharedKey.csproj", "{1F0D1711-6A93-4428-A404-8F1F13AD5D61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.SharedKey.Test", "test\idunno.Authentication.SharedKey.Test\idunno.Authentication.SharedKey.Test.csproj", "{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.Basic.Test", "test\idunno.Authentication.Basic.Test\idunno.Authentication.Basic.Test.csproj", "{116A502B-8196-4005-A067-2F8CA7ABC247}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.SharedKey.Sample", "samples\idunno.Authentication.SharedKey.Sample\idunno.Authentication.SharedKey.Sample.csproj", "{772C5611-EB06-4878-A758-CEFF519764E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C1372CF7-234D-40BE-9DE3-748FACE4554E}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AB394509-2E8C-4AEA-889A-4623D48A9CA7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\actions-security-analysis.yml = .github\workflows\actions-security-analysis.yml
.github\workflows\ci-build.yml = .github\workflows\ci-build.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\dependency-review.yml = .github\workflows\dependency-review.yml
.github\workflows\prerelease.yml = .github\workflows\prerelease.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "idunno.Authentication.Basic.Sample", "samples\idunno.Authentication.Basic.Sample\idunno.Authentication.Basic.Sample.csproj", "{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeQL|Any CPU = CodeQL|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27473555-A6FE-4489-A727-57B3B19D1D96}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{27473555-A6FE-4489-A727-57B3B19D1D96}.CodeQL|Any CPU.Build.0 = CodeQL|Any CPU
{27473555-A6FE-4489-A727-57B3B19D1D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27473555-A6FE-4489-A727-57B3B19D1D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27473555-A6FE-4489-A727-57B3B19D1D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27473555-A6FE-4489-A727-57B3B19D1D96}.Release|Any CPU.Build.0 = Release|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.CodeQL|Any CPU.Build.0 = CodeQL|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F0D1711-6A93-4428-A404-8F1F13AD5D61}.Release|Any CPU.Build.0 = Release|Any CPU
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB}.Release|Any CPU.Build.0 = Release|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.Release|Any CPU.Build.0 = Release|Any CPU
{772C5611-EB06-4878-A758-CEFF519764E0}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{772C5611-EB06-4878-A758-CEFF519764E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{772C5611-EB06-4878-A758-CEFF519764E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{772C5611-EB06-4878-A758-CEFF519764E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{27473555-A6FE-4489-A727-57B3B19D1D96} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{1F0D1711-6A93-4428-A404-8F1F13AD5D61} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{83CA0C3E-7B9E-4CFA-A0A6-1258940964CB} = {035D46E2-9278-4260-903B-66055D6CA268}
{116A502B-8196-4005-A067-2F8CA7ABC247} = {035D46E2-9278-4260-903B-66055D6CA268}
{772C5611-EB06-4878-A758-CEFF519764E0} = {AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}
{AB394509-2E8C-4AEA-889A-4623D48A9CA7} = {C1372CF7-234D-40BE-9DE3-748FACE4554E}
{FC9717A4-5F08-F9FB-AD39-110CBEEF8101} = {AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80233162-A195-4B57-8FF8-44ACED97629D}
EndGlobalSection
EndGlobal