Fixed MoveToParent issues with the navigator and attributes.
[mono.git] / mcs / class / library.build
index 9fdbecd74543c8038b942b94fa9d8f6682eb2848..861f2ee72b60f6763a73b736eada2cd0d05a0ae6 100644 (file)
@@ -4,35 +4,27 @@
 <!-- Target windows builds libraries _for_ windows -->
 <!-- Target linux builds libraries _for_ linux -->
 
-<project name="corlib" default="linux">
+<project name="corlib" default="build">
        <property name="debug" value="false"/>
 
-       <target name="windows">
-               <nant basedir="corlib" target="windows"/>
+       <target name="build">
+               <nant basedir="corlib" target="build"/>
                <nant basedir="System" target="build"/>
-               <!-- Doesn't compile, will fix later -Sean
-                       <nant basedir="System.Data" target="build"/>
-               -->
                <nant basedir="System.Drawing" target="build"/>
-               <nant basedir="System.Web" target="build"/>
                <nant basedir="System.XML" target="build"/>
-       </target>
-
-       <target name="linux">
-               <nant basedir="corlib" target="linux"/>
-               <nant basedir="System" target="build"/>
-               <nant basedir="System.Drawing" target="build"/>
+               <nant basedir="System.Data" target="build"/>
                <nant basedir="System.Web" target="build"/>
-               <nant basedir="System.XML" target="build"/>
-               <!-- Doesn't compile, will fix later -Sean
-                       <nant basedir="System.Data" target="build"/>
-               -->
+               <nant basedir="Microsoft.VisualBasic" target="build"/>
+               <nant basedir="System.Configuration.Install" target="build"/>
        </target>
 
        <target name="test">
                <nant basedir="corlib" target="test"/>
                <nant basedir="System" target="test"/>
                <nant basedir="System.XML" target="test"/>
+               <nant basedir="System.Data" target="test"/>
+               <nant basedir="Microsoft.VisualBasic" target="test"/>
+               <nant basedir="System.Configuration.Install" target="test"/>
        </target>
 
        <target name="clean">
                </delete>
                <nant basedir="corlib" target="clean"/>
                <nant basedir="System" target="clean"/>
+               <nant basedir="System.Drawing" target="clean"/>
                <nant basedir="System.XML" target="clean"/>
-               <!-- Doesn't compile, will fix later -Sean
-                       <nant basedir="System.Data" target="clean"/>
-               -->
+               <nant basedir="System.Data" target="clean"/>
+               <nant basedir="Microsoft.VisualBasic" target="clean"/>
+               <nant basedir="System.Configuration.Install" target="clean"/>
        </target>
 </project>