diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-05-19 10:21:50 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-05-19 12:15:13 -0500 |
commit | d5a183de3ba20d7baddf5e57e3c9605658524e32 (patch) | |
tree | a52177d64414ab1e157dd83f0681138d2ab99954 /src/ext/Bal/test | |
parent | 2c085b3aa89150fff9a0ea6df2cde0ce56e3066d (diff) | |
download | wix-d5a183de3ba20d7baddf5e57e3c9605658524e32.tar.gz wix-d5a183de3ba20d7baddf5e57e3c9605658524e32.tar.bz2 wix-d5a183de3ba20d7baddf5e57e3c9605658524e32.zip |
Try to make building Bal.wixext and IntegrationBurn faster.
Diffstat (limited to 'src/ext/Bal/test')
-rw-r--r-- | src/ext/Bal/test/examples/Wix.Build.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/Bal/test/examples/Wix.Build.props b/src/ext/Bal/test/examples/Wix.Build.props index aad94bb6..78ad462f 100644 --- a/src/ext/Bal/test/examples/Wix.Build.props +++ b/src/ext/Bal/test/examples/Wix.Build.props | |||
@@ -6,5 +6,6 @@ | |||
6 | <TargetExt>.exe</TargetExt> | 6 | <TargetExt>.exe</TargetExt> |
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 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | </Project> | 11 | </Project> |