comparison IBBoard.WarFoundry.API.Tests.csproj @ 91:98539b2fe8fa

Re #324: Add saving of Race and System data to files * Add first unit test for file savers
author IBBoard <dev@ibboard.co.uk>
date Sat, 05 Mar 2011 14:59:04 +0000
parents 90dee8d781ee
children a3bc8174299f
comparison
equal deleted inserted replaced
90:5d19fee8e9dc 91:98539b2fe8fa
88 <Compile Include="MockObjects\MockWarFoundryLoader.cs" /> 88 <Compile Include="MockObjects\MockWarFoundryLoader.cs" />
89 <Compile Include="API\AbstractWarFoundryLoaderTests.cs" /> 89 <Compile Include="API\AbstractWarFoundryLoaderTests.cs" />
90 <Compile Include="API\Objects\GameSystemTest.cs" /> 90 <Compile Include="API\Objects\GameSystemTest.cs" />
91 <Compile Include="API\Factories\Xml\WarFoundryXmlFactoryTests.cs" /> 91 <Compile Include="API\Factories\Xml\WarFoundryXmlFactoryTests.cs" />
92 <Compile Include="API\EventListeningWarFoundryLoader.cs" /> 92 <Compile Include="API\EventListeningWarFoundryLoader.cs" />
93 <Compile Include="API\Savers\IWarFoundryFileSaverTests.cs" />
94 <Compile Include="API\Savers\Xml\WarFoundryXmlFileSaverTests.cs" />
93 </ItemGroup> 95 </ItemGroup>
94 <ItemGroup> 96 <ItemGroup>
95 <None Include="app.config" /> 97 <None Include="app.config" />
96 <None Include="testdata\Test.race"> 98 <None Include="testdata\Test.race">
97 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 99 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
336 <Install>true</Install> 338 <Install>true</Install>
337 </BootstrapperPackage> 339 </BootstrapperPackage>
338 </ItemGroup> 340 </ItemGroup>
339 <ItemGroup> 341 <ItemGroup>
340 <Folder Include="testdata\multifile-zips\" /> 342 <Folder Include="testdata\multifile-zips\" />
343 <Folder Include="API\Savers\" />
344 <Folder Include="API\Savers\Xml\" />
341 </ItemGroup> 345 </ItemGroup>
342 </Project> 346 </Project>