blob: a9d9b98125fa5eff3eb704afd9169e6d30ced1d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- 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>{724F9BA5-DD9D-4851-855E-ECC35B27BF11}</ProductCode>
<IncludeSoftwareTag>true</IncludeSoftwareTag>
<UpgradeCode>{C56DA396-7A9A-4177-8264-638161CE9EB8}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
</Project>
|