summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-12-17 19:16:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-12-17 19:16:20 +0700
commit53e57085de728ff9f23734f64e1a877ee39a327c (patch)
treef82964c348a778251b6cea473f048c84ae1b153c /crypto/crypto.csproj
parentMore porting from Java TLS, mainly enum replacement (diff)
downloadBouncyCastle.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.csproj4
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"