aboutsummaryrefslogtreecommitdiff
path: root/noscrypt.build.sln
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-10 22:08:52 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-10 22:08:52 -0400
commit5e32450ccf9186e86a7596a7d774621cf81c62ff (patch)
treef30f3671357f8c47fba448347d30fdf436c18227 /noscrypt.build.sln
parenta74f96251bcc81fb2c94fe75dd6f8043fd35fe0b (diff)
feat: Begin migrating noscrypt c# library
Diffstat (limited to 'noscrypt.build.sln')
-rw-r--r--noscrypt.build.sln37
1 files changed, 37 insertions, 0 deletions
diff --git a/noscrypt.build.sln b/noscrypt.build.sln
new file mode 100644
index 0000000..7efa33e
--- /dev/null
+++ b/noscrypt.build.sln
@@ -0,0 +1,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