Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 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>{5F23F608-D74B-4259-A0CE-8DC65CC7FE53}</ProjectGuid> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <OutputName Condition="'$(OutputName)' == ''">dev</OutputName> |
| 7 | <OutputType>Package</OutputType> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 8 | </PropertyGroup> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 9 | <Import Project="..\msi.props" /> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 10 | <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 Dower | 85e102a | 2019-02-04 17:15:13 -0800 | [diff] [blame] | 18 | <InstallFiles Include="$(PySourcePath)include\**\*.h" |
| 19 | Exclude="$(PySourcePath)include\pyconfig.h"> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 20 | <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 Stinner | e421106 | 2018-11-23 17:00:00 +0100 | [diff] [blame] | 27 | |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 28 | <Import Project="..\msi.targets" /> |
Victor Stinner | e421106 | 2018-11-23 17:00:00 +0100 | [diff] [blame] | 29 | </Project> |