aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/BinderFileManagerCore.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-21 13:42:52 -0800
committerRob Mensching <rob@firegiant.com>2017-12-21 13:42:52 -0800
commitdc9f4c329e6f55ce7595970463e0caf148096f4b (patch)
tree86155ac36c76acda0a4b1673c77f54a9780c6885 /src/WixToolset.Core/BinderFileManagerCore.cs
parent155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (diff)
downloadwix-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/BinderFileManagerCore.cs')
-rw-r--r--src/WixToolset.Core/BinderFileManagerCore.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/BinderFileManagerCore.cs b/src/WixToolset.Core/BinderFileManagerCore.cs
index e699f0ce..aa9a45de 100644
--- a/src/WixToolset.Core/BinderFileManagerCore.cs
+++ b/src/WixToolset.Core/BinderFileManagerCore.cs
@@ -9,6 +9,7 @@ namespace WixToolset
9 using WixToolset.Data.Bind; 9 using WixToolset.Data.Bind;
10 using WixToolset.Extensibility; 10 using WixToolset.Extensibility;
11 11
12#if DEAD_CODE
12 public class BinderFileManagerCore : IBinderFileManagerCore 13 public class BinderFileManagerCore : IBinderFileManagerCore
13 { 14 {
14 private Dictionary<string, List<string>>[] bindPaths; 15 private Dictionary<string, List<string>>[] bindPaths;
@@ -97,4 +98,5 @@ namespace WixToolset
97 return Enumerable.Empty<string>(); 98 return Enumerable.Empty<string>();
98 } 99 }
99 } 100 }
101#endif
100} 102}