-
Notifications
You must be signed in to change notification settings - Fork 70
/
idunno.Authentication.sln
140 lines (140 loc) · 9.43 KB
/
idunno.Authentication.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
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
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.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
tests.runsettings = tests.runsettings
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.Certificate", "src\idunno.Authentication.Certificate\idunno.Authentication.Certificate.csproj", "{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}"
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.Basic.Sample", "samples\idunno.Authentication.Basic.Sample\idunno.Authentication.Basic.Sample.csproj", "{BB3C0698-1736-491C-B621-A78D00CBF0CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.Certificate.Sample", "samples\idunno.Authentication.Certificate.Sample\idunno.Authentication.Certificate.Sample.csproj", "{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.Certificate.Test", "test\idunno.Authentication.Certificate.Test\idunno.Authentication.Certificate.Test.csproj", "{6E25A829-BABC-41EE-80C2-56FACE3AA49B}"
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idunno.Authentication.Basic.Sample.net6", "samples\idunno.Authentication.Basic.Sample.net6\idunno.Authentication.Basic.Sample.net6.csproj", "{1D706A97-2F8A-46ED-81FD-2AD17E4710F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C1372CF7-234D-40BE-9DE3-748FACE4554E}"
ProjectSection(SolutionItems) = preProject
.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\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
EndProjectSection
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
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.CodeQL|Any CPU.Build.0 = CodeQL|Any CPU
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60}.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
{BB3C0698-1736-491C-B621-A78D00CBF0CA}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{BB3C0698-1736-491C-B621-A78D00CBF0CA}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{BB3C0698-1736-491C-B621-A78D00CBF0CA}.Debug|Any CPU.Build.0 = Release|Any CPU
{BB3C0698-1736-491C-B621-A78D00CBF0CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E25A829-BABC-41EE-80C2-56FACE3AA49B}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{6E25A829-BABC-41EE-80C2-56FACE3AA49B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E25A829-BABC-41EE-80C2-56FACE3AA49B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E25A829-BABC-41EE-80C2-56FACE3AA49B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E25A829-BABC-41EE-80C2-56FACE3AA49B}.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 = Release|Any CPU
{116A502B-8196-4005-A067-2F8CA7ABC247}.Debug|Any CPU.Build.0 = Release|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
{1D706A97-2F8A-46ED-81FD-2AD17E4710F3}.CodeQL|Any CPU.ActiveCfg = CodeQL|Any CPU
{1D706A97-2F8A-46ED-81FD-2AD17E4710F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D706A97-2F8A-46ED-81FD-2AD17E4710F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D706A97-2F8A-46ED-81FD-2AD17E4710F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{27473555-A6FE-4489-A727-57B3B19D1D96} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{E6CA8E9A-FC6F-4CA5-AE5A-56BEEB6FEA60} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{1F0D1711-6A93-4428-A404-8F1F13AD5D61} = {6462A7D2-5018-443D-BF20-B7E407E3FEA6}
{BB3C0698-1736-491C-B621-A78D00CBF0CA} = {AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}
{E78E32F6-B94F-4ED3-9A33-3CE500C61AE6} = {AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}
{6E25A829-BABC-41EE-80C2-56FACE3AA49B} = {035D46E2-9278-4260-903B-66055D6CA268}
{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}
{1D706A97-2F8A-46ED-81FD-2AD17E4710F3} = {AE540C4C-DE07-49DB-81BD-B77C1F9EB8BF}
{AB394509-2E8C-4AEA-889A-4623D48A9CA7} = {C1372CF7-234D-40BE-9DE3-748FACE4554E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80233162-A195-4B57-8FF8-44ACED97629D}
EndGlobalSection
EndGlobal