diff IBBoard.WarFoundry.API.csproj @ 130:e147a1e9399b

Re #68: Add "export army list" function * Add initial interface for exporting * Add stub implementation for exporting HTML (does nothing so far)
author IBBoard <dev@ibboard.co.uk>
date Fri, 28 Aug 2009 19:57:10 +0000
parents 2010a7e8bf9a
children 7f13ffcb8765
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Wed Aug 26 19:00:50 2009 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Fri Aug 28 19:57:10 2009 +0000
@@ -135,6 +135,8 @@
     <Compile Include="api\Factories\Xml\Zip\StringZipEntrySource.cs" />
     <Compile Include="api\Factories\RequiredDataMissingException.cs" />
     <Compile Include="api\Factories\Xml\WarFoundryXmlArmyParser.cs" />
+    <Compile Include="api\Exporters\IWarFoundryExporter.cs" />
+    <Compile Include="api\Exporters\WarFoundryHtmlExporter.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
@@ -154,4 +156,7 @@
       <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
     </Reference>
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="api\Exporters\" />
+  </ItemGroup>
 </Project>
\ No newline at end of file