diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
commit | dc9f4c329e6f55ce7595970463e0caf148096f4b (patch) | |
tree | 86155ac36c76acda0a4b1673c77f54a9780c6885 /src/WixToolset.Core/BindContext.cs | |
parent | 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (diff) | |
download | wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.gz wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.bz2 wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.zip |
Support wixout and extract Resolve and Layout from Binder
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; } |