WIP [library.make] Make resource usage declarative in the class libraries (#3159)
[mono.git] / mcs / class / System.Web / makefile.build
1 <!--Minimalistic buildfile -->
2 <project name="System.Runtime.Serialization.Formatters.Soap" default="all">
3 <property name="ghroot"  value="${project::get-base-directory()}\..\..\..\.."/>
4   <!--Allways at the beginning-->
5   <include buildfile="${ghroot}\vsbuild\properties.xml" />
6
7   <!--MANDATORY SECTION-->
8
9   <!--Could be GH ANT .NET-->
10   <property name="projecttype" value=".NET2005"/>
11   <!--Could be RUNTIME TOOLS ... -->
12   <property name="rules" value="RUNTIME"/>
13
14   <property name="msbuild_file" value="System.Web20.csproj"/>
15   <property name="override_config" value="${ghconfiguration_ver}"/>
16   
17   <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
18   <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
19         <include name="${ghconfiguration_ver}\System.Web.jar"/>
20         <include name="${ghconfiguration_ver}\System.Web.dll"/>
21   </fileset>
22
23   <!--END MANDATORY SECTION-->
24
25  <!--OPTIONAL SECTION-->
26 <!--
27   <target name="postbuild">
28           
29   </target>
30 -->
31   <!--
32   <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
33   <target name="prebuild">
34   Put something there if you need
35   </target>
36   -->
37   <!--END OPTIONAL SECTION-->
38
39
40   <!--Allways at the end-->
41   <include buildfile="${ghroot}\vsbuild\framework.xml" />
42 </project>