aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompilerWarnings.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Core/CompilerWarnings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerWarnings.cs b/src/WixToolset.Core/CompilerWarnings.cs
index eb838ae2..5c11b878 100644
--- a/src/WixToolset.Core/CompilerWarnings.cs
+++ b/src/WixToolset.Core/CompilerWarnings.cs
@@ -60,6 +60,6 @@ namespace WixToolset.Core
60 Win64Component = 5435, 60 Win64Component = 5435,
61 DirectoryRefStandardDirectoryDeprecated = 5436, 61 DirectoryRefStandardDirectoryDeprecated = 5436,
62 DefiningStandardDirectoryDeprecated = 5437, 62 DefiningStandardDirectoryDeprecated = 5437,
63 } 63 } // 5400-5499 and 6600-6699 were the ranges for Dependency and Tag which are now in Core between CompilerWarnings and CompilerErrors.
64 } 64 }
65} 65}