diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Data/Rows/WixChainAttributes.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/WixToolset.Data/Rows/WixChainAttributes.cs b/src/WixToolset.Data/Rows/WixChainAttributes.cs deleted file mode 100644 index 017505bc..00000000 --- a/src/WixToolset.Data/Rows/WixChainAttributes.cs +++ /dev/null | |||
@@ -1,15 +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.Rows | ||
4 | { | ||
5 | using System; | ||
6 | |||
7 | [Flags] | ||
8 | public enum WixChainAttributes | ||
9 | { | ||
10 | None = 0x0, | ||
11 | DisableRollback = 0x1, | ||
12 | DisableSystemRestore = 0x2, | ||
13 | ParallelCache = 0x4, | ||
14 | } | ||
15 | } | ||