diff IBBoard.WarFoundry.API.csproj @ 112:863518044d38

Re #54: Add Army support to WarFoundryFactory * Stop "custom equipment" node being mandatory * Remove unused "ratio" definition * Change "integer or ratio" definition to "integer or percentage" * Use "integer or percentage" definition in army XSD * Add exception to say that required objects were missing (Game System and Race) * Throw exceptions on creating army if game system or race is missing Re #53: Add saving of Army to XML file * Add namespace attributes to XML root node
author IBBoard <dev@ibboard.co.uk>
date Sat, 22 Aug 2009 18:18:20 +0000
parents f5aec697b8ea
children 2010a7e8bf9a
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Sat Aug 22 15:34:25 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Sat Aug 22 18:18:20 2009 +0000
@@ -133,6 +133,7 @@
     <Compile Include="api\Commands\ReplaceUnitEquipmentWithNumericAmountItemCommand.cs" />
     <Compile Include="api\Commands\ReplaceUnitEquipmentWithRatioAmountItemCommand.cs" />
     <Compile Include="api\Factories\Xml\Zip\StringZipEntrySource.cs" />
+    <Compile Include="api\Factories\RequiredDataMissingException.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\ICSharpCode.SharpZipLib.dll" />