comparison IBBoard.WarFoundry.API.csproj @ 233:a36a0e9cc05d

Re #228: Crash with missing abilityID * Separate out the actual loader implementation from the static "WarFoundryLoader" class * Add a setter method for the current loader * Create an abstract and default implementation of the Loader to reduce coupling and allow easier mocking/testing
author IBBoard <dev@ibboard.co.uk>
date Thu, 24 Dec 2009 19:45:39 +0000
parents 6083010a005c
children a54da5a8b5bb
comparison
equal deleted inserted replaced
232:f5009a00a50d 233:a36a0e9cc05d
152 </None> 152 </None>
153 <None Include="schemas\xhtml-symbol.ent"> 153 <None Include="schemas\xhtml-symbol.ent">
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" />
158 <Compile Include="api\DefaultWarFoundryLoader.cs" />
157 </ItemGroup> 159 </ItemGroup>
158 <ItemGroup> 160 <ItemGroup>
159 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 161 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
160 <Content Include="libs\log4net.dll" /> 162 <Content Include="libs\log4net.dll" />
161 </ItemGroup> 163 </ItemGroup>