aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/PackageA/PackageA.wixproj
blob: f16c2038bb2038af58e9b835aff3124f7ac4c9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <UpgradeCode>{0D803A6E-8090-4174-8DAC-810ECC2B1BBF}</UpgradeCode>
    <ProductComponentsRef>true</ProductComponentsRef>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Util.wixext" />
  </ItemGroup>
</Project>