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.0</ProductVersion>
\r
6 <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <OutputName>TortoiseGit</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\setup\</OutputPath>
\r
14 <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)\</IntermediateOutputPath>
\r
15 <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;</DefineConstants>
\r
18 <SuppressSpecificWarnings>
\r
19 </SuppressSpecificWarnings>
\r
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
22 <OutputPath>..\..\bin\setup\x86\</OutputPath>
\r
23 <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)\</IntermediateOutputPath>
\r
24 <DefineConstants>IncludeCrashReportDll=1;DictionaryENGB=0;DictionaryENUS=1;</DefineConstants>
\r
25 <SuppressSpecificWarnings>
\r
26 </SuppressSpecificWarnings>
\r
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
\r
29 <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;</DefineConstants>
\r
32 <SuppressSpecificWarnings>
\r
33 </SuppressSpecificWarnings>
\r
34 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
\r
35 <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)64\</IntermediateOutputPath>
\r
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
\r
38 <DefineConstants>IncludeCrashReportDll=1;DictionaryENGB=0;DictionaryENUS=1;</DefineConstants>
\r
39 <SuppressSpecificWarnings>
\r
40 </SuppressSpecificWarnings>
\r
41 <OutputPath>..\..\bin\setup\x64\</OutputPath>
\r
42 <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)64\</IntermediateOutputPath>
\r
44 <Import Project="$(WixTargetsPath)" />
\r
46 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
47 Other similar extension points exist, see Wix.targets.
\r
48 <Target Name="BeforeBuild">
\r
50 <Target Name="AfterBuild">
\r
54 <Compile Include="TortoiseGIT.wxs" />
\r
55 <Compile Include="WixUI_Simplest.wxs" />
\r
58 <Content Include="FeaturesFragment.wxi" />
\r
59 <Content Include="Includes.wxi" />
\r
60 <Content Include="StructureFragment.wxi" />
\r
61 <Content Include="UIFragment.wxi" />
\r
62 <Content Include="VersionNumberInclude.wxi" />
\r
65 <PostBuildEvent>if exist "$(SolutionDir)..\sign-$(PlatformName).bat" "$(SolutionDir)..\sign-$(PlatformName).bat" msi</PostBuildEvent>
\r
66 <PreBuildEvent>if exist "$(SolutionDir)..\sign-$(PlatformName).bat" "$(SolutionDir)..\sign-$(PlatformName).bat"</PreBuildEvent>
\r