diff options
Diffstat (limited to 'src/WixToolset.Core/BindPath.cs')
-rw-r--r-- | src/WixToolset.Core/BindPath.cs | 2 |
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 | ||
3 | namespace WixToolset.Core | 3 | namespace 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; } |