diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/GetCabList.cs')
-rw-r--r-- | src/WixToolset.BuildTasks/GetCabList.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WixToolset.BuildTasks/GetCabList.cs b/src/WixToolset.BuildTasks/GetCabList.cs index e97538af..33fa5b37 100644 --- a/src/WixToolset.BuildTasks/GetCabList.cs +++ b/src/WixToolset.BuildTasks/GetCabList.cs | |||
@@ -3,16 +3,10 @@ | |||
3 | namespace WixToolset.BuildTasks | 3 | namespace WixToolset.BuildTasks |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections; | ||
7 | using System.Collections.Generic; | ||
8 | using System.Diagnostics; | ||
9 | using System.IO; | 6 | using System.IO; |
10 | using System.Reflection; | ||
11 | using System.Xml; | ||
12 | using Microsoft.Build.Framework; | 7 | using Microsoft.Build.Framework; |
13 | using Microsoft.Build.Utilities; | 8 | using Microsoft.Build.Utilities; |
14 | using WixToolset.Dtf.WindowsInstaller; | 9 | using WixToolset.Dtf.WindowsInstaller; |
15 | using Microsoft.Win32; | ||
16 | 10 | ||
17 | /// <summary> | 11 | /// <summary> |
18 | /// This task assigns Culture metadata to files based on the value of the Culture attribute on the | 12 | /// This task assigns Culture metadata to files based on the value of the Culture attribute on the |