diff 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
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Tue Sep 06 20:35:08 2011 +0100
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Wed Sep 07 20:38:42 2011 +0100
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -300,9 +300,9 @@
     <None Include="testdata\xml-race-factory\extended-requirements.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-    <None Include="testdata\TextFileWithWrongExtension.race">
+    <Content Include="testdata\NotARaceFile.txt">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
+    </Content>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />