diff options
Diffstat (limited to 'src/wixcop/Interfaces/IWixCopCommandLineParser.cs')
-rw-r--r-- | src/wixcop/Interfaces/IWixCopCommandLineParser.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wixcop/Interfaces/IWixCopCommandLineParser.cs b/src/wixcop/Interfaces/IWixCopCommandLineParser.cs index 2093f5d8..44c75289 100644 --- a/src/wixcop/Interfaces/IWixCopCommandLineParser.cs +++ b/src/wixcop/Interfaces/IWixCopCommandLineParser.cs | |||
@@ -1,7 +1,9 @@ | |||
1 | using WixToolset.Extensibility.Data; | 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 | 2 | ||
3 | namespace WixCop.Interfaces | 3 | namespace WixToolset.Tools.WixCop.Interfaces |
4 | { | 4 | { |
5 | using WixToolset.Extensibility.Data; | ||
6 | |||
5 | public interface IWixCopCommandLineParser | 7 | public interface IWixCopCommandLineParser |
6 | { | 8 | { |
7 | ICommandLineArguments Arguments { get; set; } | 9 | ICommandLineArguments Arguments { get; set; } |