1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ProjectGuid>{69186382-466B-4D10-997E-569F3F5FD0FE}</ProjectGuid>
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <OutputType>Library</OutputType>
\r
7 <RootNamespace>Boo.Lang.Useful.Tests</RootNamespace>
\r
8 <AssemblyName>Boo.Lang.Useful.Tests</AssemblyName>
\r
10 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
\r
11 <OutputPath>bin\Debug\</OutputPath>
\r
12 <DebugSymbols>True</DebugSymbols>
\r
13 <DebugType>Full</DebugType>
\r
15 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
\r
16 <OutputPath>bin\Release\</OutputPath>
\r
17 <DebugSymbols>False</DebugSymbols>
\r
18 <DebugType>None</DebugType>
\r
21 <Compile Include="Attributes\AbstractAttributeTestFixture.boo" />
\r
22 <Compile Include="Attributes\AutoFlagsAttributeTestFixture.boo" />
\r
23 <Compile Include="Attributes\OnceAttributeTestFixture.boo" />
\r
24 <Compile Include="Attributes\SingletonAttributeSerialization.boo" />
\r
25 <Compile Include="Attributes\SingletonAttributeTestFixture.boo" />
\r
26 <Compile Include="BooTemplate\Globals.boo" />
\r
27 <Compile Include="BooTemplate\TemplateCompilerTestFixture.boo" />
\r
28 <Compile Include="BooTemplate\TemplatePreProcessorTestFixture.boo" />
\r
29 <Compile Include="Collections\CacheTestFixture.boo" />
\r
30 <Compile Include="Collections\CollectionAttributeTestFixture.boo" />
\r
31 <Compile Include="Collections\SetTestFixture.boo" />
\r
32 <Compile Include="CommandLine\AbstractCommandLineTestFixture.boo" />
\r
33 <Compile Include="CommandLine\ParserTestFixture.boo" />
\r
34 <Compile Include="IO\PreprocessorFixture.boo" />
\r
35 <Compile Include="IO\TextFileFixture.boo" />
\r
38 <Folder Include="Attributes" />
\r
39 <Folder Include="BooTemplate" />
\r
40 <Folder Include="Collections" />
\r
41 <Folder Include="CommandLine" />
\r
42 <Folder Include="IO" />
\r
43 <ProjectReference Include="..\..\src\Boo.Lang.Useful\Boo.Lang.Useful.booproj">
\r
44 <Project>{C7CA440B-2A76-420D-8B0E-5E5C1676F451}</Project>
\r
45 <Name>Boo.Lang.Useful</Name>
\r
47 <Reference Include="nunit.framework" />
\r
49 <Import Project="$(BooBinPath)\Boo.Microsoft.Build.targets" />
\r