diff options
Diffstat (limited to 'src/WixToolset.Data/Bind/BindStage.cs')
-rw-r--r-- | src/WixToolset.Data/Bind/BindStage.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/WixToolset.Data/Bind/BindStage.cs b/src/WixToolset.Data/Bind/BindStage.cs deleted file mode 100644 index c567cde0..00000000 --- a/src/WixToolset.Data/Bind/BindStage.cs +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
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 | |||
3 | namespace WixToolset.Data.Bind | ||
4 | { | ||
5 | public enum BindStage | ||
6 | { | ||
7 | /// <summary> | ||
8 | /// Normal binding | ||
9 | /// </summary> | ||
10 | Normal, | ||
11 | |||
12 | /// <summary> | ||
13 | /// Bind the file path of the target build file | ||
14 | /// </summary> | ||
15 | Target, | ||
16 | |||
17 | /// <summary> | ||
18 | /// Bind the file path of the updated build file | ||
19 | /// </summary> | ||
20 | Updated, | ||
21 | } | ||
22 | } | ||