Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 4336222407f4aab5944b8c90a08d9cf644db7aa2 authored by Ɓukasz Langa on 29 July 2019, 13:26:01 UTC
Python 3.8.0b3
Tip revision: 4336222
releaselocal.wixproj
<?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>
back to top