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"
|