2002-08-12 Piers Haken <piersh@friskit.com>
[mono.git] / mcs / class / library.build
index 9b10fef0ad4b8aa585a57e398bf0f30611216043..817c5d45f6c1acf4e310d354fca5fcd1b56037ea 100644 (file)
                <nant basedir="corlib" target="build"/>
                <nant basedir="System" target="build"/>
                <nant basedir="System.Drawing" target="build"/>
+               <nant basedir="System.EnterpriseServices" target="build"/>
                <nant basedir="System.XML" target="build"/>
                <nant basedir="System.Data" target="build"/>
                <nant basedir="System.Web" target="build"/>
+               <nant basedir="System.Web.Services" 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="System.Web.Services" target="test"/>
+               <nant basedir="Microsoft.VisualBasic" target="test"/>
+               <nant basedir="System.Configuration.Install" target="test"/>
        </target>
 
        <target name="clean">
@@ -33,5 +41,8 @@
                <nant basedir="System.Drawing" target="clean"/>
                <nant basedir="System.XML" target="clean"/>
                <nant basedir="System.Data" target="clean"/>
+               <nant basedir="System.Web.Services" target="clean"/>
+               <nant basedir="Microsoft.VisualBasic" target="clean"/>
+               <nant basedir="System.Configuration.Install" target="clean"/>
        </target>
 </project>