comparison IBBoard.WarFoundry.API.csproj @ 409:dee3dcb72acf

Re #355: Add XML export format that can be transformed with an XSL * Merge Clutch's XML/XSL API changes
author IBBoard <dev@ibboard.co.uk>
date Thu, 25 Aug 2011 21:05:49 +0100
parents a83846cce1f9
children 376da2b24de1
comparison
equal deleted inserted replaced
394:cbe69734f48f 409:dee3dcb72acf
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
58 </Target> 58 </Target>
59 --> 59 -->
60 <ItemGroup> 60 <ItemGroup>
61 <None Include="app.config" /> 61 <None Include="app.config" />
62 <None Include="COPYING" /> 62 <None Include="COPYING" />
63 <Compile Include="API\Exporters\WarFoundryXMLWithXSLExporter.cs" />
63 <Compile Include="AssemblyInfo.cs" /> 64 <Compile Include="AssemblyInfo.cs" />
64 <None Include="schemas\army.xsd"> 65 <None Include="schemas\army.xsd">
65 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> 66 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
66 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
67 </None> 68 </None>
194 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj"> 195 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj">
195 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project> 196 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
196 <Name>ICSharpCode.SharpZLib</Name> 197 <Name>ICSharpCode.SharpZLib</Name>
197 </ProjectReference> 198 </ProjectReference>
198 </ItemGroup> 199 </ItemGroup>
200 <ItemGroup>
201 <Content Include="xsl\default_html.xsl">
202 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
203 </Content>
204 <Content Include="xsl\unitcard.xsl">
205 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
206 </Content>
207 </ItemGroup>
199 <ProjectExtensions> 208 <ProjectExtensions>
200 <MonoDevelop> 209 <MonoDevelop>
201 <Properties> 210 <Properties>
202 <Policies> 211 <Policies>
203 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> 212 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />