diff options
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index c5025b9e7..3c9b88328 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -14,7 +14,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Release'"> - <DefineConstants>DEBUG</DefineConstants> + <DefineConstants>DEBUG;TRACE</DefineConstants> </PropertyGroup> <ItemGroup> |