aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Extensibility/Data')
-rw-r--r--src/WixToolset.Extensibility/Data/IComponentKeyPath.cs2
-rw-r--r--src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs (renamed from src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs)4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
index ba660b45..9417b836 100644
--- a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
+++ b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
@@ -8,6 +8,6 @@ namespace WixToolset.Extensibility.Data
8 8
9 string Id { get; set; } 9 string Id { get; set; }
10 10
11 ComponentKeyPathType Type { get; set; } 11 PossibleKeyPathType Type { get; set; }
12 } 12 }
13} 13}
diff --git a/src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs b/src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs
index 58bbb0cf..75ccb1d1 100644
--- a/src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs
+++ b/src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs
@@ -1,8 +1,8 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Extensibility.Data 3namespace WixToolset.Extensibility.Data
4{ 4{
5 public enum ComponentKeyPathType 5 public enum PossibleKeyPathType
6 { 6 {
7 /// <summary> 7 /// <summary>
8 /// Not a key path. 8 /// Not a key path.