diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs index 3c8b4999..7ee33997 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs | |||
@@ -25,7 +25,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
25 | 25 | ||
26 | public IMessaging Messaging { private get; set; } | 26 | public IMessaging Messaging { private get; set; } |
27 | 27 | ||
28 | public Output Output { private get; set; } | 28 | public WindowsInstallerData Output { private get; set; } |
29 | 29 | ||
30 | public string OutputPath { private get; set; } | 30 | public string OutputPath { private get; set; } |
31 | 31 | ||