-
Notifications
You must be signed in to change notification settings - Fork 3
/
Aoxe.Cryptography.sln
53 lines (53 loc) · 3.33 KB
/
Aoxe.Cryptography.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0ABD90BA-FF26-4A56-AFBA-0F2A3353B938}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aoxe.Cryptography", "src\Aoxe.Cryptography\Aoxe.Cryptography.csproj", "{117575EF-3750-415D-B31B-1B137C3DD903}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aoxe.Cryptography.Abstractions", "src\Aoxe.Cryptography.Abstractions\Aoxe.Cryptography.Abstractions.csproj", "{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{34C67672-45EE-4027-AE0C-DA1AB15D727A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aoxe.Cryptography.Abstractions.UnitTest", "tests\Aoxe.Cryptography.Abstractions.UnitTest\Aoxe.Cryptography.Abstractions.UnitTest.csproj", "{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aoxe.Cryptography.UnitTest", "tests\Aoxe.Cryptography.UnitTest\Aoxe.Cryptography.UnitTest.csproj", "{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{117575EF-3750-415D-B31B-1B137C3DD903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117575EF-3750-415D-B31B-1B137C3DD903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117575EF-3750-415D-B31B-1B137C3DD903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117575EF-3750-415D-B31B-1B137C3DD903}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640}.Release|Any CPU.Build.0 = Release|Any CPU
{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{117575EF-3750-415D-B31B-1B137C3DD903} = {0ABD90BA-FF26-4A56-AFBA-0F2A3353B938}
{4FF5D4EE-5F85-4DAF-9F25-3D847E1ED640} = {0ABD90BA-FF26-4A56-AFBA-0F2A3353B938}
{B4D3230F-DED0-4BFC-8733-E4DFEDFCD7A5} = {34C67672-45EE-4027-AE0C-DA1AB15D727A}
{9F1684FA-09B0-4C56-ABFC-8D3BD53EC464} = {34C67672-45EE-4027-AE0C-DA1AB15D727A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06D82B8C-161F-41CB-9773-598F530ED0FF}
EndGlobalSection
EndGlobal