aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r--src/WixToolset.Core/DecompileContext.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/DecompileContext.cs b/src/WixToolset.Core/DecompileContext.cs
index b697c3cf..c6902117 100644
--- a/src/WixToolset.Core/DecompileContext.cs
+++ b/src/WixToolset.Core/DecompileContext.cs
@@ -25,6 +25,8 @@ namespace WixToolset.Core
25 25
26 public string ExtractFolder { get; set; } 26 public string ExtractFolder { get; set; }
27 27
28 public string CabinetExtractFolder { get; set; }
29
28 public string BaseSourcePath { get; set; } 30 public string BaseSourcePath { get; set; }
29 31
30 public string IntermediateFolder { get; set; } 32 public string IntermediateFolder { get; set; }