Mercurial > repos > IBBoard.WarFoundry.API.Tests
diff IBBoard.WarFoundry.API.Tests.csproj @ 170:3a626ea2604a
* Merge Clutch's unit test work
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 13 Sep 2011 20:29:40 +0100 |
parents | 03ccff4d5e8a e29650db551f |
children | 14d0450f295d |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj Wed Sep 07 20:52:10 2011 +0100 +++ b/IBBoard.WarFoundry.API.Tests.csproj Tue Sep 13 20:29:40 2011 +0100 @@ -58,6 +58,7 @@ </Target> --> <ItemGroup> + <Compile Include="API\Exporters\XmlSaveTest.cs" /> <Compile Include="MockObjects\MockRaceZipFile.cs" /> <Compile Include="MockObjects\MockSystemZipFile.cs" /> <Compile Include="API\WarFoundryLoaderTest.cs" /> @@ -328,6 +329,10 @@ <Project>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</Project> <Name>IBBoard.NUnit</Name> </ProjectReference> + <ProjectReference Include="..\Xmlunit\Xmlunit.csproj"> + <Project>{E66FAEFC-4599-4AAB-A57F-0BB2554FA5B6}</Project> + <Name>Xmlunit</Name> + </ProjectReference> </ItemGroup> <ProjectExtensions> <MonoDevelop> @@ -371,5 +376,14 @@ <Install>true</Install> </BootstrapperPackage> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <Folder Include="API\Savers\Xml\" /> + </ItemGroup> + <ItemGroup> + <Content Include="testdata\transform.xsl" /> + <Content Include="testdata\xml_output.xml"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + <SubType>Designer</SubType> + </Content> + </ItemGroup> </Project> \ No newline at end of file