diff IBBoard.WarFoundry.API.csproj @ 168:8e7bbea333d8

Re #198: Add slots with counts to units * Add starts of updated API and updated DTD to handle both numeric and ratio limits
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Oct 2009 15:44:04 +0000
parents 6902f49e16e0
children ae7915c94747
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Tue Oct 06 14:59:54 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Tue Oct 06 15:44:04 2009 +0000
@@ -95,6 +95,9 @@
     <Compile Include="api\Objects\Army.cs" />
     <Compile Include="api\Objects\ArmyCategory.cs" />
     <Compile Include="api\Objects\Category.cs" />
+    <Compile Include="api\Objects\RatioLimitUnitEquipmentSlot.cs" />
+    <Compile Include="api\Objects\NumericLimitUnitEquipmentSlot.cs" />
+    <Compile Include="api\Objects\DefaultUnitEquipmentSlot.cs" />
     <Compile Include="api\Objects\DuplicateItemException.cs" />
     <Compile Include="api\Objects\EquipmentItem.cs" />
     <Compile Include="api\Objects\GameSystem.cs" />
@@ -108,6 +111,7 @@
     <Compile Include="api\Objects\SystemStats.cs" />
     <Compile Include="api\Objects\Unit.cs" />
     <Compile Include="api\Objects\UnitEquipmentItem.cs" />
+    <Compile Include="api\Objects\UnitEquipmentSlot.cs" />
     <Compile Include="api\Objects\UnitType.cs" />
     <Compile Include="api\Objects\WarFoundryObject.cs" />
     <Compile Include="api\Objects\WarFoundryStagedLoadingObject.cs" />