diff options
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 1c456a9f..3d7563c6 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.cs | |||
@@ -53,5 +53,7 @@ namespace WixToolset.Core | |||
53 | public IEnumerable<string> SuppressIces { get; set; } | 53 | public IEnumerable<string> SuppressIces { get; set; } |
54 | 54 | ||
55 | public bool SuppressValidation { get; set; } | 55 | public bool SuppressValidation { get; set; } |
56 | |||
57 | public bool SuppressLayout { get; set; } | ||
56 | } | 58 | } |
57 | } | 59 | } |