Updated to add local changes ignored files when updating status list
[TortoiseGit.git] / src / TortoiseGitSetup / WiXSetup.wixproj
blobf821b26150342f8297c2e8b568b7a190af59260c
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         <ItemGroup>\r
49                 <Compile Include="TortoiseGIT.wxs" />\r
50                 <Compile Include="WixUI_Simplest.wxs" />\r
51         </ItemGroup>\r
52         <ItemGroup>\r
53                 <Content Include="FeaturesFragment.wxi" />\r
54                 <Content Include="Includes.wxi" />\r
55                 <Content Include="StructureFragment.wxi" />\r
56                 <Content Include="UIFragment.wxi" />\r
57                 <Content Include="VersionNumberInclude.wxi" />\r
58         </ItemGroup>\r
59 </Project>\r