diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Data/Common.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Common.cs b/src/WixToolset.Data/Common.cs index f01b4591..8d6ef7b4 100644 --- a/src/WixToolset.Data/Common.cs +++ b/src/WixToolset.Data/Common.cs | |||
@@ -15,6 +15,8 @@ namespace WixToolset.Data | |||
15 | 15 | ||
16 | internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/"; | 16 | internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/"; |
17 | 17 | ||
18 | internal static readonly string[] ReservedFileNames = { "CON", "PRN", "AUX", "NUL", "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9" }; | ||
19 | |||
18 | private static readonly Regex LegalIdentifierCharacters = new Regex(@"^[_A-Za-z][0-9A-Za-z_\.]*$", RegexOptions.Compiled); | 20 | private static readonly Regex LegalIdentifierCharacters = new Regex(@"^[_A-Za-z][0-9A-Za-z_\.]*$", RegexOptions.Compiled); |
19 | 21 | ||
20 | internal static string GetFileHash(FileInfo fileInfo) | 22 | internal static string GetFileHash(FileInfo fileInfo) |