-
Notifications
You must be signed in to change notification settings - Fork 5
/
OpenGost.sln
83 lines (83 loc) · 4.42 KB
/
OpenGost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8B2273E6-40B9-4CFB-94E0-4523F39043DB}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7213FB63-9C9A-44A9-A619-08A285AE7AB5}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB808385-20EA-4A94-BF24-44743CA438B6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.mailmap = .mailmap
Directory.Build.props = Directory.Build.props
global.json = global.json
Key.snk = Key.snk
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenGost.Security.Cryptography", "src\OpenGost.Security.Cryptography\OpenGost.Security.Cryptography.csproj", "{9234D532-B975-4C2A-A3A5-C319C4334301}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenGost.Security.Cryptography.Tests", "tests\OpenGost.Security.Cryptography.Tests\OpenGost.Security.Cryptography.Tests.csproj", "{F3588A93-87FB-4715-B491-85000A60EC54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{9001C422-A979-402C-AB7A-6FC0B9B13530}"
ProjectSection(SolutionItems) = preProject
tools\Resources.tt = tools\Resources.tt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{689567F4-3622-4373-9F4E-32D5C51C56C0}"
ProjectSection(SolutionItems) = preProject
benchmarks\Directory.Build.props = benchmarks\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenGost.Security.Cryptography.Benchmarks", "benchmarks\OpenGost.Security.Cryptography.Benchmarks\OpenGost.Security.Cryptography.Benchmarks.csproj", "{26E62B0D-A094-4AA9-97E8-12D1677405DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE977542-3870-4EAC-BCB5-92D3CD474BE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D03C0010-6B5F-4CCC-86E8-DA9A47A35801}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9234D532-B975-4C2A-A3A5-C319C4334301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9234D532-B975-4C2A-A3A5-C319C4334301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9234D532-B975-4C2A-A3A5-C319C4334301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9234D532-B975-4C2A-A3A5-C319C4334301}.Release|Any CPU.Build.0 = Release|Any CPU
{F3588A93-87FB-4715-B491-85000A60EC54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3588A93-87FB-4715-B491-85000A60EC54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3588A93-87FB-4715-B491-85000A60EC54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3588A93-87FB-4715-B491-85000A60EC54}.Release|Any CPU.Build.0 = Release|Any CPU
{26E62B0D-A094-4AA9-97E8-12D1677405DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E62B0D-A094-4AA9-97E8-12D1677405DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E62B0D-A094-4AA9-97E8-12D1677405DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E62B0D-A094-4AA9-97E8-12D1677405DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9234D532-B975-4C2A-A3A5-C319C4334301} = {8B2273E6-40B9-4CFB-94E0-4523F39043DB}
{F3588A93-87FB-4715-B491-85000A60EC54} = {7213FB63-9C9A-44A9-A619-08A285AE7AB5}
{26E62B0D-A094-4AA9-97E8-12D1677405DB} = {689567F4-3622-4373-9F4E-32D5C51C56C0}
{D03C0010-6B5F-4CCC-86E8-DA9A47A35801} = {AE977542-3870-4EAC-BCB5-92D3CD474BE7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B3B4239-F721-4D41-8E9D-FB712341B7DA}
EndGlobalSection
EndGlobal