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>{24CBEB95-BC1E-4EA9-AEA9-33834BCCD0EC}</ProjectGuid> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <OutputName>tools</OutputName> |
| 7 | <OutputType>Package</OutputType> |
| 8 | </PropertyGroup> |
| 9 | <Import Project="..\msi.props" /> |
| 10 | <ItemGroup> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 11 | <Compile Include="tools.wxs" /> |
| 12 | <Compile Include="tools_files.wxs" /> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 13 | </ItemGroup> |
| 14 | <ItemGroup> |
| 15 | <EmbeddedResource Include="*.wxl" /> |
| 16 | </ItemGroup> |
| 17 | <ItemGroup> |
| 18 | <ToolDirectories Include="scripts;i18n;pynche;pynche\X;demo" /> |
| 19 | </ItemGroup> |
| 20 | <ItemGroup> |
| 21 | <InstallFiles Include="$(PySourcePath)Tools\scripts\**\*.py; |
| 22 | $(PySourcePath)Tools\scripts\**\*.pyw; |
| 23 | $(PySourcePath)Tools\scripts\**\*.txt; |
| 24 | $(PySourcePath)Tools\i18n\**\*.py; |
| 25 | $(PySourcePath)Tools\i18n\**\*.pyw; |
| 26 | $(PySourcePath)Tools\i18n\**\*.txt; |
| 27 | $(PySourcePath)Tools\pynche\**\*.py; |
| 28 | $(PySourcePath)Tools\pynche\**\*.pyw; |
| 29 | $(PySourcePath)Tools\pynche\**\*.txt; |
| 30 | $(PySourcePath)Tools\demo\**\*.py; |
| 31 | $(PySourcePath)Tools\demo\**\*.pyw; |
| 32 | $(PySourcePath)Tools\demo\**\*.txt; |
| 33 | $(PySourcePath)Tools\parser\**\*.py"> |
| 34 | <SourceBase>$(PySourcePath)</SourceBase> |
| 35 | <Source>!(bindpath.src)</Source> |
| 36 | <TargetBase>$(PySourcePath)</TargetBase> |
| 37 | <Target_></Target_> |
| 38 | <Group>tools_py</Group> |
Steve Dower | 425ec15 | 2016-10-09 20:18:52 -0700 | [diff] [blame] | 39 | <IncludeInCat>true</IncludeInCat> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 40 | </InstallFiles> |
| 41 | </ItemGroup> |
| 42 | |
| 43 | <Import Project="..\msi.targets" /> |
| 44 | </Project> |