blob: e1addd9ed54e1cb25d4f70533005d6d8121f71ad [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>
Steve Dower132aecb2015-08-03 16:21:12 -070030 <InstallFiles Include="$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll">
31 <SourceBase>$(VCInstallDir)redist\$(Platform)\</SourceBase>
32 <Source>$(VCInstallDir)redist\$(Platform)\</Source>
33 <TargetBase>$(VCInstallDir)redist\$(Platform)\</TargetBase>
34 <Target_>DLLs\</Target_>
35 <Group>tcltk_dlls</Group>
36 </InstallFiles>
Steve Dowercc115ee2015-02-14 10:30:54 -080037
38 <InstallFiles Include="$(tcltkDir)lib\**\*">
39 <SourceBase>$(tcltkDir)</SourceBase>
40 <Source>!(bindpath.tcltk)</Source>
41 <TargetBase>$(tcltkDir)lib</TargetBase>
42 <Target_>tcl\</Target_>
43 <Group>tcltk_lib</Group>
44 </InstallFiles>
45
46 <InstallFiles Include="$(PySourcePath)Lib\tkinter\**\*;$(PySourcePath)Lib\idlelib\**\*;$(PySourcePath)Lib\turtledemo\**\*"
47 Exclude="$(PySourcePath)Lib\**\*.pyc;$(PySourcePath)Lib\**\*.pyo">
48 <SourceBase>$(PySourcePath)</SourceBase>
49 <Source>!(bindpath.src)</Source>
50 <TargetBase>$(PySourcePath)</TargetBase>
51 <Target_></Target_>
52 <Group>tkinter_lib</Group>
53 </InstallFiles>
54 </ItemGroup>
55
56 <Import Project="..\msi.targets" />
Steve Dowerbb240872015-02-05 22:08:48 -080057</Project>