diff options
Diffstat (limited to 'src/WixToolset.Extensibility/IBinderFileManagerCore.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/IBinderFileManagerCore.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/IBinderFileManagerCore.cs b/src/WixToolset.Extensibility/IBinderFileManagerCore.cs index c6d46e11..b73acb6b 100644 --- a/src/WixToolset.Extensibility/IBinderFileManagerCore.cs +++ b/src/WixToolset.Extensibility/IBinderFileManagerCore.cs | |||
| @@ -18,13 +18,13 @@ namespace WixToolset.Extensibility | |||
| 18 | /// Gets or sets the active subStorage used for binding. | 18 | /// Gets or sets the active subStorage used for binding. |
| 19 | /// </summary> | 19 | /// </summary> |
| 20 | /// <value>The subStorage object.</value> | 20 | /// <value>The subStorage object.</value> |
| 21 | SubStorage ActiveSubStorage { get; } | 21 | //SubStorage ActiveSubStorage { get; } |
| 22 | 22 | ||
| 23 | /// <summary> | 23 | /// <summary> |
| 24 | /// Gets or sets the output object used for binding. | 24 | /// Gets or sets the output object used for binding. |
| 25 | /// </summary> | 25 | /// </summary> |
| 26 | /// <value>The output object.</value> | 26 | /// <value>The output object.</value> |
| 27 | Output Output { get; } | 27 | Intermediate Intermediate { get; } |
| 28 | 28 | ||
| 29 | /// <summary> | 29 | /// <summary> |
| 30 | /// Gets or sets the path to the temp files location. | 30 | /// Gets or sets the path to the temp files location. |
