diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/BinderFileManagerCore.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/BinderFileManagerCore.cs b/src/WixToolset.Core/BinderFileManagerCore.cs index f1a78880..5780983a 100644 --- a/src/WixToolset.Core/BinderFileManagerCore.cs +++ b/src/WixToolset.Core/BinderFileManagerCore.cs | |||
@@ -34,13 +34,13 @@ namespace WixToolset | |||
34 | /// Gets or sets the active subStorage used for binding. | 34 | /// Gets or sets the active subStorage used for binding. |
35 | /// </summary> | 35 | /// </summary> |
36 | /// <value>The subStorage object.</value> | 36 | /// <value>The subStorage object.</value> |
37 | public SubStorage ActiveSubStorage { get; set; } | 37 | //public SubStorage ActiveSubStorage { get; set; } |
38 | 38 | ||
39 | /// <summary> | 39 | /// <summary> |
40 | /// Gets or sets the output object used for binding. | 40 | /// Gets or sets the output object used for binding. |
41 | /// </summary> | 41 | /// </summary> |
42 | /// <value>The output object.</value> | 42 | /// <value>The output object.</value> |
43 | public Output Output { get; set; } | 43 | public Intermediate Intermediate { get; set; } |
44 | 44 | ||
45 | /// <summary> | 45 | /// <summary> |
46 | /// Gets or sets the path to the temp files location. | 46 | /// Gets or sets the path to the temp files location. |