diff options
Diffstat (limited to 'src/WixToolset.WixBA/RootViewModel.cs')
-rw-r--r-- | src/WixToolset.WixBA/RootViewModel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.WixBA/RootViewModel.cs b/src/WixToolset.WixBA/RootViewModel.cs index 1de89adf..b90e5a4b 100644 --- a/src/WixToolset.WixBA/RootViewModel.cs +++ b/src/WixToolset.WixBA/RootViewModel.cs | |||
@@ -1,6 +1,6 @@ | |||
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.UX | 3 | namespace WixToolset.WixBA |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Diagnostics; | 6 | using System.Diagnostics; |
@@ -8,7 +8,7 @@ namespace WixToolset.UX | |||
8 | using System.Windows; | 8 | using System.Windows; |
9 | using System.Windows.Input; | 9 | using System.Windows.Input; |
10 | using System.Windows.Threading; | 10 | using System.Windows.Threading; |
11 | using WixToolset.Bootstrapper; | 11 | using WixToolset.BootstrapperCore; |
12 | 12 | ||
13 | /// <summary> | 13 | /// <summary> |
14 | /// The errors returned from the engine | 14 | /// The errors returned from the engine |