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>{3E204ADD-238D-4D10-852C-4F859325C839}</ProjectGuid> 5 <OutputName>python</OutputName> 6 <OutputSuffix>full</OutputSuffix> 7 </PropertyGroup> 8 9 <Import Project="..\msi.props" /> 10 11 <PropertyGroup> 12 <DefineConstants> 13 $(DefineConstants); 14 CompressMSI=yes; 15 CompressPDB=yes; 16 CompressMSI_D=yes; 17 </DefineConstants> 18 </PropertyGroup> 19 20 <Import Project="bundle.targets" /> 21</Project>