1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
5 <ProductVersion>3.5</ProductVersion>
\r
6 <ProjectGuid>{925c4e4c-d427-4051-86ae-a5b1149aacb3}</ProjectGuid>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <OutputName>TortoiseGit-LanguagePack-id</OutputName>
\r
9 <OutputType>Package</OutputType>
\r
10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
13 <OutputPath>bin\$(Configuration)\</OutputPath>
\r
14 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
15 <DefineConstants>Debug</DefineConstants>
\r
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
18 <OutputPath>..\bin\setup\x86\</OutputPath>
\r
19 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>
\r
22 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1057;LANGNATIVE=Indonesian;</DefineConstants>
\r
23 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
24 <SuppressIces>ICE61;ICE82</SuppressIces>
\r
25 <Cultures>en-US</Cultures>
\r
26 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>
\r
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
\r
29 <OutputPath>bin\$(Configuration)64\</OutputPath>
\r
30 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
31 <DefineConstants>Debug</DefineConstants>
\r
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
\r
34 <OutputPath>..\bin\setup\x64\</OutputPath>
\r
35 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
38 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1057;LANGNATIVE=Indonesian;</DefineConstants>
\r
39 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
40 <SuppressIces>ICE61;ICE82</SuppressIces>
\r
41 <Cultures>en-US</Cultures>
\r
42 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>
\r
45 <Compile Include="LanguagePack.wxs" />
\r
46 <Compile Include="WixUI_LanguagePacks.wxs" />
\r
48 <Import Project="$(WixTargetsPath)" />
\r
50 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
51 Other similar extension points exist, see Wix.targets.
\r
52 <Target Name="BeforeBuild">
\r
54 <Target Name="AfterBuild">
\r