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.Burn/BurnBackendFactory.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.Burn/BurnBackendFactory.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/BurnBackendFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/BurnBackendFactory.cs b/src/WixToolset.Core.Burn/BurnBackendFactory.cs index 8e2b3ce2..5da3a0cb 100644 --- a/src/WixToolset.Core.Burn/BurnBackendFactory.cs +++ b/src/WixToolset.Core.Burn/BurnBackendFactory.cs | |||
@@ -9,7 +9,7 @@ namespace WixToolset.Core.Burn | |||
9 | 9 | ||
10 | internal class BurnBackendFactory : IBackendFactory | 10 | internal class BurnBackendFactory : IBackendFactory |
11 | { | 11 | { |
12 | public bool TryCreateBackend(string outputType, string outputFile, IBindContext context, out IBackend backend) | 12 | public bool TryCreateBackend(string outputType, string outputFile, WixToolset.Extensibility.IBindContext context, out IBackend backend) |
13 | { | 13 | { |
14 | if (String.IsNullOrEmpty(outputType)) | 14 | if (String.IsNullOrEmpty(outputType)) |
15 | { | 15 | { |