diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-19 02:57:04 -0700 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
commit | 7d302ba01db5b2a9e255cfade17b1c3d687fdee2 (patch) | |
tree | 2723d4361db7cc8d0db118fc2ada16a3a798ac41 /src/WixToolset.Core/Decompiler.cs | |
parent | 13eedbfcf97e402ade06f2be29f98723ef7ff286 (diff) | |
download | wix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.tar.gz wix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.tar.bz2 wix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.zip |
Minor code cleanup/reorganization
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) |