aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/IBinderFileManagerCore.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-01 10:59:13 -0700
committerRob Mensching <rob@firegiant.com>2017-11-01 10:59:13 -0700
commitf87ec715a88a78a6d7788503da2ebec786544e75 (patch)
tree561573bdd0647c5beec0adb09c2b780ddad2c4c0 /src/WixToolset.Extensibility/IBinderFileManagerCore.cs
parent7efd412cda00b369bc331c9bedd8db971d98fee7 (diff)
downloadwix-f87ec715a88a78a6d7788503da2ebec786544e75.tar.gz
wix-f87ec715a88a78a6d7788503da2ebec786544e75.tar.bz2
wix-f87ec715a88a78a6d7788503da2ebec786544e75.zip
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Extensibility/IBinderFileManagerCore.cs')
-rw-r--r--src/WixToolset.Extensibility/IBinderFileManagerCore.cs4
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.