Fixed MoveToParent issues with the navigator and attributes.
[mono.git] / mcs / class / library.build
index 9b10fef0ad4b8aa585a57e398bf0f30611216043..861f2ee72b60f6763a73b736eada2cd0d05a0ae6 100644 (file)
                <nant basedir="System.XML" target="build"/>
                <nant basedir="System.Data" target="build"/>
                <nant basedir="System.Web" 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">
@@ -33,5 +38,7 @@
                <nant basedir="System.Drawing" target="clean"/>
                <nant basedir="System.XML" target="clean"/>
                <nant basedir="System.Data" target="clean"/>
+               <nant basedir="Microsoft.VisualBasic" target="clean"/>
+               <nant basedir="System.Configuration.Install" target="clean"/>
        </target>
 </project>