diff IBBoard.WarFoundry.API.csproj @ 52:64ef178c18aa

Re #10 - Refactor for readability * Break WarFoundryXMLFactory out in to GameSystem, Race and Army factories * Create factory utils classes with methods from WarFoundryXMLFactory for getting node lists etc
author IBBoard <dev@ibboard.co.uk>
date Mon, 30 Mar 2009 19:44:03 +0000
parents 0a1c5fea6a08
children 3a90f70dac73
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Sat Mar 28 21:00:35 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Mon Mar 30 19:44:03 2009 +0000
@@ -120,6 +120,11 @@
     <Compile Include="api\WarFoundryCore.cs" />
     <Compile Include="api\WarFoundryLoader.cs" />
     <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemFactory.cs" />
+    <Compile Include="api\Factories\Xml\WarFoundryXmlRaceFactory.cs" />
+    <Compile Include="api\Factories\Xml\WarFoundryXmlArmyFactory.cs" />
+    <Compile Include="api\Factories\Xml\WarFoundryXmlFactoryUtils.cs" />
+    <Compile Include="api\Factories\Xml\AbstractStagedLoadedSubFactory.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\ICSharpCode.SharpZipLib.dll" />