Fixed issue #3107: Clean: Allow to remove orphaned submodules (i.e., clean -f -f)
[TortoiseGit.git] / src / TortoiseGitSetup / WiXSetup.wixproj
blob4d696c31db6d8abf3723c65168ea4c5ad960a5a4
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>3.0</ProductVersion>\r
7     <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <OutputName>TortoiseGit</OutputName>\r
10     <OutputType>Package</OutputType>\r
11     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>\r
12     <CompilerAdditionalOptions>-ext WixUtilExtension</CompilerAdditionalOptions>\r
13     <LinkerAdditionalOptions>-ext WixUtilExtension</LinkerAdditionalOptions>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
16     <OutputPath>..\..\bin\setup\</OutputPath>\r
17     <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)\</IntermediateOutputPath>\r
18     <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=1;DictionaryENUS=1;VisualStudioVersion=$(VisualStudioVersion);</DefineConstants>\r
19     <WixVariables>\r
20     </WixVariables>\r
21     <SuppressSpecificWarnings>\r
22     </SuppressSpecificWarnings>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
25     <OutputPath>..\..\bin\setup\x86\</OutputPath>\r
26     <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)\</IntermediateOutputPath>\r
27     <DefineConstants>IncludeCrashReportDll=1;DictionaryENGB=1;DictionaryENUS=1;VisualStudioVersion=$(VisualStudioVersion);</DefineConstants>\r
28     <SuppressSpecificWarnings>\r
29     </SuppressSpecificWarnings>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
32     <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=1;DictionaryENUS=1;VisualStudioVersion=$(VisualStudioVersion);</DefineConstants>\r
33     <WixVariables>\r
34     </WixVariables>\r
35     <SuppressSpecificWarnings>\r
36     </SuppressSpecificWarnings>\r
37     <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>\r
38     <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)64\</IntermediateOutputPath>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
41     <DefineConstants>IncludeCrashReportDll=1;DictionaryENGB=1;DictionaryENUS=1;VisualStudioVersion=$(VisualStudioVersion);</DefineConstants>\r
42     <SuppressSpecificWarnings>\r
43     </SuppressSpecificWarnings>\r
44     <OutputPath>..\..\bin\setup\x64\</OutputPath>\r
45     <IntermediateOutputPath>..\..\obj\TortoiseGitSetup\$(Configuration)64\</IntermediateOutputPath>\r
46   </PropertyGroup>\r
47   <Import Project="$(WixTargetsPath)" />\r
48   <!--\r
49         To modify your build process, add your task inside one of the targets below and uncomment it.\r
50         Other similar extension points exist, see Wix.targets.\r
51         <Target Name="BeforeBuild">\r
52         </Target>\r
53         <Target Name="AfterBuild">\r
54         </Target>\r
55         -->\r
56   <ItemGroup>\r
57     <Compile Include="TortoiseGIT.wxs" />\r
58     <Compile Include="WixUI_Simplest.wxs" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Content Include="FeaturesFragment.wxi" />\r
62     <Content Include="Includes.wxi" />\r
63     <Content Include="StructureFragment.wxi" />\r
64     <Content Include="UIFragment.wxi" />\r
65     <Content Include="VersionNumberInclude.wxi" />\r
66   </ItemGroup>\r
67 </Project>