diff IBBoard.WarFoundry.API.Tests.csproj @ 69:b2517bb113d0

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Validate loading of different key/keyref options in army file This may be all of it, but needs checking
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jul 2010 20:04:16 +0000
parents a82f164e26e3
children 90a9f13b9627
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sun Jul 04 19:11:08 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sun Jul 04 20:04:16 2010 +0000
@@ -201,6 +201,15 @@
     <None Include="testdata\xml-system-factory\invalid-default-stats.systemx">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="testdata\xml-factory-util\duplicate-unit-id.armyx">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-factory-util\invalid-contained-id.armyx">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-factory-util\valid-contained-id.armyx">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
@@ -235,5 +244,6 @@
     <Folder Include="testdata\" />
     <Folder Include="testdata\" />
     <Folder Include="testdata\xml-system-factory\" />
+    <Folder Include="testdata\xml-factory-util\" />
   </ItemGroup>
 </Project>
\ No newline at end of file