diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Mba.Core/IEngine.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/IEngine.cs b/src/WixToolset.Mba.Core/IEngine.cs index 46b8158a..6aef50b3 100644 --- a/src/WixToolset.Mba.Core/IEngine.cs +++ b/src/WixToolset.Mba.Core/IEngine.cs | |||
@@ -1,10 +1,11 @@ | |||
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. | 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 WixToolset.BootstrapperCore | 3 | namespace WixToolset.Mba.Core |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.ComponentModel; | 6 | using System.ComponentModel; |
7 | using System.Security; | 7 | using System.Security; |
8 | using WixToolset.BootstrapperCore; | ||
8 | 9 | ||
9 | public interface IEngine | 10 | public interface IEngine |
10 | { | 11 | { |