aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/PreprocessResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/PreprocessResult.cs')
-rw-r--r--src/WixToolset.Core/PreprocessResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/PreprocessResult.cs b/src/WixToolset.Core/PreprocessResult.cs
index 7126f049..83b29a90 100644
--- a/src/WixToolset.Core/PreprocessResult.cs
+++ b/src/WixToolset.Core/PreprocessResult.cs
@@ -10,6 +10,6 @@ namespace WixToolset.Core
10 { 10 {
11 public XDocument Document { get; set; } 11 public XDocument Document { get; set; }
12 12
13 public IEnumerable<IIncludedFile> IncludedFiles { get; set; } 13 public IReadOnlyCollection<IIncludedFile> IncludedFiles { get; set; }
14 } 14 }
15} 15}