comparison IBBoard.WarFoundry.API.Tests.csproj @ 58:c642d217036e

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Simplify "non-existant ability" unit test by removing SystemX file * Remove line number checks, since Mono exception line numbers are end of file when the exception is a missing key ** * Re-implement equipment slot check test ** previous line numbers were taken from errors saying that keyref's key definition couldn't be found, not an error saying that the keyref value didn't exist
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Jun 2010 20:40:18 +0000
parents c6e5b8a1948d
children 6efa080b500f
comparison
equal deleted inserted replaced
57:745820ad7656 58:c642d217036e
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"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>8.0.50727</ProductVersion> 6 <ProductVersion>8.0.50727</ProductVersion>
75 <None Include="COPYING" /> 75 <None Include="COPYING" />
76 <None Include="testdata\race-with-non-existant-game-system.race"> 76 <None Include="testdata\race-with-non-existant-game-system.race">
77 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 77 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78 </None> 78 </None>
79 <None Include="testdata\race-with-non-existant-ability.racex"> 79 <None Include="testdata\race-with-non-existant-ability.racex">
80 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81 </None>
82 <None Include="testdata\race-with-non-existant-ability.systemx">
83 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 80 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84 </None> 81 </None>
85 <None Include="testdata\extended-data.racex"> 82 <None Include="testdata\extended-data.racex">
86 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 83 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87 </None> 84 </None>