From 57d62363643bfcdfcad1b00ff3ae2b0e993e22f3 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 23 Jun 2022 02:28:35 +0700 Subject: Target framework v4.0 --- crypto/BouncyCastle.csproj | 16 +++++++++------- crypto/test/UnitTests.csproj | 7 ++++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index f977b6406..7b0066ac4 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -10,14 +10,14 @@ Library Org.BouncyCastle BouncyCastle - v2.0 + v4.0 + true full false - bin\Debug\lib\net20\ - obj\Debug\lib\net20\ + bin\Debug\ DEBUG;TRACE prompt 4 @@ -25,14 +25,16 @@ true - bin\Release\lib\net20\ - obj\Release\lib\net20\ - TRACE + bin\Release\ + + doc\BouncyCastle.xml prompt 4 false 1591 + pdbonly + true true @@ -1790,4 +1792,4 @@ - \ No newline at end of file + diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index ba01de7d0..27bf0782f 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -9,14 +9,15 @@ Library UnitTests UnitTests - v2.0 + v4.0 + true full false bin\Debug - DEBUG;SEPARATE_UNIT_TESTS + TRACE;DEBUG;SEPARATE_UNIT_TESTS prompt 4 false @@ -26,7 +27,7 @@ full true bin\Release - SEPARATE_UNIT_TESTS + TRACE;DEBUG;SEPARATE_UNIT_TESTS prompt 4 false -- cgit 1.4.1