diff options
Diffstat (limited to 'src/WixToolset.Mba.Core/Engine.cs')
-rw-r--r-- | src/WixToolset.Mba.Core/Engine.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/Engine.cs b/src/WixToolset.Mba.Core/Engine.cs index ad62134f..2e094bb9 100644 --- a/src/WixToolset.Mba.Core/Engine.cs +++ b/src/WixToolset.Mba.Core/Engine.cs | |||
@@ -1,12 +1,13 @@ | |||
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.Runtime.InteropServices; | 7 | using System.Runtime.InteropServices; |
8 | using System.Security; | 8 | using System.Security; |
9 | using System.Text; | 9 | using System.Text; |
10 | using WixToolset.BootstrapperCore; | ||
10 | 11 | ||
11 | /// <summary> | 12 | /// <summary> |
12 | /// Container class for the <see cref="IBootstrapperEngine"/> interface. | 13 | /// Container class for the <see cref="IBootstrapperEngine"/> interface. |