From f87ec715a88a78a6d7788503da2ebec786544e75 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 1 Nov 2017 10:59:13 -0700 Subject: Update to WiX Intermediate Representation --- src/WixToolset.Extensibility/IBinderFileManagerCore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Extensibility/IBinderFileManagerCore.cs') 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 /// Gets or sets the active subStorage used for binding. /// /// The subStorage object. - SubStorage ActiveSubStorage { get; } + //SubStorage ActiveSubStorage { get; } /// /// Gets or sets the output object used for binding. /// /// The output object. - Output Output { get; } + Intermediate Intermediate { get; } /// /// Gets or sets the path to the temp files location. -- cgit v1.2.3-55-g6feb