-
Notifications
You must be signed in to change notification settings - Fork 55
/
NSec.sln
123 lines (123 loc) · 7.15 KB
/
NSec.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSec.Cryptography", "src\Cryptography\NSec.Cryptography.csproj", "{839872CC-6AF4-456B-A55B-F82EE7B4822E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSec.Experimental", "src\Experimental\NSec.Experimental.csproj", "{5D5C8827-A74C-4B29-961F-CB8613C33F5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "tests\Tests.csproj", "{97BF2648-69D2-4A17-888F-2A13E5C5CB28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{DF40D4F3-D18D-45F3-87DD-2A8378354B57}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
404.md = 404.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
favicon.ico = favicon.ico
firebase.json = firebase.json
index.md = index.md
LICENSE = LICENSE
NOTICE = NOTICE
notice.md = notice.md
nsec.png = nsec.png
nsec.svg = nsec.svg
README.md = README.md
style.css = style.css
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{99A04338-7321-4B8B-AA29-496C18328F90}"
ProjectSection(SolutionItems) = preProject
build\Package.props = build\Package.props
build\StrongName.props = build\StrongName.props
build\StrongNameKey.snk = build\StrongNameKey.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F9D92917-A968-4F64-8F28-98B2CADE6417}"
ProjectSection(SolutionItems) = preProject
docs\index.md = docs\index.md
docs\install.md = docs\install.md
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D24568A9-54F1-48E0-88FF-2E067F9BDA95}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "api", "api", "{F058E702-CA96-47D4-AA3C-0CC93FD07B53}"
ProjectSection(SolutionItems) = preProject
docs\api\index.md = docs\api\index.md
docs\api\nsec.cryptography.aeadalgorithm.md = docs\api\nsec.cryptography.aeadalgorithm.md
docs\api\nsec.cryptography.algorithm.md = docs\api\nsec.cryptography.algorithm.md
docs\api\nsec.cryptography.argon2parameters.md = docs\api\nsec.cryptography.argon2parameters.md
docs\api\nsec.cryptography.hashalgorithm.md = docs\api\nsec.cryptography.hashalgorithm.md
docs\api\nsec.cryptography.incrementalhash.md = docs\api\nsec.cryptography.incrementalhash.md
docs\api\nsec.cryptography.incrementalmac.md = docs\api\nsec.cryptography.incrementalmac.md
docs\api\nsec.cryptography.incrementalsignature.md = docs\api\nsec.cryptography.incrementalsignature.md
docs\api\nsec.cryptography.incrementalsignatureverification.md = docs\api\nsec.cryptography.incrementalsignatureverification.md
docs\api\nsec.cryptography.key.md = docs\api\nsec.cryptography.key.md
docs\api\nsec.cryptography.keyagreementalgorithm.md = docs\api\nsec.cryptography.keyagreementalgorithm.md
docs\api\nsec.cryptography.keyblobformat.md = docs\api\nsec.cryptography.keyblobformat.md
docs\api\nsec.cryptography.keycreationparameters.md = docs\api\nsec.cryptography.keycreationparameters.md
docs\api\nsec.cryptography.keyderivationalgorithm.md = docs\api\nsec.cryptography.keyderivationalgorithm.md
docs\api\nsec.cryptography.keyderivationalgorithm2.md = docs\api\nsec.cryptography.keyderivationalgorithm2.md
docs\api\nsec.cryptography.keyexportpolicies.md = docs\api\nsec.cryptography.keyexportpolicies.md
docs\api\nsec.cryptography.macalgorithm.md = docs\api\nsec.cryptography.macalgorithm.md
docs\api\nsec.cryptography.md = docs\api\nsec.cryptography.md
docs\api\nsec.cryptography.passwordbasedkeyderivationalgorithm.md = docs\api\nsec.cryptography.passwordbasedkeyderivationalgorithm.md
docs\api\nsec.cryptography.publickey.md = docs\api\nsec.cryptography.publickey.md
docs\api\nsec.cryptography.scryptparameters.md = docs\api\nsec.cryptography.scryptparameters.md
docs\api\nsec.cryptography.sharedsecret.md = docs\api\nsec.cryptography.sharedsecret.md
docs\api\nsec.cryptography.sharedsecretblobformat.md = docs\api\nsec.cryptography.sharedsecretblobformat.md
docs\api\nsec.cryptography.sharedsecretcreationparameters.md = docs\api\nsec.cryptography.sharedsecretcreationparameters.md
docs\api\nsec.cryptography.signaturealgorithm.md = docs\api\nsec.cryptography.signaturealgorithm.md
docs\api\nsec.cryptography.signaturealgorithm2.md = docs\api\nsec.cryptography.signaturealgorithm2.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{030978CE-A451-4F42-887C-1B200DF7211C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{893DCC2B-F4F2-457E-8159-9B27D73393FE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{839872CC-6AF4-456B-A55B-F82EE7B4822E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839872CC-6AF4-456B-A55B-F82EE7B4822E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839872CC-6AF4-456B-A55B-F82EE7B4822E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839872CC-6AF4-456B-A55B-F82EE7B4822E}.Release|Any CPU.Build.0 = Release|Any CPU
{5D5C8827-A74C-4B29-961F-CB8613C33F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D5C8827-A74C-4B29-961F-CB8613C33F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D5C8827-A74C-4B29-961F-CB8613C33F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D5C8827-A74C-4B29-961F-CB8613C33F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{97BF2648-69D2-4A17-888F-2A13E5C5CB28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97BF2648-69D2-4A17-888F-2A13E5C5CB28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97BF2648-69D2-4A17-888F-2A13E5C5CB28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97BF2648-69D2-4A17-888F-2A13E5C5CB28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99A04338-7321-4B8B-AA29-496C18328F90} = {DF40D4F3-D18D-45F3-87DD-2A8378354B57}
{F9D92917-A968-4F64-8F28-98B2CADE6417} = {DF40D4F3-D18D-45F3-87DD-2A8378354B57}
{D24568A9-54F1-48E0-88FF-2E067F9BDA95} = {DF40D4F3-D18D-45F3-87DD-2A8378354B57}
{F058E702-CA96-47D4-AA3C-0CC93FD07B53} = {F9D92917-A968-4F64-8F28-98B2CADE6417}
{030978CE-A451-4F42-887C-1B200DF7211C} = {DF40D4F3-D18D-45F3-87DD-2A8378354B57}
{893DCC2B-F4F2-457E-8159-9B27D73393FE} = {030978CE-A451-4F42-887C-1B200DF7211C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED81BE7D-A09F-4466-8138-E0F420A24568}
EndGlobalSection
EndGlobal