diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-07 09:40:42 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 11:29:22 -0700 |
| commit | db7cf299e0110eefbc9fdc2cd6e873177b443ee7 (patch) | |
| tree | 925b469c5b12a4b3b61b6a30ffee6b0d1b5d2121 /src/WixToolset.Extensibility/Data/IBindContext.cs | |
| parent | 6da5d258210065723a8652dedda19851eb102d78 (diff) | |
| download | wix-db7cf299e0110eefbc9fdc2cd6e873177b443ee7.tar.gz wix-db7cf299e0110eefbc9fdc2cd6e873177b443ee7.tar.bz2 wix-db7cf299e0110eefbc9fdc2cd6e873177b443ee7.zip | |
Support Bundle building
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IBindContext.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IBindContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 1 | // 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. | 1 | // 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. |
| 2 | 2 | ||
| 3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| @@ -10,6 +10,8 @@ namespace WixToolset.Extensibility.Data | |||
| 10 | { | 10 | { |
| 11 | IServiceProvider ServiceProvider { get; } | 11 | IServiceProvider ServiceProvider { get; } |
| 12 | 12 | ||
| 13 | string BurnStubPath { get; set; } | ||
| 14 | |||
| 13 | int CabbingThreadCount { get; set; } | 15 | int CabbingThreadCount { get; set; } |
| 14 | 16 | ||
| 15 | string CabCachePath { get; set; } | 17 | string CabCachePath { get; set; } |
