diff IBBoard.WarFoundry.API.csproj @ 36:0a1c5fea6a08

Re #32 - Migrate to schemas * Convert Army to schema * Delete old DTDs
author IBBoard <dev@ibboard.co.uk>
date Mon, 16 Mar 2009 20:15:02 +0000
parents 67db7f97b4ab
children 64ef178c18aa
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Sun Mar 15 16:25:49 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Mon Mar 16 20:15:02 2009 +0000
@@ -39,9 +39,6 @@
   <ItemGroup>
     <None Include="COPYING.GPL" />
     <None Include="COPYING.LGPL" />
-    <None Include="dtds\army.dtd" />
-    <None Include="dtds\race.dtd" />
-    <None Include="dtds\system.dtd" />
     <None Include="dtds\system.xsd">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
@@ -54,6 +51,9 @@
     <None Include="dtds\warfoundry-cats.xsd">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="dtds\army.xsd">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />