Drop unused printing code templates
[TortoiseGit.git] / Languages / Lang_da.wixproj
blobbb41da40d036be3af816e0345ce028b57e52e0c5
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>3.5</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <OutputType>Package</OutputType>
9 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
10 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
11 <SuppressIces>ICE61;ICE82</SuppressIces>
12 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>
13 </PropertyGroup>
14 <PropertyGroup>
15 <ProjectGuid>{46132eb4-193d-43f1-8702-a1b49b7cc404}</ProjectGuid>
16 <OutputName>TortoiseGit-LanguagePack-da</OutputName>
17 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;COUNTRYID=1030;LANGNATIVE=Danish;SPELL=1;</DefineConstants>
18 <Cultures>da-DK</Cultures>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21 <OutputPath>bin\$(Configuration)\</OutputPath>
22 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
23 <DefineConstants>Debug</DefineConstants>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26 <OutputPath>..\bin\setup\x86\</OutputPath>
27 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
30 <OutputPath>bin\$(Configuration)64\</OutputPath>
31 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
32 <DefineConstants>Debug</DefineConstants>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
35 <OutputPath>..\bin\setup\x64\</OutputPath>
36 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
37 </PropertyGroup>
38 <ItemGroup>
39 <Compile Include="LanguagePack.wxs" />
40 <Compile Include="WixUI_LanguagePacks.wxs" />
41 </ItemGroup>
42 <ItemGroup>
43 <Content Include="spell\1030.wxi" />
44 </ItemGroup>
45 <Import Project="$(WixTargetsPath)" />
46 </Project>