-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathScience.Cryptography.Ciphers.sln
72 lines (72 loc) · 4.93 KB
/
Science.Cryptography.Ciphers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers", "src\Science.Cryptography.Ciphers\Science.Cryptography.Ciphers.csproj", "{C84B38DC-8C16-4547-A1E5-B92D55503062}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Analysis", "src\Science.Cryptography.Ciphers.Analysis\Science.Cryptography.Ciphers.Analysis.csproj", "{BF53E41E-35E6-4609-A558-C26C5DDFF71D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72292918-375F-4445-9DC3-6EBCB0279995}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\cli.yml = .github\workflows\cli.yml
LICENSE = LICENSE
.github\workflows\nuget.yml = .github\workflows\nuget.yml
.github\workflows\perf.yml = .github\workflows\perf.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Tests", "tests\Science.Cryptography.Ciphers.Tests\Science.Cryptography.Ciphers.Tests.csproj", "{44A688D0-7C9F-41D5-80AF-3C69F4EFF1E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Specialized", "src\Science.Cryptography.Ciphers.Specialized\Science.Cryptography.Ciphers.Specialized.csproj", "{AA02A537-19B2-4434-AB36-B792069F0F76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Benchmarks", "perf\Science.Cryptography.Ciphers.Benchmarks\Science.Cryptography.Ciphers.Benchmarks.csproj", "{EE012ABC-3A72-49B0-8D6A-2981B773B40E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Analysis.Tests", "tests\Science.Cryptography.Ciphers.Analysis.Tests\Science.Cryptography.Ciphers.Analysis.Tests.csproj", "{4271DBBA-0859-4E5C-A20E-3F2C42FF7605}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Science.Cryptography.Ciphers.Console", "src\Science.Cryptography.Ciphers.Console\Science.Cryptography.Ciphers.Console.csproj", "{9C12E42B-FDE0-4C43-845E-19BE469FFD18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C84B38DC-8C16-4547-A1E5-B92D55503062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C84B38DC-8C16-4547-A1E5-B92D55503062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C84B38DC-8C16-4547-A1E5-B92D55503062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C84B38DC-8C16-4547-A1E5-B92D55503062}.Release|Any CPU.Build.0 = Release|Any CPU
{BF53E41E-35E6-4609-A558-C26C5DDFF71D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF53E41E-35E6-4609-A558-C26C5DDFF71D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF53E41E-35E6-4609-A558-C26C5DDFF71D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF53E41E-35E6-4609-A558-C26C5DDFF71D}.Release|Any CPU.Build.0 = Release|Any CPU
{44A688D0-7C9F-41D5-80AF-3C69F4EFF1E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44A688D0-7C9F-41D5-80AF-3C69F4EFF1E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44A688D0-7C9F-41D5-80AF-3C69F4EFF1E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44A688D0-7C9F-41D5-80AF-3C69F4EFF1E9}.Release|Any CPU.Build.0 = Release|Any CPU
{AA02A537-19B2-4434-AB36-B792069F0F76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA02A537-19B2-4434-AB36-B792069F0F76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA02A537-19B2-4434-AB36-B792069F0F76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA02A537-19B2-4434-AB36-B792069F0F76}.Release|Any CPU.Build.0 = Release|Any CPU
{EE012ABC-3A72-49B0-8D6A-2981B773B40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE012ABC-3A72-49B0-8D6A-2981B773B40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE012ABC-3A72-49B0-8D6A-2981B773B40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE012ABC-3A72-49B0-8D6A-2981B773B40E}.Release|Any CPU.Build.0 = Release|Any CPU
{4271DBBA-0859-4E5C-A20E-3F2C42FF7605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4271DBBA-0859-4E5C-A20E-3F2C42FF7605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4271DBBA-0859-4E5C-A20E-3F2C42FF7605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4271DBBA-0859-4E5C-A20E-3F2C42FF7605}.Release|Any CPU.Build.0 = Release|Any CPU
{9C12E42B-FDE0-4C43-845E-19BE469FFD18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C12E42B-FDE0-4C43-845E-19BE469FFD18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C12E42B-FDE0-4C43-845E-19BE469FFD18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C12E42B-FDE0-4C43-845E-19BE469FFD18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67FC5211-A439-4DFA-8C3E-311ABA3D6CE7}
EndGlobalSection
EndGlobal