1 <Project name="Boo.Lang.Useful.Tests" fileversion="2.0" language="Boo" ctype="DotNetProject">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="../build" assembly="Boo.Lang.Useful.Tests" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
7 <CodeGeneration genwarnings="False" ducky="False" culture="" ctype="BooCompilerParameters" />
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="./bin/Release" assembly="Boo.Lang.Useful.Tests" />
11 <Build debugmode="False" target="Exe" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
13 <CodeGeneration genwarnings="False" ducky="False" culture="" ctype="BooCompilerParameters" />
17 <ProjectReference type="Project" localcopy="True" refto="Boo.Lang.Useful" />
18 <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
20 <DeploymentInformation strategy="File">
22 </DeploymentInformation>
24 <File name="./IO/TextFileFixture.boo" subtype="Code" buildaction="Compile" />
25 <File name="./CommandLine" subtype="Directory" buildaction="Compile" />
26 <File name="./CommandLine/ParserTestFixture.boo" subtype="Code" buildaction="Compile" />
27 <File name="./Attributes" subtype="Directory" buildaction="Compile" />
28 <File name="./Attributes/SingletonAttributeTestFixture.boo" subtype="Code" buildaction="Compile" />
29 <File name="./Collections" subtype="Directory" buildaction="Compile" />
30 <File name="./Collections/SetTestFixture.boo" subtype="Code" buildaction="Compile" />