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)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" /> 50</Project>