aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/LayoutContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r--src/WixToolset.Core/LayoutContext.cs2
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