diff options
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 99ca611a..20d29b5f 100644 --- a/src/WixToolset.Core/LayoutContext.cs +++ b/src/WixToolset.Core/LayoutContext.cs | |||
| @@ -22,7 +22,7 @@ namespace WixToolset.Core | |||
| 22 | 22 | ||
| 23 | public IEnumerable<IFileTransfer> FileTransfers { get; set; } | 23 | public IEnumerable<IFileTransfer> FileTransfers { get; set; } |
| 24 | 24 | ||
| 25 | public IEnumerable<string> ContentFilePaths { get; set; } | 25 | public IEnumerable<ITrackedFile> TrackedFiles { get; set; } |
| 26 | 26 | ||
| 27 | public string OutputPdbPath { get; set; } | 27 | public string OutputPdbPath { get; set; } |
| 28 | 28 | ||
