aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/UtilExtensionUserTests/ProductA/ProductA.wixproj
blob: 3895b853db685fdc7aa8c21011d1ae4698e6bc2d (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>{A3E0B539-63F9-4B43-9E34-F33AE1C6E06D}</UpgradeCode>
    <ProductComponentsRef>true</ProductComponentsRef>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Util.wixext" />
  </ItemGroup>
</Project>