main
wixproj 22 lines 946 Bytes
Raw
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 Sdk="WixToolset.Sdk">
3 <PropertyGroup>
4 <OutputType>Bundle</OutputType>
5 <IncludeSoftwareTag>true</IncludeSoftwareTag>
6 <UpgradeCode>{AA083618-6280-44B8-9899-57BCC57906A5}</UpgradeCode>
7 </PropertyGroup>
8 <PropertyGroup>
9 <TestVersion>1.0.1.0</TestVersion>
10 </PropertyGroup>
11 <ItemGroup>
12 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
13 </ItemGroup>
14 <ItemGroup>
15 <ProjectReference Include="..\PatchA\PatchA.wixproj" />
16 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
17 </ItemGroup>
18 <ItemGroup>
19 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
20 <PackageReference Include="WixToolset.NetFx.wixext" />
21 </ItemGroup>
22 </Project>