Author: gert
Date: 2007-06-07 14:44:03 -0400 (Thu, 07 Jun 2007)
New Revision: 78879

Modified:
   trunk/gert/standalone/bug76116/default.build
Log:
The Microsoft.VisualBasic assembly does not exist for the 1.0 profile.


Modified: trunk/gert/standalone/bug76116/default.build
===================================================================
--- trunk/gert/standalone/bug76116/default.build        2007-06-07 18:32:48 UTC 
(rev 78878)
+++ trunk/gert/standalone/bug76116/default.build        2007-06-07 18:44:03 UTC 
(rev 78879)
@@ -1,8 +1,4 @@
 <project name="bug76116" default="rebuild">
-       <target name="mono-1.0">
-               <property name="csc.defines" 
value="NET_1_0,NET_1_1,ONLY_1_1,MONO" />
-       </target>
-
        <target name="mono-2.0">
                <property name="csc.defines" 
value="NET_1_0,NET_1_1,NET_2_0,ONLY_2_0,MONO" />
        </target>
@@ -15,7 +11,7 @@
                <property name="csc.defines" 
value="NET_1_0,NET_1_1,NET_2_0,ONLY_2_0" />
        </target>
 
-       <property name="frameworks" value="mono-1.0,mono-2.0,net-1.1,net-2.0" />
+       <property name="frameworks" value="mono-2.0,net-1.1,net-2.0" />
 
        <target name="clean">
                <delete>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to