blob: 8cbe9aa90d7afd53fabcc79ac2bb0712b1b83350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- 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>
<ProductCode>{6F171EC9-0774-4974-A8D1-493EF53CAB74}</ProductCode>
<UpgradeCode>{45E933B7-B56A-44D5-8EEC-625EC199085E}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
</Project>
|