Mercurial > repos > IBDev-IBBoard.WarFoundry.API
diff IBBoard.WarFoundry.API.csproj @ 497:cd367acd7c48
Re #419: Remove assumptions of a file-based install
* Swap XSLTs to resources
* Update XSL Exporter to use Streams, not files
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 28 Nov 2012 20:24:36 +0000 |
parents | e35fc85eda2b |
children | 2fc99446f9c9 |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj Sat Sep 01 15:28:26 2012 +0100 +++ b/IBBoard.WarFoundry.API.csproj Wed Nov 28 20:24:36 2012 +0000 @@ -180,14 +180,6 @@ <Name>ICSharpCode.SharpZLib</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <Content Include="xsl\default_html.xsl"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - <Content Include="xsl\unitcard.xsl"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - </ItemGroup> <ProjectExtensions> <MonoDevelop> <Properties> @@ -232,5 +224,13 @@ </EmbeddedResource> <EmbeddedResource Include="data\Empire.race" /> <EmbeddedResource Include="data\SampleSystem.system" /> + <EmbeddedResource Include="xsl\default_html.xsl"> + <Gettext-ScanForTranslations>False</Gettext-ScanForTranslations> + <LogicalName>IBBoard.WarFoundry.API.xsl.default_html.xsl</LogicalName> + </EmbeddedResource> + <EmbeddedResource Include="xsl\unitcard.xsl"> + <Gettext-ScanForTranslations>False</Gettext-ScanForTranslations> + <LogicalName>IBBoard.WarFoundry.API.xsl.unitcard.xsl</LogicalName> + </EmbeddedResource> </ItemGroup> </Project> \ No newline at end of file