1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
6 <ProductVersion>3.5</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <OutputType>Package</OutputType>
\r
9 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
10 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
11 <SuppressIces>ICE61;ICE82</SuppressIces>
\r
12 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>
\r
15 <ProjectGuid>{4236aebe-79df-40ad-8243-8228935f243d}</ProjectGuid>
\r
16 <OutputName>TortoiseGit-LanguagePack-fi</OutputName>
\r
17 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;COUNTRYID=1035;LANGNATIVE=Finnish;</DefineConstants>
\r
18 <Cultures>fi-FI</Cultures>
\r
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
21 <OutputPath>bin\$(Configuration)\</OutputPath>
\r
22 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
23 <DefineConstants>Debug</DefineConstants>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
26 <OutputPath>..\bin\setup\x86\</OutputPath>
\r
27 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
\r
30 <OutputPath>bin\$(Configuration)64\</OutputPath>
\r
31 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
32 <DefineConstants>Debug</DefineConstants>
\r
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
\r
35 <OutputPath>..\bin\setup\x64\</OutputPath>
\r
36 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
39 <Compile Include="LanguagePack.wxs" />
\r
40 <Compile Include="WixUI_LanguagePacks.wxs" />
\r
42 <Import Project="$(WixTargetsPath)" />
\r