summaryrefslogtreecommitdiff
path: root/src/TestData/BasicFunctionalityTests/PackageA/PackageA.wixproj
blob: 9943717c8603048000bf81081563ab397d6be155 (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>{7FD50F1B-D134-4365-923C-DFA160F74738}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
</Project>