diff options
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 41d0ddf9..8bdacf75 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.cs | |||
@@ -35,7 +35,7 @@ namespace WixToolset.Core | |||
35 | 35 | ||
36 | public IExtensionManager ExtensionManager { get; set; } | 36 | public IExtensionManager ExtensionManager { get; set; } |
37 | 37 | ||
38 | public IEnumerable<IBinderExtension> Extensions { get; set; } | 38 | public IEnumerable<IFileSystemExtension> FileSystemExtensions { get; set; } |
39 | 39 | ||
40 | public IEnumerable<string> Ices { get; set; } | 40 | public IEnumerable<string> Ices { get; set; } |
41 | 41 | ||
@@ -47,8 +47,6 @@ namespace WixToolset.Core | |||
47 | 47 | ||
48 | public string OutputPdbPath { get; set; } | 48 | public string OutputPdbPath { get; set; } |
49 | 49 | ||
50 | public bool SuppressAclReset { get; set; } | ||
51 | |||
52 | public IEnumerable<string> SuppressIces { get; set; } | 50 | public IEnumerable<string> SuppressIces { get; set; } |
53 | 51 | ||
54 | public bool SuppressValidation { get; set; } | 52 | public bool SuppressValidation { get; set; } |