diff options
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r-- | src/WixToolset.Core/LayoutContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs index e4c8db7c..deb5057f 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.cs | |||
@@ -33,7 +33,7 @@ namespace WixToolset.Core | |||
33 | 33 | ||
34 | public string BuiltOutputsFile { get; set; } | 34 | public string BuiltOutputsFile { get; set; } |
35 | 35 | ||
36 | public bool SuppressAclReset { get; set; } | 36 | public bool ResetAcls { get; set; } |
37 | 37 | ||
38 | public CancellationToken CancellationToken { get; set; } | 38 | public CancellationToken CancellationToken { get; set; } |
39 | } | 39 | } |