-
Notifications
You must be signed in to change notification settings - Fork 2
/
CryptoEx.sln
43 lines (43 loc) · 2.52 KB
/
CryptoEx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoEx", "CryptoEx\CryptoEx.csproj", "{C26C3C3C-4260-4FE1-9364-F852EBD90AEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoEx.Tests", "CryptoEx.Tests\CryptoEx.Tests.csproj", "{F24CBF92-3FC7-48C1-A360-710D775571B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoEx.Benchmark", "CryptoEx.Benchmark\CryptoEx.Benchmark.csproj", "{72959546-C4A1-4938-AE72-F27F77539F97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoEx.Ed", "CryptoEx.Ed\CryptoEx.Ed.csproj", "{26254F6B-1BA3-42FE-9280-DEE3A9171F55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C26C3C3C-4260-4FE1-9364-F852EBD90AEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26C3C3C-4260-4FE1-9364-F852EBD90AEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26C3C3C-4260-4FE1-9364-F852EBD90AEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26C3C3C-4260-4FE1-9364-F852EBD90AEB}.Release|Any CPU.Build.0 = Release|Any CPU
{F24CBF92-3FC7-48C1-A360-710D775571B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F24CBF92-3FC7-48C1-A360-710D775571B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F24CBF92-3FC7-48C1-A360-710D775571B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F24CBF92-3FC7-48C1-A360-710D775571B5}.Release|Any CPU.Build.0 = Release|Any CPU
{72959546-C4A1-4938-AE72-F27F77539F97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72959546-C4A1-4938-AE72-F27F77539F97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72959546-C4A1-4938-AE72-F27F77539F97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72959546-C4A1-4938-AE72-F27F77539F97}.Release|Any CPU.Build.0 = Release|Any CPU
{26254F6B-1BA3-42FE-9280-DEE3A9171F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26254F6B-1BA3-42FE-9280-DEE3A9171F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26254F6B-1BA3-42FE-9280-DEE3A9171F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26254F6B-1BA3-42FE-9280-DEE3A9171F55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {068BB050-8DBF-48DC-8136-236F473F5EE6}
EndGlobalSection
EndGlobal