diff options
Diffstat (limited to 'src/WixToolset.Core/LibraryContext.cs')
-rw-r--r-- | src/WixToolset.Core/LibraryContext.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/LibraryContext.cs b/src/WixToolset.Core/LibraryContext.cs index e61b6ce8..5dd17dc8 100644 --- a/src/WixToolset.Core/LibraryContext.cs +++ b/src/WixToolset.Core/LibraryContext.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 | { |
@@ -22,7 +22,7 @@ namespace WixToolset.Core | |||
22 | 22 | ||
23 | public bool BindFiles { get; set; } | 23 | public bool BindFiles { get; set; } |
24 | 24 | ||
25 | public IEnumerable<BindPath> BindPaths { get; set; } | 25 | public IEnumerable<IBindPath> BindPaths { get; set; } |
26 | 26 | ||
27 | public IEnumerable<ILibrarianExtension> Extensions { get; set; } | 27 | public IEnumerable<ILibrarianExtension> Extensions { get; set; } |
28 | 28 | ||