diff options
Diffstat (limited to 'src/WixToolset.Core/Decompiler.cs')
-rw-r--r-- | src/WixToolset.Core/Decompiler.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/WixToolset.Core/Decompiler.cs b/src/WixToolset.Core/Decompiler.cs index 5f14dfca..45cfbea0 100644 --- a/src/WixToolset.Core/Decompiler.cs +++ b/src/WixToolset.Core/Decompiler.cs | |||
@@ -3,7 +3,6 @@ | |||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Data; | ||
7 | using WixToolset.Extensibility; | 6 | using WixToolset.Extensibility; |
8 | using WixToolset.Extensibility.Data; | 7 | using WixToolset.Extensibility.Data; |
9 | using WixToolset.Extensibility.Services; | 8 | using WixToolset.Extensibility.Services; |
@@ -18,12 +17,6 @@ namespace WixToolset.Core | |||
18 | this.ServiceProvider = serviceProvider; | 17 | this.ServiceProvider = serviceProvider; |
19 | } | 18 | } |
20 | 19 | ||
21 | public OutputType DecompileType { get; set; } | ||
22 | |||
23 | public string IntermediateFolder { get; set; } | ||
24 | |||
25 | public string OutputPath { get; set; } | ||
26 | |||
27 | public IServiceProvider ServiceProvider { get; } | 20 | public IServiceProvider ServiceProvider { get; } |
28 | 21 | ||
29 | public BindResult Decompile(IDecompileContext context) | 22 | public BindResult Decompile(IDecompileContext context) |