Compress callout SVGs
[TortoiseGit.git] / Languages / WiXProj.common.props
blob595cd0d38d27721e3b1b8b6447cfc226234c9389
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3         <PropertyGroup>\r
4                 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5                 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6                 <ProductVersion>3.5</ProductVersion>\r
7                 <SchemaVersion>2.0</SchemaVersion>\r
8                 <OutputType>Package</OutputType>\r
9                 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>\r
10                 <LinkerAdditionalOptions>-ext WixUIExtension</LinkerAdditionalOptions>\r
11                 <SuppressIces>ICE61;ICE82</SuppressIces>\r
12                 <SuppressSpecificWarnings>1008</SuppressSpecificWarnings>\r
13         </PropertyGroup>\r
14         <PropertyGroup>\r
15                 <DefineConstants Condition="'$(Configuration)'=='Debug'">Debug;$(DefineConstants)</DefineConstants>\r
16                 <OutputPath Condition="'$(Configuration)'=='Release'">..\bin\setup\$(Platform)\</OutputPath>\r
17                 <OutputPath Condition="'$(Configuration)'=='Debug'">..\bin\setup\debug-$(Platform)\</OutputPath>\r
18                 <IntermediateOutputPath Condition="'$(Platform)'=='x86'">..\obj\$(OutputName)\$(Configuration)\</IntermediateOutputPath>\r
19                 <IntermediateOutputPath Condition="'$(Platform)'=='x64'">..\obj\$(OutputName)\$(Configuration)64\</IntermediateOutputPath>\r
20                 <IntermediateOutputPath Condition="'$(Platform)'=='ARM64'">..\obj\$(OutputName)\$(Configuration)ARM64\</IntermediateOutputPath>\r
21         </PropertyGroup>\r
22         <Import Project="$(WixTargetsPath)" />\r
23 </Project>\r