Mercurial > repos > IBDev-IBBoard.WarFoundry.API
diff 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 |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj Thu Dec 24 14:57:32 2009 +0000 +++ b/IBBoard.WarFoundry.API.csproj Thu Dec 24 19:45:39 2009 +0000 @@ -154,6 +154,8 @@ <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <Compile Include="api\AbstractWarFoundryLoader.cs" /> + <Compile Include="api\DefaultWarFoundryLoader.cs" /> </ItemGroup> <ItemGroup> <Content Include="libs\ICSharpCode.SharpZipLib.dll" />