summaryrefslogtreecommitdiffstats
path: root/Tools/msi/launcher/launcher.wixproj
blob: 2d06df06b9d3bdeca64a3776c71369185b18150c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>
        <DefineConstants>IncludeDefaultFeature=1;$(DefineConstants)</DefineConstants>
    </PropertyGroup>
    <Import Project="launcher.props" />
</Project>