aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/UtilExtensionGroupTests/ProductAddCommentToExistingGroup/ProductAddCommentToExistingGroup.wixproj
blob: 21bfc1c6c6ce744e6635d5089c636edda66117a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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>{B33D3140-4AA5-469D-9DEE-AAF8F0C626DA}</UpgradeCode>
    <ProductComponentsRef>true</ProductComponentsRef>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
    <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Util.wixext" />
  </ItemGroup>
</Project>