diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixcop/CommandLine/ConvertCommand.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wixcop/CommandLine/ConvertCommand.cs b/src/wixcop/CommandLine/ConvertCommand.cs index ab7cd359..c65652ab 100644 --- a/src/wixcop/CommandLine/ConvertCommand.cs +++ b/src/wixcop/CommandLine/ConvertCommand.cs | |||
@@ -50,6 +50,15 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
50 | 50 | ||
51 | private bool SubDirectories { get; } | 51 | private bool SubDirectories { get; } |
52 | 52 | ||
53 | public bool ShowLogo => throw new NotImplementedException(); | ||
54 | |||
55 | public bool StopParsing => throw new NotImplementedException(); | ||
56 | |||
57 | public bool TryParseArgument(ICommandLineParser parser, string argument) | ||
58 | { | ||
59 | throw new NotImplementedException(); | ||
60 | } | ||
61 | |||
53 | public int Execute() | 62 | public int Execute() |
54 | { | 63 | { |
55 | // parse the settings if any were specified | 64 | // parse the settings if any were specified |