comparison IBBoard.WarFoundry.API.csproj @ 163:395c8042dc03

Fixes #144: HTML generation may need network connection * Use new "custom XML resolver" for HTML export * Add DTD and entity definition files for XHTML Strict
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Oct 2009 15:55:44 +0000
parents 81abc04b3dbe
children 6902f49e16e0
comparison
equal deleted inserted replaced
162:624422e91a1c 163:395c8042dc03
55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56 <SubType> 56 <SubType>
57 </SubType> 57 </SubType>
58 </None> 58 </None>
59 <None Include="COPYING" /> 59 <None Include="COPYING" />
60 <None Include="dtds\xhtml-lat1.ent">
61 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62 </None>
63 <None Include="dtds\xhtml-special.ent">
64 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
65 </None>
66 <None Include="dtds\xhtml-symbol.ent">
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68 </None>
69 <None Include="dtds\xhtml1-strict.dtd">
70 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71 </None>
60 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 72 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
61 </ItemGroup> 73 </ItemGroup>
62 <ItemGroup> 74 <ItemGroup>
63 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 75 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
64 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 76 <Compile Include="api\Commands\RemoveUnitCommand.cs" />