blob: 4d1d74c99e89dde2e42c785e6b68d1bac1422763 [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>{DB350600-186C-4E52-BA98-26A7CECB067F}</ProjectGuid>
5 <SchemaVersion>2.0</SchemaVersion>
6 <OutputName>tcltk</OutputName>
7 <OutputType>Package</OutputType>
Steve Dowerbb240872015-02-05 22:08:48 -08008 </PropertyGroup>
Steve Dowercc115ee2015-02-14 10:30:54 -08009 <PropertyGroup>
10 <!-- Shortcut validation is not necessary -->
11 <SuppressICEs>ICE43</SuppressICEs>
12 </PropertyGroup>
13 <Import Project="..\msi.props" />
14 <ItemGroup>
15 <Compile Include="tcltk.wxs" />
16 <Compile Include="tcltk_files.wxs" />
17 </ItemGroup>
18 <ItemGroup>
19 <WxlTemplate Include="*.wxl_template" />
20 </ItemGroup>
21 <ItemGroup>
22 <InstallFiles Include="$(tcltkDir)bin\*.dll" Exclude="$(tcltkDir)bin\*g.dll">
23 <SourceBase>$(tcltkDir)</SourceBase>
24 <Source>!(bindpath.tcltk)</Source>
25 <TargetBase>$(tcltkDir)bin</TargetBase>
26 <Target_>DLLs\</Target_>
27 <Group>tcltk_dlls</Group>
28 </InstallFiles>
29
30 <InstallFiles Include="$(tcltkDir)lib\**\*">
31 <SourceBase>$(tcltkDir)</SourceBase>
32 <Source>!(bindpath.tcltk)</Source>
33 <TargetBase>$(tcltkDir)lib</TargetBase>
34 <Target_>tcl\</Target_>
35 <Group>tcltk_lib</Group>
36 </InstallFiles>
37
38 <InstallFiles Include="$(PySourcePath)Lib\tkinter\**\*;$(PySourcePath)Lib\idlelib\**\*;$(PySourcePath)Lib\turtledemo\**\*"
39 Exclude="$(PySourcePath)Lib\**\*.pyc;$(PySourcePath)Lib\**\*.pyo">
40 <SourceBase>$(PySourcePath)</SourceBase>
41 <Source>!(bindpath.src)</Source>
42 <TargetBase>$(PySourcePath)</TargetBase>
43 <Target_></Target_>
44 <Group>tkinter_lib</Group>
45 </InstallFiles>
46 </ItemGroup>
47
48 <Import Project="..\msi.targets" />
Steve Dowerbb240872015-02-05 22:08:48 -080049</Project>