blob: 7efa33e0bae5c9ae2ef03f48af60b7516276a129 (
plain)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "wrappers", "wrappers", "{C20879D7-93D5-4C78-A347-9BC3CF72A6F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VNLib.Utils.Cryptography.Noscrypt", "wrappers\dotnet\VNLib.Utils.Cryptography.Noscrypt\src\VNLib.Utils.Cryptography.Noscrypt.csproj", "{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NVault.Crypto.NoscryptTests", "wrappers\dotnet\VNLib.Utils.Cryptography.Noscrypt\tests\NVault.Crypto.NoscryptTests.csproj", "{603F1BFB-8CF2-46D7-A86E-ACAC17924958}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3}.Release|Any CPU.Build.0 = Release|Any CPU
{603F1BFB-8CF2-46D7-A86E-ACAC17924958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{603F1BFB-8CF2-46D7-A86E-ACAC17924958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{603F1BFB-8CF2-46D7-A86E-ACAC17924958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{603F1BFB-8CF2-46D7-A86E-ACAC17924958}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A41AFB2-7DE1-4E13-BABC-F96B4261D1E3} = {C20879D7-93D5-4C78-A347-9BC3CF72A6F2}
{603F1BFB-8CF2-46D7-A86E-ACAC17924958} = {C20879D7-93D5-4C78-A347-9BC3CF72A6F2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13704404-F5CE-4452-A0C5-1BC4813F19EB}
EndGlobalSection
EndGlobal
|