1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
5 <ProductVersion>3.5</ProductVersion>
\r
6 <ProjectGuid>{dd9a2398-7a47-48c4-9601-89856128aac9}</ProjectGuid>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <OutputName>TortoiseGit-LanguagePack-tr</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=1055;LANGNATIVE=Turkish;</DefineConstants>
\r
23 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
\r
26 <OutputPath>bin\$(Configuration)64\</OutputPath>
\r
27 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
28 <DefineConstants>Debug</DefineConstants>
\r
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
\r
31 <OutputPath>..\bin\setup\x64\</OutputPath>
\r
32 <IntermediateOutputPath>..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>
\r
35 <DefineConstants>TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1055;LANGNATIVE=Turkish;</DefineConstants>
\r
36 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>
\r
39 <Compile Include="LanguagePack.wxs" />
\r
40 <Compile Include="WixUI_LanguagePacks.wxs" />
\r
42 <Import Project="$(WixTargetsPath)" />
\r
44 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
45 Other similar extension points exist, see Wix.targets.
\r
46 <Target Name="BeforeBuild">
\r
48 <Target Name="AfterBuild">
\r