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 | c9fda9b | 2015-10-01 15:19:39 -0700 | [diff] [blame] | 8 | <DefineConstants>SkipMissingCore=1;$(DefineConstants)</DefineConstants> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 9 | </PropertyGroup> |
Steve Dower | cc115ee | 2015-02-14 10:30:54 -0800 | [diff] [blame] | 10 | <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 Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 21 | </Project> |