comparison 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
comparison
equal deleted inserted replaced
167:9ba56a8e5096 168:8e7bbea333d8
93 <Compile Include="api\Objects\Ability.cs" /> 93 <Compile Include="api\Objects\Ability.cs" />
94 <Compile Include="api\Objects\ArmourType.cs" /> 94 <Compile Include="api\Objects\ArmourType.cs" />
95 <Compile Include="api\Objects\Army.cs" /> 95 <Compile Include="api\Objects\Army.cs" />
96 <Compile Include="api\Objects\ArmyCategory.cs" /> 96 <Compile Include="api\Objects\ArmyCategory.cs" />
97 <Compile Include="api\Objects\Category.cs" /> 97 <Compile Include="api\Objects\Category.cs" />
98 <Compile Include="api\Objects\RatioLimitUnitEquipmentSlot.cs" />
99 <Compile Include="api\Objects\NumericLimitUnitEquipmentSlot.cs" />
100 <Compile Include="api\Objects\DefaultUnitEquipmentSlot.cs" />
98 <Compile Include="api\Objects\DuplicateItemException.cs" /> 101 <Compile Include="api\Objects\DuplicateItemException.cs" />
99 <Compile Include="api\Objects\EquipmentItem.cs" /> 102 <Compile Include="api\Objects\EquipmentItem.cs" />
100 <Compile Include="api\Objects\GameSystem.cs" /> 103 <Compile Include="api\Objects\GameSystem.cs" />
101 <Compile Include="api\Objects\IWarFoundryNativeSourceObject.cs" /> 104 <Compile Include="api\Objects\IWarFoundryNativeSourceObject.cs" />
102 <Compile Include="api\Objects\IWarFoundryObject.cs" /> 105 <Compile Include="api\Objects\IWarFoundryObject.cs" />
106 <Compile Include="api\Objects\Stats.cs" /> 109 <Compile Include="api\Objects\Stats.cs" />
107 <Compile Include="api\Objects\StatSlot.cs" /> 110 <Compile Include="api\Objects\StatSlot.cs" />
108 <Compile Include="api\Objects\SystemStats.cs" /> 111 <Compile Include="api\Objects\SystemStats.cs" />
109 <Compile Include="api\Objects\Unit.cs" /> 112 <Compile Include="api\Objects\Unit.cs" />
110 <Compile Include="api\Objects\UnitEquipmentItem.cs" /> 113 <Compile Include="api\Objects\UnitEquipmentItem.cs" />
114 <Compile Include="api\Objects\UnitEquipmentSlot.cs" />
111 <Compile Include="api\Objects\UnitType.cs" /> 115 <Compile Include="api\Objects\UnitType.cs" />
112 <Compile Include="api\Objects\WarFoundryObject.cs" /> 116 <Compile Include="api\Objects\WarFoundryObject.cs" />
113 <Compile Include="api\Objects\WarFoundryStagedLoadingObject.cs" /> 117 <Compile Include="api\Objects\WarFoundryStagedLoadingObject.cs" />
114 <Compile Include="api\Requirements\AbstractArmyRequirement.cs" /> 118 <Compile Include="api\Requirements\AbstractArmyRequirement.cs" />
115 <Compile Include="api\Requirements\AbstractFailedRequirement.cs" /> 119 <Compile Include="api\Requirements\AbstractFailedRequirement.cs" />