summaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/Directory.wixproj.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-19 16:08:21 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-19 18:35:15 -0500
commit96ce05107d0e01014a3264e91ecb5731a9f28cc5 (patch)
tree29c1128c0b9b0db476cedc1d446c2269bfdecf62 /src/ext/Bal/test/examples/Directory.wixproj.props
parent57fd164d56466a52854e825afd5fdc2b6b97f12a (diff)
downloadwix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.tar.gz
wix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.tar.bz2
wix-96ce05107d0e01014a3264e91ecb5731a9f28cc5.zip
Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.
Fixes 6651
Diffstat (limited to 'src/ext/Bal/test/examples/Directory.wixproj.props')
-rw-r--r--src/ext/Bal/test/examples/Directory.wixproj.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/Bal/test/examples/Directory.wixproj.props b/src/ext/Bal/test/examples/Directory.wixproj.props
index 78ad462f..2226b690 100644
--- a/src/ext/Bal/test/examples/Directory.wixproj.props
+++ b/src/ext/Bal/test/examples/Directory.wixproj.props
@@ -7,5 +7,6 @@
7 <HarvestDirectoryAdditionalOptions>-generate payloadgroup</HarvestDirectoryAdditionalOptions> 7 <HarvestDirectoryAdditionalOptions>-generate payloadgroup</HarvestDirectoryAdditionalOptions>
8 <OutputPath>$(OutputPath)examples\</OutputPath> 8 <OutputPath>$(OutputPath)examples\</OutputPath>
9 <DefaultCompressionLevel>None</DefaultCompressionLevel> 9 <DefaultCompressionLevel>None</DefaultCompressionLevel>
10 <InstallerPlatform>x64</InstallerPlatform>
10 </PropertyGroup> 11 </PropertyGroup>
11</Project> 12</Project>