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>{02053AFA-1831-499A-B3EA-D8B223D3C40D}</ProjectGuid> 5 <SchemaVersion>2.0</SchemaVersion> 6 <OutputName>tcltk_pdb</OutputName> 7 <OutputType>Package</OutputType> 8 </PropertyGroup> 9 <Import Project="..\msi.props" /> 10 <ItemGroup> 11 <Compile Include="tcltk_pdb.wxs" /> 12 <Compile Include="tcltk_files.wxs" /> 13 </ItemGroup> 14 <ItemGroup> 15 <WxlTemplate Include="*.wxl_template" /> 16 </ItemGroup> 17 18 <Import Project="..\msi.targets" /> 19</Project>