2015-02-06 06:08:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{921CF0E6-AEBC-4376-BA1D-CD46EBFE6DA5}</ProjectGuid>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<OutputName>launcher</OutputName>
|
|
|
|
<OutputType>Package</OutputType>
|
2016-05-18 22:54:05 +00:00
|
|
|
<DefineConstants>UpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1;$(DefineConstants)</DefineConstants>
|
|
|
|
<IgnoreCommonWxlTemplates>true</IgnoreCommonWxlTemplates>
|
2015-02-06 06:08:48 +00:00
|
|
|
</PropertyGroup>
|
2015-02-14 18:30:54 +00:00
|
|
|
<Import Project="..\msi.props" />
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="launcher.wxs" />
|
|
|
|
<Compile Include="launcher_files.wxs" />
|
|
|
|
<Compile Include="launcher_reg.wxs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="*.wxl" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="..\msi.targets" />
|
2015-02-06 06:08:48 +00:00
|
|
|
</Project>
|