@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
18
18
.editorconfig = .editorconfig
19
19
.gitattributes = .gitattributes
20
20
.gitignore = .gitignore
21
+ .mailmap = .mailmap
21
22
Directory .Build .props = Directory .Build .props
22
23
global .json = global .json
23
24
Key .snk = Key .snk
@@ -41,6 +42,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks",
41
42
EndProject
42
43
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}"
43
44
EndProject
45
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".github" , ".github" , "{AE977542-3870-4EAC-BCB5-92D3CD474BE7}"
46
+ EndProject
47
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "workflows" , "workflows" , "{D03C0010-6B5F-4CCC-86E8-DA9A47A35801}"
48
+ Project Section (SolutionItems ) = preProject
49
+ .github \workflows \dotnet .yml = .github \workflows \dotnet .yml
50
+ EndProject Section
51
+ EndProject
44
52
Global
45
53
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
46
54
Debug| Any CPU = Debug| Any CPU
67
75
{9234D532-B975-4C2A-A3A5-C319C4334301} = {8B2273E6-40B9-4CFB-94E0-4523F39043DB}
68
76
{F3588A93-87FB-4715-B491-85000A60EC54} = {7213FB63-9C9A-44A9-A619-08A285AE7AB5}
69
77
{26E62B0D-A094-4AA9-97E8-12D1677405DB} = {689567F4-3622-4373-9F4E-32D5C51C56C0}
78
+ {D03C0010-6B5F-4CCC-86E8-DA9A47A35801} = {AE977542-3870-4EAC-BCB5-92D3CD474BE7}
70
79
EndGlobalSection
71
80
GlobalSection (ExtensibilityGlobals ) = postSolution
72
81
SolutionGuid = {1B3B4239-F721-4D41-8E9D-FB712341B7DA}
0 commit comments