summary refs log tree commit diff
path: root/crypto/NBuild.build
diff options
context:
space:
mode:
authorPeter <peter@cryptic.(none)>2014-01-21 15:43:41 +0700
committerPeter <peter@cryptic.(none)>2014-01-21 15:43:41 +0700
commitbbe415a797593d2b4d855f6b880d37d248071fc3 (patch)
treee7c2e147b1a653e7c3b4c58fe9b2fd49c6f4d224 /crypto/NBuild.build
parentMake typed Equals methods public (and virtual) (diff)
downloadBouncyCastle.NET-ed25519-bbe415a797593d2b4d855f6b880d37d248071fc3.tar.xz
Add target frameworks for mono-3.5 and -4.0
Diffstat (limited to '')
-rw-r--r--crypto/NBuild.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/NBuild.build b/crypto/NBuild.build
index 95861f718..033c7079f 100644
--- a/crypto/NBuild.build
+++ b/crypto/NBuild.build
@@ -53,6 +53,20 @@
     <property name="nunit-console" value="nunit-console" />
     <property name="switch" value="-" />
   </target>
+  <target name="set-mono-3.5-framework-props">
+    <property name="compile-defines" value="NET_1_1" />
+    <property name="debug-extension" value="dll.mdb" />
+    <property name="enable-nostdlib" value="false" />
+    <property name="nunit-console" value="nunit-console" />
+    <property name="switch" value="-" />
+  </target>
+  <target name="set-mono-4.0-framework-props">
+    <property name="compile-defines" value="NET_1_1" />
+    <property name="debug-extension" value="dll.mdb" />
+    <property name="enable-nostdlib" value="false" />
+    <property name="nunit-console" value="nunit-console" />
+    <property name="switch" value="-" />
+  </target>
   <target name="set-net-1.1-framework-props">
     <property name="compile-defines" value="NET_1_1" />
     <property name="debug-extension" value="pdb" />