Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup> |
| 4 | <ProjectGuid>{8A4A1162-4BF9-4FF6-9A98-315F01E44932}</ProjectGuid> |
| 5 | <OutputName>python</OutputName> |
| 6 | <OutputSuffix></OutputSuffix> |
| 7 | </PropertyGroup> |
| 8 | |
| 9 | <Import Project="..\msi.props" /> |
| 10 | |
| 11 | <PropertyGroup> |
Steve Dower | e6894d6 | 2015-08-15 14:38:16 -0700 | [diff] [blame] | 12 | <DefineConstants Condition="'$(Pack)' != 'true'"> |
| 13 | $(DefineConstants);CompressMSI=no; |
| 14 | </DefineConstants> |
| 15 | <DefineConstants Condition="'$(Pack)' == 'true'"> |
| 16 | $(DefineConstants);CompressMSI=yes; |
| 17 | </DefineConstants> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 18 | <DefineConstants> |
| 19 | $(DefineConstants); |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 20 | CompressPDB=no; |
| 21 | CompressMSI_D=no; |
| 22 | </DefineConstants> |
| 23 | </PropertyGroup> |
| 24 | |
| 25 | <Import Project="bundle.targets" /> |
| 26 | </Project> |