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>{DB350600-186C-4E52-BA98-26A7CECB067F}</ProjectGuid> 5 <SchemaVersion>2.0</SchemaVersion> 6 <OutputName>tcltk</OutputName> 7 <OutputType>Package</OutputType> 8 </PropertyGroup> 9 <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 <Compile Include="tcltk_reg.wxs" /> 18 </ItemGroup> 19 <ItemGroup> 20 <WxlTemplate Include="*.wxl_template" /> 21 </ItemGroup> 22 <ItemGroup> 23 <InstallFiles Include="$(tcltkDir)lib\**\*"> 24 <SourceBase>$(tcltkDir)</SourceBase> 25 <Source>!(bindpath.tcltk)</Source> 26 <TargetBase>$(tcltkDir)lib</TargetBase> 27 <Target_>tcl\</Target_> 28 <Group>tcltk_lib</Group> 29 </InstallFiles> 30 31 <InstallFiles Include="$(PySourcePath)Lib\tkinter\**\*;$(PySourcePath)Lib\idlelib\**\*;$(PySourcePath)Lib\turtledemo\**\*" 32 Exclude="$(PySourcePath)Lib\**\*.pyc;$(PySourcePath)Lib\**\*.pyo"> 33 <SourceBase>$(PySourcePath)</SourceBase> 34 <Source>!(bindpath.src)</Source> 35 <TargetBase>$(PySourcePath)</TargetBase> 36 <Target_></Target_> 37 <Group>tkinter_lib</Group> 38 </InstallFiles> 39 </ItemGroup> 40 41 <Import Project="..\msi.targets" /> 42</Project>