comparison IBBoard.WarFoundry.API.csproj @ 56:9561ef46c6fb

Re #61 - Complete structure of WarFoundry API objects * Add adding of abilities and equipment to UnitType * Add getting of all, required and optional abilities * Add UnitAbility class to store UnitType's reference to Ability object Also: * Convert UnitType to using Genericed collections * Reduce visibility of properties to private
author IBBoard <dev@ibboard.co.uk>
date Sun, 05 Apr 2009 19:57:32 +0000
parents 3a90f70dac73
children e0ce5578e7c2
comparison
equal deleted inserted replaced
55:9080366031c0 56:9561ef46c6fb
122 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemFactory.cs" /> 122 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemFactory.cs" />
123 <Compile Include="api\Factories\Xml\WarFoundryXmlRaceFactory.cs" /> 123 <Compile Include="api\Factories\Xml\WarFoundryXmlRaceFactory.cs" />
124 <Compile Include="api\Factories\Xml\WarFoundryXmlArmyFactory.cs" /> 124 <Compile Include="api\Factories\Xml\WarFoundryXmlArmyFactory.cs" />
125 <Compile Include="api\Factories\Xml\WarFoundryXmlFactoryUtils.cs" /> 125 <Compile Include="api\Factories\Xml\WarFoundryXmlFactoryUtils.cs" />
126 <Compile Include="api\Factories\Xml\AbstractStagedLoadedSubFactory.cs" /> 126 <Compile Include="api\Factories\Xml\AbstractStagedLoadedSubFactory.cs" />
127 <Compile Include="api\Objects\UnitAbility.cs" />
127 </ItemGroup> 128 </ItemGroup>
128 <ItemGroup> 129 <ItemGroup>
129 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 130 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
130 <Content Include="libs\log4net.dll" /> 131 <Content Include="libs\log4net.dll" />
131 <Content Include="libs\log4net.xml" /> 132 <Content Include="libs\log4net.xml" />