summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/PackageAv1/PackageA.props
blob: d6778261dec5da2bd5768ba25ff492bdbe5e2f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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>
  <PropertyGroup>
    <PackageName>PackageA</PackageName>
    <ProductComponentsRef>true</ProductComponentsRef>
    <UpgradeCode>{45E933B7-B56A-44D5-8EEC-625EC199085E}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
</Project>