aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/MsmqExtensionTests/MsmqInstall/MsmqInstall.wixproj
blob: 41e399443ef31e0953f858f7879d3a28d101318f (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>{A75B81F4-3335-4B4D-B766-303E136ED374}</UpgradeCode>
    <ProductComponentsRef>true</ProductComponentsRef>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Msmq.wixext" />
  </ItemGroup>
</Project>