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>{4A1F7045-8EE2-4276-ABB8-5E0C40E5F38B}</ProjectGuid>
5        <SchemaVersion>2.0</SchemaVersion>
6        <OutputName>exe_pdb</OutputName>
7        <OutputType>Package</OutputType>
8    </PropertyGroup>
9    <Import Project="..\msi.props" />
10    <ItemGroup>
11        <Compile Include="exe_pdb.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>