blob: 5f35d4322fcd60397cf7ed1a0d7d9d254ff06c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- 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 Sdk="WixToolset.Sdk">
<PropertyGroup>
<OutputType>Bundle</OutputType>
<UpgradeCode>{7D977157-06C9-4176-A931-AC16E18AAB51}</UpgradeCode>
<DefineConstants>$(DefineConstants);Version=1.3</DefineConstants>
<OutputName>WixStdBaTest1_v13</OutputName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PackageA\PackageA.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
</ItemGroup>
</Project>
|