comparison IBBoard.WarFoundry.API.Tests.csproj @ 167:03ccff4d5e8a

Re #94: Loading files is too slow * ACTUALLY fix the tests - Linux is somehow fast enough that it passes anyway, but Windows in VM failed
author IBBoard <dev@ibboard.co.uk>
date Wed, 07 Sep 2011 20:38:42 +0100
parents 453640610ef9
children 3a626ea2604a
comparison
equal deleted inserted replaced
166:6b9e86d4be95 167:03ccff4d5e8a
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
298 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 298 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
299 </None> 299 </None>
300 <None Include="testdata\xml-race-factory\extended-requirements.racex"> 300 <None Include="testdata\xml-race-factory\extended-requirements.racex">
301 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 301 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
302 </None> 302 </None>
303 <None Include="testdata\TextFileWithWrongExtension.race"> 303 <Content Include="testdata\NotARaceFile.txt">
304 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 304 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
305 </None> 305 </Content>
306 </ItemGroup> 306 </ItemGroup>
307 <ItemGroup> 307 <ItemGroup>
308 <Reference Include="System" /> 308 <Reference Include="System" />
309 <Reference Include="System.Xml" /> 309 <Reference Include="System.Xml" />
310 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> 310 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">