diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/heat/UtilHeatExtension.cs (renamed from src/wix/heat/UtilHeatExtension.cs) | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wix/heat/UtilHeatExtension.cs b/src/tools/heat/UtilHeatExtension.cs index 5ad5ef8a..469e38b5 100644 --- a/src/wix/heat/UtilHeatExtension.cs +++ b/src/tools/heat/UtilHeatExtension.cs | |||
@@ -5,10 +5,7 @@ namespace WixToolset.Harvesters | |||
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.IO; | 7 | using System.IO; |
8 | using WixToolset.Core.Burn.Interfaces; | ||
9 | using WixToolset.Data; | 8 | using WixToolset.Data; |
10 | using WixToolset.Data.Symbols; | ||
11 | using WixToolset.Extensibility.Services; | ||
12 | using WixToolset.Harvesters.Data; | 9 | using WixToolset.Harvesters.Data; |
13 | using WixToolset.Harvesters.Extensibility; | 10 | using WixToolset.Harvesters.Extensibility; |
14 | 11 | ||
@@ -19,11 +16,8 @@ namespace WixToolset.Harvesters | |||
19 | { | 16 | { |
20 | public UtilHeatExtension(IServiceProvider serviceProvider) | 17 | public UtilHeatExtension(IServiceProvider serviceProvider) |
21 | { | 18 | { |
22 | this.PayloadHarvester = serviceProvider.GetService<IPayloadHarvester>(); | ||
23 | } | 19 | } |
24 | 20 | ||
25 | private IPayloadHarvester PayloadHarvester { get; } | ||
26 | |||
27 | /// <summary> | 21 | /// <summary> |
28 | /// Gets the supported command line types for this extension. | 22 | /// Gets the supported command line types for this extension. |
29 | /// </summary> | 23 | /// </summary> |
@@ -36,8 +30,6 @@ namespace WixToolset.Harvesters | |||
36 | { | 30 | { |
37 | new HeatCommandLineOption("dir", "harvest a directory"), | 31 | new HeatCommandLineOption("dir", "harvest a directory"), |
38 | new HeatCommandLineOption("file", "harvest a file"), | 32 | new HeatCommandLineOption("file", "harvest a file"), |
39 | new HeatCommandLineOption("exepackagepayload", "harvest a bundle payload as ExePackagePayload"), | ||
40 | new HeatCommandLineOption("msupackagepayload", "harvest a bundle payload as MsuPackagePayload"), | ||
41 | new HeatCommandLineOption("perf", "harvest performance counters"), | 33 | new HeatCommandLineOption("perf", "harvest performance counters"), |
42 | new HeatCommandLineOption("reg", "harvest a .reg file"), | 34 | new HeatCommandLineOption("reg", "harvest a .reg file"), |
43 | new HeatCommandLineOption("-ag", "autogenerate component guids at compile time"), | 35 | new HeatCommandLineOption("-ag", "autogenerate component guids at compile time"), |