diff options
Diffstat (limited to 'src/WixToolset.Data/Symbols/InifFileActionSymbol.cs')
-rw-r--r-- | src/WixToolset.Data/Symbols/InifFileActionSymbol.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Symbols/InifFileActionSymbol.cs b/src/WixToolset.Data/Symbols/InifFileActionSymbol.cs new file mode 100644 index 00000000..8b642323 --- /dev/null +++ b/src/WixToolset.Data/Symbols/InifFileActionSymbol.cs | |||
@@ -0,0 +1,13 @@ | |||
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.Symbols | ||
4 | { | ||
5 | public enum InifFileActionType | ||
6 | { | ||
7 | AddLine, | ||
8 | AddTag, | ||
9 | CreateLine, | ||
10 | RemoveLine, | ||
11 | RemoveTag, | ||
12 | } | ||
13 | } \ No newline at end of file | ||