blob: b7fc41ee92e6d8880f783c3d299572ac6949cf9d [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>{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 Dowercc115ee2015-02-14 10:30:54 -080011 <Compile Include="tools.wxs" />
12 <Compile Include="tools_files.wxs" />
Steve Dowerbb240872015-02-05 22:08:48 -080013 </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 Dower425ec152016-10-09 20:18:52 -070039 <IncludeInCat>true</IncludeInCat>
Steve Dowerbb240872015-02-05 22:08:48 -080040 </InstallFiles>
41 </ItemGroup>
42
43 <Import Project="..\msi.targets" />
44</Project>