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" />
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" />
16 <DeploymentInformation strategy="File">
18 </DeploymentInformation>
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" />
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" />