blob: 73f26a8e19796e6fcd10fcda67590048cb96f98a [file] [log] [blame]
Steve Dowerbb240872015-02-05 22:08:48 -08001<?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>{921CF0E6-AEBC-4376-BA1D-CD46EBFE6DA5}</ProjectGuid>
5 <SchemaVersion>2.0</SchemaVersion>
6 <OutputName>launcher</OutputName>
7 <OutputType>Package</OutputType>
Steve Dowerbb240872015-02-05 22:08:48 -08008 </PropertyGroup>
Steve Dowercc115ee2015-02-14 10:30:54 -08009 <Import Project="..\msi.props" />
10 <ItemGroup>
11 <Compile Include="launcher.wxs" />
12 <Compile Include="launcher_files.wxs" />
13 <Compile Include="launcher_reg.wxs" />
14 </ItemGroup>
15 <ItemGroup>
16 <EmbeddedResource Include="*.wxl" />
17 </ItemGroup>
18
19 <Import Project="..\msi.targets" />
Steve Dowerbb240872015-02-05 22:08:48 -080020</Project>