aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/BindPath.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/BindPath.cs')
-rw-r--r--src/WixToolset.Core/BindPath.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/BindPath.cs b/src/WixToolset.Core/BindPath.cs
index 85aef97a..f70d5e36 100644
--- a/src/WixToolset.Core/BindPath.cs
+++ b/src/WixToolset.Core/BindPath.cs
@@ -2,11 +2,13 @@
2 2
3namespace WixToolset.Core 3namespace WixToolset.Core
4{ 4{
5 using System.Diagnostics;
5 using WixToolset.Extensibility.Data; 6 using WixToolset.Extensibility.Data;
6 7
7 /// <summary> 8 /// <summary>
8 /// Bind path representation. 9 /// Bind path representation.
9 /// </summary> 10 /// </summary>
11 [DebuggerDisplay("Name={Name,nq} Path={Path,nq}")]
10 internal class BindPath : IBindPath 12 internal class BindPath : IBindPath
11 { 13 {
12 public string Name { get; set; } 14 public string Name { get; set; }