diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-17 19:16:20 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-12-17 19:16:20 +0700 |
commit | 53e57085de728ff9f23734f64e1a877ee39a327c (patch) | |
tree | f82964c348a778251b6cea473f048c84ae1b153c /crypto/crypto.csproj | |
parent | More porting from Java TLS, mainly enum replacement (diff) | |
download | BouncyCastle.NET-ed25519-53e57085de728ff9f23734f64e1a877ee39a327c.tar.xz |
Clean up all the special handling for IDEA stuff, back to a single release assembly.
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index ac5aeb985..4aaba880f 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE;INCLUDE_IDEA;NET_1_1" + DefineConstants = "DEBUG;TRACE;NET_1_1" DocumentationFile = "doc\crypto.xml" DebugSymbols = "true" FileAlignment = "4096" @@ -48,7 +48,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "TRACE;INCLUDE_IDEA;NET_1_1" + DefineConstants = "TRACE;NET_1_1" DocumentationFile = "doc\crypto.xml" DebugSymbols = "false" FileAlignment = "4096" |