Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 4e7efa9c6f3518c4dd4c332cf7929168e7d44e25 authored by Ned Deily on 29 March 2018, 11:57:55 UTC
3.7.0b3
Tip revision: 4e7efa9
test_pdb.wixproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <ProjectGuid>{7CF48ADD-CFAA-499F-9A05-BA18440A3344}</ProjectGuid>
        <SchemaVersion>2.0</SchemaVersion>
        <OutputName>test_pdb</OutputName>
        <OutputType>Package</OutputType>
    </PropertyGroup>
    <Import Project="..\msi.props" />
    <ItemGroup>
        <Compile Include="test_pdb.wxs" />
        <Compile Include="test_files.wxs" />
    </ItemGroup>
    <ItemGroup>
        <EmbeddedResource Include="*.wxl" />
    </ItemGroup>
    
    <Import Project="..\msi.targets" />
</Project>
back to top