aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Inscriber.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Inscriber.cs')
-rw-r--r--src/WixToolset.Core/Inscriber.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs
index 649e1661..cff2dab2 100644
--- a/src/WixToolset.Core/Inscriber.cs
+++ b/src/WixToolset.Core/Inscriber.cs
@@ -10,10 +10,10 @@ namespace WixToolset.Core
10 /// </summary> 10 /// </summary>
11 internal class Inscriber 11 internal class Inscriber
12 { 12 {
13 /// <summary> 13 // <summary>
14 /// Gets or sets the temp files collection. 14 // Gets or sets the temp files collection.
15 /// </summary> 15 // </summary>
16 /// <value>The temp files collection.</value> 16 // <value>The temp files collection.</value>
17 // public TempFileCollection TempFiles 17 // public TempFileCollection TempFiles
18 // { 18 // {
19 // get { return this.tempFiles; } 19 // get { return this.tempFiles; }