diff options
Diffstat (limited to 'Tools/msi/bundle/releaselocal.wixproj')
-rw-r--r-- | Tools/msi/bundle/releaselocal.wixproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Tools/msi/bundle/releaselocal.wixproj b/Tools/msi/bundle/releaselocal.wixproj new file mode 100644 index 0000000000..0c3dee7ad8 --- /dev/null +++ b/Tools/msi/bundle/releaselocal.wixproj @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectGuid>{FCD43AC9-969F-49A1-8AC5-EDC27599D1EB}</ProjectGuid> + <OutputName>python</OutputName> + <OutputSuffix></OutputSuffix> + </PropertyGroup> + + <Import Project="..\msi.props" /> + + <PropertyGroup> + <DefineConstants> + $(DefineConstants); + CompressMSI=yes; + CompressPDB=no; + CompressMSI_D=no + </DefineConstants> + </PropertyGroup> + + <Import Project="bundle.targets" /> +</Project>
\ No newline at end of file |