diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-07 11:18:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 11:59:14 -0700 |
commit | 860676fa5b40a1904478151e9b4934c004e7db63 (patch) | |
tree | 83fabd53f2a68dcf56bc8da66d88e115af3764b0 /src/WixToolset.Core/BindContext.cs | |
parent | 3b98dac62b47d590f3465985362d6e6fd100b1c0 (diff) | |
download | wix-860676fa5b40a1904478151e9b4934c004e7db63.tar.gz wix-860676fa5b40a1904478151e9b4934c004e7db63.tar.bz2 wix-860676fa5b40a1904478151e9b4934c004e7db63.zip |
Implement Bundle build
Diffstat (limited to 'src/WixToolset.Core/BindContext.cs')
-rw-r--r-- | src/WixToolset.Core/BindContext.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 413be301..7882b22d 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.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.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
@@ -19,6 +19,8 @@ namespace WixToolset.Core | |||
19 | 19 | ||
20 | public IEnumerable<BindPath> BindPaths { get; set; } | 20 | public IEnumerable<BindPath> BindPaths { get; set; } |
21 | 21 | ||
22 | public string BurnStubPath { get; set; } | ||
23 | |||
22 | public int CabbingThreadCount { get; set; } | 24 | public int CabbingThreadCount { get; set; } |
23 | 25 | ||
24 | public string CabCachePath { get; set; } | 26 | public string CabCachePath { get; set; } |