diff options
Diffstat (limited to 'src/WixToolset.Core/ICommand.cs')
-rw-r--r-- | src/WixToolset.Core/ICommand.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/WixToolset.Core/ICommand.cs b/src/WixToolset.Core/ICommand.cs deleted file mode 100644 index 957f735b..00000000 --- a/src/WixToolset.Core/ICommand.cs +++ /dev/null | |||
@@ -1,9 +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 | |||
3 | namespace WixToolset | ||
4 | { | ||
5 | internal interface ICommand | ||
6 | { | ||
7 | void Execute(); | ||
8 | } | ||
9 | } | ||