diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs index 7ecd58d7..4ca5ec48 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | |||
| @@ -12,7 +12,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 12 | using WixToolset.Core.WindowsInstaller.Msi; | 12 | using WixToolset.Core.WindowsInstaller.Msi; |
| 13 | using WixToolset.Data; | 13 | using WixToolset.Data; |
| 14 | using WixToolset.Data.Tuples; | 14 | using WixToolset.Data.Tuples; |
| 15 | using WixToolset.Data.WindowsInstaller; | ||
| 16 | using WixToolset.Extensibility.Services; | 15 | using WixToolset.Extensibility.Services; |
| 17 | 16 | ||
| 18 | /// <summary> | 17 | /// <summary> |
| @@ -36,8 +35,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 36 | 35 | ||
| 37 | public bool OverwriteHash { private get; set; } | 36 | public bool OverwriteHash { private get; set; } |
| 38 | 37 | ||
| 39 | public TableDefinitionCollection TableDefinitions { private get; set; } | ||
| 40 | |||
| 41 | public IDictionary<string, string> VariableCache { private get; set; } | 38 | public IDictionary<string, string> VariableCache { private get; set; } |
| 42 | 39 | ||
| 43 | public void Execute() | 40 | public void Execute() |
