Home | History | Annotate | Download | only in tcltk
      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>{EDA1FA5A-E2AA-4EAF-B49B-87D981CD0F16}</ProjectGuid>
      5         <SchemaVersion>2.0</SchemaVersion>
      6         <OutputName>tcltk_d</OutputName>
      7         <OutputType>Package</OutputType>
      8     </PropertyGroup>
      9     <Import Project="..\msi.props" />
     10     <ItemGroup>
     11         <Compile Include="tcltk_d.wxs" />
     12         <Compile Include="tcltk_files.wxs" />
     13     </ItemGroup>
     14     <ItemGroup>
     15         <WxlTemplate Include="*.wxl_template" />
     16     </ItemGroup>
     17     <ItemGroup>
     18         <InstallFiles Include="$(tcltkDir)bin\*g.dll">
     19             <SourceBase>$(tcltkDir)</SourceBase>
     20             <Source>!(bindpath.tcltk)</Source>
     21             <TargetBase>$(tcltkDir)bin</TargetBase>
     22             <Target_>DLLs\</Target_>
     23             <Group>tcltk_dlls_d</Group>
     24         </InstallFiles>
     25     </ItemGroup>
     26     
     27     <Import Project="..\msi.targets" />
     28 </Project>