Mercurial > repos > snowblizz-super-API-ideas
comparison IBBoard.WarFoundry.API.csproj @ 265:6fe0cb1bf74f
Re #279: Create composite limit
* Change uses of "AbstractLimit" to "ILimit" as composites don't have a number themselves and can't extend AbstractLimit
* Refactor limit parsing code out into a separate class
* Use grouping to allow for re-use of limit types in schema
* Add min and max composite limits in schema
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 05 Jun 2010 15:36:04 +0000 |
parents | 7933d852181e |
children | cd082d7bd4d9 8981fc45fe17 |
comparison
equal
deleted
inserted
replaced
264:68af2cd41e2f | 265:6fe0cb1bf74f |
---|---|
154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
155 </None> | 155 </None> |
156 <Compile Include="api\AbstractWarFoundryLoader.cs" /> | 156 <Compile Include="api\AbstractWarFoundryLoader.cs" /> |
157 <Compile Include="api\DefaultWarFoundryLoader.cs" /> | 157 <Compile Include="api\DefaultWarFoundryLoader.cs" /> |
158 <Compile Include="api\Objects\UnitMemberType.cs" /> | 158 <Compile Include="api\Objects\UnitMemberType.cs" /> |
159 <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> | |
159 </ItemGroup> | 160 </ItemGroup> |
160 <ItemGroup> | 161 <ItemGroup> |
161 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> | 162 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> |
162 </ItemGroup> | 163 </ItemGroup> |
163 <ItemGroup> | 164 <ItemGroup> |