aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj
blob: 57825f7b95bd3def1e347a61e6f13c68abe63e29 (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>
    <ProductComponentsRef>true</ProductComponentsRef>
    <UpgradeCode>{C94C8FC9-1347-44CE-B1FB-0A6196928921}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.UI.wixext" />
  </ItemGroup>
</Project>