aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-31 18:32:34 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 16:20:17 -0600
commit7b37f41230ca1e5e4a81b834d320831de93616a9 (patch)
tree012cc963717a37c82477ecc1deafd3d89cd32239 /src/TestData/BasicFunctionality/BundleA/BundleA.wixproj
parent543a3f9a87204a32c9ded3f9f519ad6d42107ab7 (diff)
downloadwix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.gz
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.bz2
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.zip
Add test for basic functionality.
Force test project to be x64. Fix intermediate path to include the test group name.
Diffstat (limited to 'src/TestData/BasicFunctionality/BundleA/BundleA.wixproj')
-rw-r--r--src/TestData/BasicFunctionality/BundleA/BundleA.wixproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj b/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj
new file mode 100644
index 00000000..45127b23
--- /dev/null
+++ b/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj
@@ -0,0 +1,12 @@
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 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
8 </ItemGroup>
9 <ItemGroup>
10 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
11 </ItemGroup>
12</Project> \ No newline at end of file