Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 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>{921CF0E6-AEBC-4376-BA1D-CD46EBFE6DA5}</ProjectGuid> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <OutputName>launcher</OutputName> |
| 7 | <OutputType>Package</OutputType> |
Steve Dower | 4962141 | 2016-05-18 15:54:05 -0700 | [diff] [blame^] | 8 | <DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;$(DefineConstants)</DefineConstants> |
| 9 | <IgnoreCommonWxlTemplates>true</IgnoreCommonWxlTemplates> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 10 | </PropertyGroup> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 11 | <Import Project="..\msi.props" /> |
| 12 | <ItemGroup> |
| 13 | <Compile Include="launcher.wxs" /> |
| 14 | <Compile Include="launcher_files.wxs" /> |
| 15 | <Compile Include="launcher_reg.wxs" /> |
| 16 | </ItemGroup> |
| 17 | <ItemGroup> |
| 18 | <EmbeddedResource Include="*.wxl" /> |
| 19 | </ItemGroup> |
| 20 | |
| 21 | <Import Project="..\msi.targets" /> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 22 | </Project> |