Doc: Fix broken link
[TortoiseGit.git] / Languages / Lang_hu.wixproj
blob8b16fda2d466035fa47eeb5e434f3dee92794ec1
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>{5da76789-4b2a-45d1-8e3a-81253245c71e}</ProjectGuid>
16 <OutputName>TortoiseGit-LanguagePack-hu</OutputName>
17 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;COUNTRYID=1038;LANGNATIVE=Hungarian;SPELL=1;</DefineConstants>
18 <Cultures>hu-HU</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\1038.wxi" />
44 </ItemGroup>
45 <Import Project="$(WixTargetsPath)" />
46 <!--
47 To modify your build process, add your task inside one of the targets below and uncomment it.
48 Other similar extension points exist, see Wix.targets.
49 <Target Name="BeforeBuild">
50 </Target>
51 <Target Name="AfterBuild">
52 </Target>
53 -->
54 </Project>