blob: 4052e4b5368273a22b459491afcf4089f6811c00 [file] [log] [blame]
Steve Dowerbb240872015-02-05 22:08:48 -08001<?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>{5F23F608-D74B-4259-A0CE-8DC65CC7FE53}</ProjectGuid>
5 <SchemaVersion>2.0</SchemaVersion>
6 <OutputName Condition="'$(OutputName)' == ''">dev</OutputName>
7 <OutputType>Package</OutputType>
Steve Dowerbb240872015-02-05 22:08:48 -08008 </PropertyGroup>
Steve Dowercc115ee2015-02-14 10:30:54 -08009 <Import Project="..\msi.props" />
Steve Dowercc115ee2015-02-14 10:30:54 -080010 <ItemGroup>
11 <Compile Include="dev.wxs" />
12 <Compile Include="dev_files.wxs" />
13 </ItemGroup>
14 <ItemGroup>
15 <EmbeddedResource Include="*.wxl" />
16 </ItemGroup>
17 <ItemGroup>
Steve Dower85e102a2019-02-04 17:15:13 -080018 <InstallFiles Include="$(PySourcePath)include\**\*.h"
19 Exclude="$(PySourcePath)include\pyconfig.h">
Steve Dowercc115ee2015-02-14 10:30:54 -080020 <SourceBase>$(PySourcePath)</SourceBase>
21 <Source>!(bindpath.src)</Source>
22 <TargetBase>$(PySourcePath)</TargetBase>
23 <Target_></Target_>
24 <Group>dev_include</Group>
25 </InstallFiles>
26 </ItemGroup>
Victor Stinnere4211062018-11-23 17:00:00 +010027
Steve Dowercc115ee2015-02-14 10:30:54 -080028 <Import Project="..\msi.targets" />
Victor Stinnere4211062018-11-23 17:00:00 +010029</Project>