aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ContainerTests/PackageA/PackageA.wixproj
blob: 67dfd894a31fff9be2e9d6b00f1d93ebaf396b48 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- 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>
    <CabPrefix>a</CabPrefix>
    <UpgradeCode>{D452A40D-27B2-41A1-A103-4FD5744B548E}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
</Project>