From e121860fbaf7747fb90ff0091ea5d491d7ea9312 Mon Sep 17 00:00:00 2001 From: Rick Weber Date: Tue, 8 Feb 2022 20:12:52 +0000 Subject: [PATCH] Build dotnet outside sourcetree --- dotnet/examples/SEALNetExamples.csproj.in | 5 ++++- dotnet/src/SEALNet.csproj.in | 4 ++++ dotnet/tests/SEALNetTest.csproj.in | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dotnet/examples/SEALNetExamples.csproj.in b/dotnet/examples/SEALNetExamples.csproj.in index e1b595c78..0573bad13 100644 --- a/dotnet/examples/SEALNetExamples.csproj.in +++ b/dotnet/examples/SEALNetExamples.csproj.in @@ -20,7 +20,7 @@ - + @@ -28,4 +28,7 @@ + + + diff --git a/dotnet/src/SEALNet.csproj.in b/dotnet/src/SEALNet.csproj.in index 1a71dde6b..735e83868 100644 --- a/dotnet/src/SEALNet.csproj.in +++ b/dotnet/src/SEALNet.csproj.in @@ -27,4 +27,8 @@ $(DefineConstants);DEBUG;TRACE + + + + diff --git a/dotnet/tests/SEALNetTest.csproj.in b/dotnet/tests/SEALNetTest.csproj.in index 57b928a8f..73ed9345b 100644 --- a/dotnet/tests/SEALNetTest.csproj.in +++ b/dotnet/tests/SEALNetTest.csproj.in @@ -26,7 +26,7 @@ - + @@ -34,4 +34,7 @@ + + +