blob: 734e0d6d3f772e0bd8c34b9c217278de6911e2ea (
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>{DB87BB66-FE5D-4293-81AC-EE313D3F864B}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
</Project>
|