From db7cf299e0110eefbc9fdc2cd6e873177b443ee7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 7 Oct 2019 09:40:42 -0700 Subject: Support Bundle building --- src/WixToolset.Extensibility/Data/IBindContext.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Extensibility/Data/IBindContext.cs') diff --git a/src/WixToolset.Extensibility/Data/IBindContext.cs b/src/WixToolset.Extensibility/Data/IBindContext.cs index 355b1a53..97c7a8f2 100644 --- a/src/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/WixToolset.Extensibility/Data/IBindContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixToolset.Extensibility.Data { @@ -10,6 +10,8 @@ namespace WixToolset.Extensibility.Data { IServiceProvider ServiceProvider { get; } + string BurnStubPath { get; set; } + int CabbingThreadCount { get; set; } string CabCachePath { get; set; } -- cgit v1.2.3-55-g6feb