-
Notifications
You must be signed in to change notification settings - Fork 19
/
CryptoNet.sln
98 lines (98 loc) · 5.91 KB
/
CryptoNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet", "CryptoNet\CryptoNet.csproj", "{8F85375C-A0DC-4B67-B934-F58ED4114F5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet.UnitTests", "CryptoNet.UnitTests\CryptoNet.UnitTests.csproj", "{702C8501-AF79-4549-98A8-67A153DF5B70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{1733D13E-78C2-4A60-8741-EB641832A832}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
.github\workflows\cd-release.yml = .github\workflows\cd-release.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\code-coverage.yml = .github\workflows\code-coverage.yml
DockerBuild.ps1 = DockerBuild.ps1
Dockerfile = Dockerfile
RELEASE-NOTES = RELEASE-NOTES
run_codecoverage.ps1 = run_codecoverage.ps1
run_codecoverage.txt = run_codecoverage.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{6976E2ED-A139-48C5-A390-639F56A8B348}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet.ExtPack", "CryptoNet.ExtPack\CryptoNet.ExtPack.csproj", "{2D0A7922-A762-4CFD-83BC-89663428CA0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet.Models", "CryptoNet.Models\CryptoNet.Models.csproj", "{DF6B3E1D-B65F-4836-8E9B-CBCF21D4E82D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet.ExtShared", "CryptoNet.ExtShared\CryptoNet.ExtShared.csproj", "{5327C9AF-5EFE-4700-AF56-BAAC9355E216}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{8170DCC7-94A8-4495-BC40-BA2E1C8FD556}"
ProjectSection(SolutionItems) = preProject
Examples\Examples.md = Examples\Examples.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AESExample", "Examples\AESExample\AESExample.csproj", "{A4A408B3-21D9-4657-8E8D-B9445513690C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSAExample", "Examples\RSAExample\RSAExample.csproj", "{F2074419-AFCC-440E-B3D5-A06731C76D5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.UnitTests", "Examples\Examples.UnitTests\Examples.UnitTests.csproj", "{BE3D0F86-C8B6-44BC-B7A1-89FA56050874}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F85375C-A0DC-4B67-B934-F58ED4114F5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F85375C-A0DC-4B67-B934-F58ED4114F5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F85375C-A0DC-4B67-B934-F58ED4114F5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F85375C-A0DC-4B67-B934-F58ED4114F5A}.Release|Any CPU.Build.0 = Release|Any CPU
{702C8501-AF79-4549-98A8-67A153DF5B70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{702C8501-AF79-4549-98A8-67A153DF5B70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{702C8501-AF79-4549-98A8-67A153DF5B70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{702C8501-AF79-4549-98A8-67A153DF5B70}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0A7922-A762-4CFD-83BC-89663428CA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0A7922-A762-4CFD-83BC-89663428CA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0A7922-A762-4CFD-83BC-89663428CA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0A7922-A762-4CFD-83BC-89663428CA0E}.Release|Any CPU.Build.0 = Release|Any CPU
{DF6B3E1D-B65F-4836-8E9B-CBCF21D4E82D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF6B3E1D-B65F-4836-8E9B-CBCF21D4E82D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF6B3E1D-B65F-4836-8E9B-CBCF21D4E82D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF6B3E1D-B65F-4836-8E9B-CBCF21D4E82D}.Release|Any CPU.Build.0 = Release|Any CPU
{5327C9AF-5EFE-4700-AF56-BAAC9355E216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5327C9AF-5EFE-4700-AF56-BAAC9355E216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5327C9AF-5EFE-4700-AF56-BAAC9355E216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5327C9AF-5EFE-4700-AF56-BAAC9355E216}.Release|Any CPU.Build.0 = Release|Any CPU
{A4A408B3-21D9-4657-8E8D-B9445513690C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4A408B3-21D9-4657-8E8D-B9445513690C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4A408B3-21D9-4657-8E8D-B9445513690C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4A408B3-21D9-4657-8E8D-B9445513690C}.Release|Any CPU.Build.0 = Release|Any CPU
{F2074419-AFCC-440E-B3D5-A06731C76D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2074419-AFCC-440E-B3D5-A06731C76D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2074419-AFCC-440E-B3D5-A06731C76D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2074419-AFCC-440E-B3D5-A06731C76D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{BE3D0F86-C8B6-44BC-B7A1-89FA56050874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3D0F86-C8B6-44BC-B7A1-89FA56050874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3D0F86-C8B6-44BC-B7A1-89FA56050874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3D0F86-C8B6-44BC-B7A1-89FA56050874}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4A408B3-21D9-4657-8E8D-B9445513690C} = {8170DCC7-94A8-4495-BC40-BA2E1C8FD556}
{F2074419-AFCC-440E-B3D5-A06731C76D5A} = {8170DCC7-94A8-4495-BC40-BA2E1C8FD556}
{BE3D0F86-C8B6-44BC-B7A1-89FA56050874} = {8170DCC7-94A8-4495-BC40-BA2E1C8FD556}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {430E000A-5AD5-4D57-BB34-4A1BE6193BBA}
EndGlobalSection
EndGlobal