aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.WixBA/ProgressViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.WixBA/ProgressViewModel.cs')
-rw-r--r--src/WixToolset.WixBA/ProgressViewModel.cs4
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;
5using System.ComponentModel; 5using System.ComponentModel;
6using System.Diagnostics; 6using System.Diagnostics;
7using System.Text.RegularExpressions; 7using System.Text.RegularExpressions;
8using WixToolset.Bootstrapper; 8using WixToolset.BootstrapperCore;
9 9
10namespace WixToolset.UX 10namespace WixToolset.WixBA
11{ 11{
12 public class ProgressViewModel : PropertyNotifyBase 12 public class ProgressViewModel : PropertyNotifyBase
13 { 13 {