From bd4a3f4a30c0c8fe88c2fb100336ea24ff3829b8 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 17 Apr 2023 00:09:21 +0700 Subject: Basic setup for signing assemblies post-build --- crypto/src/BouncyCastle.Crypto.csproj | 11 +++++++++++ crypto/test/BouncyCastle.Crypto.Tests.csproj | 5 +++++ 2 files changed, 16 insertions(+) (limited to 'crypto') diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index a22f71335..b7fc0cf30 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -24,6 +24,7 @@ BouncyCastle.NET true BouncyCastle.NET Cryptography + Debug;Release;Publish @@ -72,6 +73,13 @@ true + + + true + + true + + @@ -102,4 +110,7 @@ + + + diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index 45a03b0e7..94d2eff7b 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -8,6 +8,7 @@ 618;1591 Org.BouncyCastle False + Debug;Release;Publish @@ -18,6 +19,10 @@ DEBUG;TRACE + + DEBUG;TRACE + + -- cgit 1.4.1