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>{B1CA739C-8DB0-403B-9010-D79507507CE9}</ProjectGuid> 5 <SchemaVersion>2.0</SchemaVersion> 6 <OutputName>exe_d</OutputName> 7 <OutputType>Package</OutputType> 8 </PropertyGroup> 9 <Import Project="..\msi.props" /> 10 <ItemGroup> 11 <Compile Include="exe_d.wxs" /> 12 <Compile Include="exe_files.wxs" /> 13 <Compile Include="exe_reg.wxs" /> 14 </ItemGroup> 15 <ItemGroup> 16 <EmbeddedResource Include="*.wxl" /> 17 <WxlTemplate Include="*.wxl_template" /> 18 </ItemGroup> 19 20 <Import Project="..\msi.targets" /> 21</Project>