blob: a0f1d574fca0bb540cd8eb5cb2785164a792cf2d [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 Dowerc9fda9b2015-10-01 15:19:39 -07008 <DefineConstants>SkipMissingCore=1;$(DefineConstants)</DefineConstants>
Steve Dowerbb240872015-02-05 22:08:48 -08009 </PropertyGroup>
Steve Dowercc115ee2015-02-14 10:30:54 -080010 <Import Project="..\msi.props" />
11 <ItemGroup>
12 <Compile Include="launcher.wxs" />
13 <Compile Include="launcher_files.wxs" />
14 <Compile Include="launcher_reg.wxs" />
15 </ItemGroup>
16 <ItemGroup>
17 <EmbeddedResource Include="*.wxl" />
18 </ItemGroup>
19
20 <Import Project="..\msi.targets" />
Steve Dowerbb240872015-02-05 22:08:48 -080021</Project>