diff options
Diffstat (limited to 'src/WixToolset.WixBA/ProgressViewModel.cs')
-rw-r--r-- | src/WixToolset.WixBA/ProgressViewModel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.WixBA/ProgressViewModel.cs b/src/WixToolset.WixBA/ProgressViewModel.cs index 30aee5f1..bc0fecd0 100644 --- a/src/WixToolset.WixBA/ProgressViewModel.cs +++ b/src/WixToolset.WixBA/ProgressViewModel.cs | |||
@@ -5,9 +5,9 @@ using System.Collections.Generic; | |||
5 | using System.ComponentModel; | 5 | using System.ComponentModel; |
6 | using System.Diagnostics; | 6 | using System.Diagnostics; |
7 | using System.Text.RegularExpressions; | 7 | using System.Text.RegularExpressions; |
8 | using WixToolset.Bootstrapper; | 8 | using WixToolset.BootstrapperCore; |
9 | 9 | ||
10 | namespace WixToolset.UX | 10 | namespace WixToolset.WixBA |
11 | { | 11 | { |
12 | public class ProgressViewModel : PropertyNotifyBase | 12 | public class ProgressViewModel : PropertyNotifyBase |
13 | { | 13 | { |