| 1 | <!-- 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. --> |
| 2 | <Project> |
| 3 | <PropertyGroup> |
| 4 | <PackageName>PackageA</PackageName> |
| 5 | <ProductComponentsRef>true</ProductComponentsRef> |
| 6 | <UpgradeCode>{45E933B7-B56A-44D5-8EEC-625EC199085E}</UpgradeCode> |
| 7 | </PropertyGroup> |
| 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" /> |
| 10 | </ItemGroup> |
| 11 | </Project> |