diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-26 23:52:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-27 11:31:18 -0700 |
commit | 854e616eb3516c7405691b679617aa08c1dd1cdd (patch) | |
tree | ce7694749bf88bc796825b84fbc4f9d8acae331d /src/WixToolset.Core/LayoutContext.cs | |
parent | c64faa7f6cb789a0756dff725146728889df8311 (diff) | |
download | wix-854e616eb3516c7405691b679617aa08c1dd1cdd.tar.gz wix-854e616eb3516c7405691b679617aa08c1dd1cdd.tar.bz2 wix-854e616eb3516c7405691b679617aa08c1dd1cdd.zip |
Support change of FileTransfer to interface
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r-- | src/WixToolset.Core/LayoutContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs index af0df518..172cea65 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.cs | |||
@@ -20,7 +20,7 @@ namespace WixToolset.Core | |||
20 | 20 | ||
21 | public IEnumerable<IFileSystemExtension> FileSystemExtensions { get; set; } | 21 | public IEnumerable<IFileSystemExtension> FileSystemExtensions { get; set; } |
22 | 22 | ||
23 | public IEnumerable<FileTransfer> FileTransfers { get; set; } | 23 | public IEnumerable<IFileTransfer> FileTransfers { get; set; } |
24 | 24 | ||
25 | public IEnumerable<string> ContentFilePaths { get; set; } | 25 | public IEnumerable<string> ContentFilePaths { get; set; } |
26 | 26 | ||