* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tools / xbuild / xbuild.mdp
1 <Project name="xbuild" fileversion="2.0" language="C#" ctype="DotNetProject">
2   <Configurations active="Debug">
3     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4       <Output directory="./bin/Debug" assembly="xbuild" />
5       <Build debugmode="True" target="Exe" />
6       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
7       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8     </Configuration>
9     <Configuration name="Release" ctype="DotNetProjectConfiguration">
10       <Output directory="./bin/Release" assembly="xbuild" />
11       <Build debugmode="False" target="Exe" />
12       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
13       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14     </Configuration>
15   </Configurations>
16   <DeploymentInformation strategy="File">
17     <excludeFiles />
18   </DeploymentInformation>
19   <Contents>
20     <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
21     <File name="./CommandLineException.cs" subtype="Code" buildaction="Compile" />
22     <File name="./LoggerInfo.cs" subtype="Code" buildaction="Compile" />
23     <File name="./Main.cs" subtype="Code" buildaction="Compile" />
24     <File name="./Parameters.cs" subtype="Code" buildaction="Compile" />
25   </Contents>
26   <References>
27     <ProjectReference type="Project" localcopy="True" refto="Microsoft.Build.Engine" />
28     <ProjectReference type="Project" localcopy="True" refto="Microsoft.Build.Tasks" />
29     <ProjectReference type="Project" localcopy="True" refto="Microsoft.Build.Framework" />
30     <ProjectReference type="Project" localcopy="True" refto="Microsoft.Build.Utilities" />
31   </References>
32 </Project>