comparison IBBoard.WarFoundry.API.csproj @ 252:a54da5a8b5bb

Re #268: Restructure stats for re-use * Add "Member Type" class * Add member type setting and getting to Race * Load member types from XML files * Make unit type pull stat line from stats or first member type, or fall back to a blank stat line * Change Stats object to initialise blank values * Change schema * Make stats optional * Add member type list to race * Add optional member type references to units
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Apr 2010 15:07:08 +0000
parents a36a0e9cc05d
children 0db25d5d0992
comparison
equal deleted inserted replaced
251:22509bd03ca2 252:a54da5a8b5bb
154 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> 154 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
155 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 155 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
156 </None> 156 </None>
157 <Compile Include="api\AbstractWarFoundryLoader.cs" /> 157 <Compile Include="api\AbstractWarFoundryLoader.cs" />
158 <Compile Include="api\DefaultWarFoundryLoader.cs" /> 158 <Compile Include="api\DefaultWarFoundryLoader.cs" />
159 <Compile Include="api\Objects\UnitMemberType.cs" />
159 </ItemGroup> 160 </ItemGroup>
160 <ItemGroup> 161 <ItemGroup>
161 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 162 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
162 <Content Include="libs\log4net.dll" /> 163 <Content Include="libs\log4net.dll" />
163 </ItemGroup> 164 </ItemGroup>