diff options
Diffstat (limited to 'src/WixToolset.Data/FileFormat.cs')
| -rw-r--r-- | src/WixToolset.Data/FileFormat.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/WixToolset.Data/FileFormat.cs b/src/WixToolset.Data/FileFormat.cs deleted file mode 100644 index 75eab3de..00000000 --- a/src/WixToolset.Data/FileFormat.cs +++ /dev/null | |||
| @@ -1,19 +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 | ||
| 4 | { | ||
| 5 | public enum FileFormat | ||
| 6 | { | ||
| 7 | Unknown, | ||
| 8 | |||
| 9 | Wixobj, | ||
| 10 | |||
| 11 | Wixlib, | ||
| 12 | |||
| 13 | Wixout, | ||
| 14 | |||
| 15 | Wixpdb, | ||
| 16 | |||
| 17 | WixIR, | ||
| 18 | } | ||
| 19 | } | ||
