forked from ektrah/nsec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNSec.sln
115 lines (115 loc) · 6.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
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("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Interop", "src\Interop\Interop.shproj", "{F9492D32-4406-41EE-B90E-F9AE33F0F4DC}"
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
circle.yml = circle.yml
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\InternalsVisibleTo.targets = build\InternalsVisibleTo.targets
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.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.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.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.publickey.md = docs\api\nsec.cryptography.publickey.md
docs\api\nsec.cryptography.sharedsecret.md = docs\api\nsec.cryptography.sharedsecret.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
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Interop\Interop.projitems*{839872cc-6af4-456b-a55b-f82ee7b4822e}*SharedItemsImports = 5
src\Interop\Interop.projitems*{f9492d32-4406-41ee-b90e-f9ae33f0f4dc}*SharedItemsImports = 13
EndGlobalSection
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
{F9492D32-4406-41EE-B90E-F9AE33F0F4DC} = {D24568A9-54F1-48E0-88FF-2E067F9BDA95}
{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}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED81BE7D-A09F-4466-8138-E0F420A24568}
EndGlobalSection
EndGlobal