diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs index a85312c4..88be831e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |||
| @@ -64,7 +64,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 64 | /// </summary> | 64 | /// </summary> |
| 65 | public CompressionLevel? DefaultCompressionLevel { private get; set; } | 65 | public CompressionLevel? DefaultCompressionLevel { private get; set; } |
| 66 | 66 | ||
| 67 | public IEnumerable<IWindowsInstallerBackendExtension> BackendExtensions { private get; set; } | 67 | public IEnumerable<IWindowsInstallerBackendBinderExtension> BackendExtensions { private get; set; } |
| 68 | 68 | ||
| 69 | public Output Output { private get; set; } | 69 | public Output Output { private get; set; } |
| 70 | 70 | ||
