aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/Interfaces/IWixCopCommandLineParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixcop/Interfaces/IWixCopCommandLineParser.cs')
-rw-r--r--src/wixcop/Interfaces/IWixCopCommandLineParser.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/wixcop/Interfaces/IWixCopCommandLineParser.cs b/src/wixcop/Interfaces/IWixCopCommandLineParser.cs
deleted file mode 100644
index 44c75289..00000000
--- a/src/wixcop/Interfaces/IWixCopCommandLineParser.cs
+++ /dev/null
@@ -1,13 +0,0 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2
3namespace WixToolset.Tools.WixCop.Interfaces
4{
5 using WixToolset.Extensibility.Data;
6
7 public interface IWixCopCommandLineParser
8 {
9 ICommandLineArguments Arguments { get; set; }
10
11 ICommandLineCommand ParseWixCopCommandLine();
12 }
13}