comparison IBBoard.WarFoundry.API.Tests.csproj @ 38:feb77f3287ca

Re #152: Test and fix extensibility of current schemas * Add unit test for parsing extended document without XSD for namespace
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Feb 2010 15:03:51 +0000
parents 82cd08385bfe
children d4f6e9ac981e
comparison
equal deleted inserted replaced
37:bf46c113d85c 38:feb77f3287ca
57 <Compile Include="API\Objects\Mock\MockPercentageAmountUnitEquipmentItem.cs" /> 57 <Compile Include="API\Objects\Mock\MockPercentageAmountUnitEquipmentItem.cs" />
58 <Compile Include="API\Util\UnitEquipmentUtilTest.cs" /> 58 <Compile Include="API\Util\UnitEquipmentUtilTest.cs" />
59 <Compile Include="API\Factories\Xml\WarFoundryXmlRaceFactoryTest.cs" /> 59 <Compile Include="API\Factories\Xml\WarFoundryXmlRaceFactoryTest.cs" />
60 <Compile Include="API\FixedGameSystemWarFoundryLoader.cs" /> 60 <Compile Include="API\FixedGameSystemWarFoundryLoader.cs" />
61 <Compile Include="API\Factories\Xml\SingleXmlObjectLoader.cs" /> 61 <Compile Include="API\Factories\Xml\SingleXmlObjectLoader.cs" />
62 <Compile Include="API\Factories\Xml\WarFoundryXmlFactoryUtilTest.cs" />
62 </ItemGroup> 63 </ItemGroup>
63 <ItemGroup> 64 <ItemGroup>
64 <None Include="testdata\Test.race"> 65 <None Include="testdata\Test.race">
65 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 66 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66 </None> 67 </None>
73 </None> 74 </None>
74 <None Include="testdata\race-with-non-existant-ability.racex"> 75 <None Include="testdata\race-with-non-existant-ability.racex">
75 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 76 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
76 </None> 77 </None>
77 <None Include="testdata\race-with-non-existant-ability.systemx"> 78 <None Include="testdata\race-with-non-existant-ability.systemx">
79 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
80 </None>
81 <None Include="testdata\extended-data.racex">
78 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 82 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
79 </None> 83 </None>
80 </ItemGroup> 84 </ItemGroup>
81 <ItemGroup> 85 <ItemGroup>
82 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> 86 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">