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>{11367E76-3337-4602-8F1E-77DB4F370D7E}</ProjectGuid> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <OutputName>lib</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" /> |
| 10 | <ItemGroup> |
| 11 | <Compile Include="lib.wxs" /> |
| 12 | <Compile Include="lib_files.wxs" /> |
| 13 | </ItemGroup> |
| 14 | <ItemGroup> |
| 15 | <EmbeddedResource Include="*.wxl" /> |
| 16 | </ItemGroup> |
| 17 | <ItemGroup> |
| 18 | <ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" /> |
| 19 | <InstallFiles Include="$(PySourcePath)Lib\**\*" |
| 20 | Exclude="$(PySourcePath)Lib\**\*.pyc; |
| 21 | $(PySourcePath)Lib\**\*.pyo; |
| 22 | $(PySourcePath)Lib\site-packages\README; |
| 23 | @(ExcludeFolders->'$(PySourcePath)%(Identity)\*'); |
| 24 | @(ExcludeFolders->'$(PySourcePath)%(Identity)\**\*')"> |
| 25 | <SourceBase>$(PySourcePath)Lib</SourceBase> |
| 26 | <Source>!(bindpath.src)Lib\</Source> |
| 27 | <TargetBase>$(PySourcePath)Lib</TargetBase> |
| 28 | <Target_>Lib\</Target_> |
| 29 | <Group>lib_py</Group> |
Steve Dower | 425ec15 | 2016-10-09 20:18:52 -0700 | [diff] [blame] | 30 | <IncludeInCat>true</IncludeInCat> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 31 | </InstallFiles> |
| 32 | </ItemGroup> |
| 33 | |
| 34 | <Import Project="..\msi.targets" /> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 35 | </Project> |