diff options
author | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
commit | 2bb37beda887d120a0ddabf874ad25357101faa1 (patch) | |
tree | c35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core/BinderFileManagerCore.cs | |
parent | df7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff) | |
download | wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2 wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip |
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core/BinderFileManagerCore.cs')
-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. |