blob: f66fc149884f40b91d3a6b2c1a79cd7657fd39e6 [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" />
Steve Dower1d4880d2015-05-03 14:54:32 -070017 <Compile Include="tcltk_reg.wxs" />
Steve Dowercc115ee2015-02-14 10:30:54 -080018 </ItemGroup>
19 <ItemGroup>
20 <WxlTemplate Include="*.wxl_template" />
21 </ItemGroup>
22 <ItemGroup>
23 <InstallFiles Include="$(tcltkDir)bin\*.dll" Exclude="$(tcltkDir)bin\*g.dll">
24 <SourceBase>$(tcltkDir)</SourceBase>
25 <Source>!(bindpath.tcltk)</Source>
26 <TargetBase>$(tcltkDir)bin</TargetBase>
27 <Target_>DLLs\</Target_>
28 <Group>tcltk_dlls</Group>
29 </InstallFiles>
30
31 <InstallFiles Include="$(tcltkDir)lib\**\*">
32 <SourceBase>$(tcltkDir)</SourceBase>
33 <Source>!(bindpath.tcltk)</Source>
34 <TargetBase>$(tcltkDir)lib</TargetBase>
35 <Target_>tcl\</Target_>
36 <Group>tcltk_lib</Group>
37 </InstallFiles>
38
39 <InstallFiles Include="$(PySourcePath)Lib\tkinter\**\*;$(PySourcePath)Lib\idlelib\**\*;$(PySourcePath)Lib\turtledemo\**\*"
40 Exclude="$(PySourcePath)Lib\**\*.pyc;$(PySourcePath)Lib\**\*.pyo">
41 <SourceBase>$(PySourcePath)</SourceBase>
42 <Source>!(bindpath.src)</Source>
43 <TargetBase>$(PySourcePath)</TargetBase>
44 <Target_></Target_>
45 <Group>tkinter_lib</Group>
46 </InstallFiles>
47 </ItemGroup>
48
49 <Import Project="..\msi.targets" />
Steve Dowerbb240872015-02-05 22:08:48 -080050</Project>