1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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.0\Wix.targets</WixTargetsPath>
\r
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
13 <OutputPath>..\..\bin\$(Configuration)\</OutputPath>
\r
14 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
15 <DefineConstants>Debug;DictionaryENUS=1;DictionaryENGB=0;IncludeCrashReportDll=0;</DefineConstants>
\r
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
20 <OutputPath>bin\$(Configuration)\</OutputPath>
\r
21 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
24 <Compile Include="FeaturesFragment.wxs" />
\r
25 <Compile Include="StructureFragment.wxs" />
\r
26 <Compile Include="SubWCRev.wxs" />
\r
27 <Compile Include="TortoiseSVN.wxs" />
\r
28 <Compile Include="UIFragment.wxs" />
\r
29 <Compile Include="WixUI_Simplest.wxs" />
\r
32 <Content Include="Includes.wxi" />
\r
34 <Import Project="$(WixTargetsPath)" />
\r
36 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
37 Other similar extension points exist, see Wix.targets.
\r
38 <Target Name="BeforeBuild">
\r
40 <Target Name="AfterBuild">
\r