comparison IBBoard.WarFoundry.API.csproj @ 57:e0ce5578e7c2

Re #61 - Complete structure of WarFoundry API objects * Add methods for adding and getting Notes and contained UnitTypes of a UnitType * Add method to get requirements of a unit * Separate out required abilities from optional abilities * Remove UnitAbility and handle by passing a boolean to the AddAbility method
author IBBoard <dev@ibboard.co.uk>
date Tue, 07 Apr 2009 14:43:04 +0000
parents 9561ef46c6fb
children 3c77722a02b5
comparison
equal deleted inserted replaced
56:9561ef46c6fb 57:e0ce5578e7c2
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" />
128 </ItemGroup> 127 </ItemGroup>
129 <ItemGroup> 128 <ItemGroup>
130 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 129 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
131 <Content Include="libs\log4net.dll" /> 130 <Content Include="libs\log4net.dll" />
132 <Content Include="libs\log4net.xml" /> 131 <Content Include="libs\log4net.xml" />