aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/PrereqBaTests/BundleA/BundleA.wixproj')
-rw-r--r--src/TestData/PrereqBaTests/BundleA/BundleA.wixproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
new file mode 100644
index 00000000..56f4b11e
--- /dev/null
+++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
@@ -0,0 +1,16 @@
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 </PropertyGroup>
6 <ItemGroup>
7 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net5.0-windows\win-x86" BindName="dnc5x86" />
8 </ItemGroup>
9 <ItemGroup>
10 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
11 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
12 </ItemGroup>
13 <ItemGroup>
14 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
15 </ItemGroup>
16</Project> \ No newline at end of file