From dc9f4c329e6f55ce7595970463e0caf148096f4b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 21 Dec 2017 13:42:52 -0800 Subject: Support wixout and extract Resolve and Layout from Binder --- src/WixToolset.Core/CommandLine/CommandLine.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs') 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 case "transform": case ".mst": return OutputType.Transform; + + case "wixout": + case ".wixout": + return OutputType.Wixout; } return OutputType.Unknown; -- cgit v1.2.3-55-g6feb