aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-11 16:03:19 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-12 12:46:21 +1000
commitdf69d4172d3117d8b66ba51fa5ae7f4be538700d (patch)
tree962a380e4d46e2bdff056e94a238819caa4e053e /src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
parentbf187ab399db33b40fc3de8ac9b1e2a82cc47a19 (diff)
downloadwix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.gz
wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.tar.bz2
wix-df69d4172d3117d8b66ba51fa5ae7f4be538700d.zip
Move table definitions from Core to Data.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
index 7de1b1d0..15b53a55 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
@@ -206,7 +206,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind
206 break; 206 break;
207 207
208 // ignored. 208 // ignored.
209 case TupleDefinitionType.WixFile:
210 case TupleDefinitionType.WixComponentGroup: 209 case TupleDefinitionType.WixComponentGroup:
211 case TupleDefinitionType.WixDeltaPatchFile: 210 case TupleDefinitionType.WixDeltaPatchFile:
212 case TupleDefinitionType.WixFeatureGroup: 211 case TupleDefinitionType.WixFeatureGroup: