1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
6 <ProductVersion>3.5</ProductVersion>
\r
7 <ProjectGuid>{c3774955-ade4-4cf0-92a2-71383c29cece}</ProjectGuid>
\r
8 <SchemaVersion>2.0</SchemaVersion>
\r
9 <OutputName>TortoiseGit-LanguagePack-nl_NL</OutputName>
\r
10 <OutputType>Package</OutputType>
\r
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
14 <OutputPath>bin\$(Configuration)\</OutputPath>
\r
15 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
16 <DefineConstants>Debug</DefineConstants>
\r
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
19 <OutputPath>..\bin\setup\x86\</OutputPath>
\r
20 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
23 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1043;LANGNATIVE=Dutch (Nederlands);</DefineConstants>
\r
24 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
\r
27 <OutputPath>bin\$(Configuration)64\</OutputPath>
\r
28 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
29 <DefineConstants>Debug</DefineConstants>
\r
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
\r
32 <OutputPath>..\bin\setup\x64\</OutputPath>
\r
33 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
36 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1043;LANGNATIVE=Dutch (Nederlands);</DefineConstants>
\r
37 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
40 <Compile Include="LanguagePack.wxs" />
\r
41 <Compile Include="WixUI_LanguagePacks.wxs" />
\r
43 <Import Project="$(WixTargetsPath)" />
\r
45 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
46 Other similar extension points exist, see Wix.targets.
\r
47 <Target Name="BeforeBuild">
\r
49 <Target Name="AfterBuild">
\r