diff IBBoard.WarFoundry.API.csproj @ 103:3593d5d756ef

Fixes #124: Remove factory factory * Remove factory factory. Future work on plugins should let the plugin's "activation" methods register the factory
author IBBoard <dev@ibboard.co.uk>
date Sat, 15 Aug 2009 09:40:05 +0000
parents f7b9423c2a5a
children 2f3cafb69799
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Sat Aug 15 09:25:28 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Sat Aug 15 09:40:05 2009 +0000
@@ -70,7 +70,6 @@
     <Compile Include="api\Factories\INativeWarFoundryFactory.cs" />
     <Compile Include="api\Factories\INonNativeWarFoundryFactory.cs" />
     <Compile Include="api\Factories\IWarFoundryFactory.cs" />
-    <Compile Include="api\Factories\WarFoundryFactoryFactory.cs" />
     <Compile Include="api\Factories\Xml\WarFoundryXmlElementName.cs" />
     <Compile Include="api\Factories\Xml\WarFoundryXmlFactory.cs" />
     <Compile Include="api\Factories\Xml\WarFoundryXmlSaver.cs" />