aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/CommandLine.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs
index 9db1b2f9..97f79755 100644
--- a/src/WixToolset.Core/CommandLine/CommandLine.cs
+++ b/src/WixToolset.Core/CommandLine/CommandLine.cs
@@ -260,6 +260,10 @@ namespace WixToolset.Core
260 case "transform": 260 case "transform":
261 case ".mst": 261 case ".mst":
262 return OutputType.Transform; 262 return OutputType.Transform;
263
264 case "wixout":
265 case ".wixout":
266 return OutputType.Wixout;
263 } 267 }
264 268
265 return OutputType.Unknown; 269 return OutputType.Unknown;