[sgen] Reenable gc-altstack test
[mono.git] / mcs / class / System.Web / System.Web.Phantom / makefile.build
1 <!--Minimalistic buildfile -->
2 <project name="System.Web.Phantom" 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.Web.Phantom.csproj"/>
15   <property name="override_config" value="${ghconfiguration}"/>
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}\System.Web.Phantom.dll"/>
20   </fileset>
21
22   <!--END MANDATORY SECTION-->
23
24  <!--OPTIONAL SECTION-->
25 <!--
26   <target name="postbuild">
27           
28   </target>
29 -->
30   <!--
31   <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
32   <target name="prebuild">
33   Put something there if you need
34   </target>
35   -->
36   <!--END OPTIONAL SECTION-->
37
38
39   <!--Allways at the end-->
40   <include buildfile="${ghroot}\vsbuild\framework.xml" />
41 </project>