diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 170b138d..75a694d1 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |||
@@ -185,6 +185,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
185 | case TupleDefinitionType.WixFile: | 185 | case TupleDefinitionType.WixFile: |
186 | case TupleDefinitionType.WixComponentGroup: | 186 | case TupleDefinitionType.WixComponentGroup: |
187 | case TupleDefinitionType.WixDeltaPatchFile: | 187 | case TupleDefinitionType.WixDeltaPatchFile: |
188 | case TupleDefinitionType.WixFeatureGroup: | ||
188 | break; | 189 | break; |
189 | 190 | ||
190 | default: | 191 | default: |