diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_Package.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_Package.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Package.cs b/src/WixToolset.Core/Compiler_Package.cs index d2728e9c..7a842ef0 100644 --- a/src/WixToolset.Core/Compiler_Package.cs +++ b/src/WixToolset.Core/Compiler_Package.cs | |||
| @@ -1515,7 +1515,10 @@ namespace WixToolset.Core | |||
| 1515 | { | 1515 | { |
| 1516 | this.Core.Write(WarningMessages.PropertyModularizationSuppressed(sourceLineNumbers)); | 1516 | this.Core.Write(WarningMessages.PropertyModularizationSuppressed(sourceLineNumbers)); |
| 1517 | 1517 | ||
| 1518 | this.Core.AddSymbol(new WixSuppressModularizationSymbol(sourceLineNumbers, id)); | 1518 | this.Core.AddSymbol(new WixSuppressModularizationSymbol(sourceLineNumbers) |
| 1519 | { | ||
| 1520 | SuppressIdentifier = id.Id | ||
| 1521 | }); | ||
| 1519 | } | 1522 | } |
| 1520 | } | 1523 | } |
| 1521 | 1524 | ||
