diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:37:30 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:04:39 -0800 |
commit | 2fc5d7b5d24ad2174a2b429e9807158a04b6a478 (patch) | |
tree | 1eeefffeb3478fb23be0e9b2a4c6392a439e4e42 /src/wixlib | |
parent | 45d84392eed8a1e6eae4f906ab382858ca23d740 (diff) | |
download | wix-2fc5d7b5d24ad2174a2b429e9807158a04b6a478.tar.gz wix-2fc5d7b5d24ad2174a2b429e9807158a04b6a478.tar.bz2 wix-2fc5d7b5d24ad2174a2b429e9807158a04b6a478.zip |
Integrate tools with SuppressModularization fix
Resolves wixtoolset/issues#5944
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/ComPlusExtension.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wixlib/ComPlusExtension.wxs b/src/wixlib/ComPlusExtension.wxs index d41e327e..fe74eeae 100644 --- a/src/wixlib/ComPlusExtension.wxs +++ b/src/wixlib/ComPlusExtension.wxs | |||
@@ -1,6 +1,5 @@ | |||
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. --> | 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 | 2 | ||
3 | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include caerr.wxi ?> | 4 | <?include caerr.wxi ?> |
6 | 5 | ||