diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-24 16:28:44 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 23:06:35 -0500 |
commit | f4709371fa21ca1d0c06e04d1b53c0b10bfafeed (patch) | |
tree | 622576e0b46b0cea56143fd707936f9635389bad /src/WixToolset.Core/CompilerErrors.cs | |
parent | 23de0a19bffe457916b0a45e07044650ace8f456 (diff) | |
download | wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.gz wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.bz2 wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.zip |
Perform more bundle validation during linking.
#5273, #6291, #6398
Diffstat (limited to 'src/WixToolset.Core/CompilerErrors.cs')
-rw-r--r-- | src/WixToolset.Core/CompilerErrors.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerErrors.cs b/src/WixToolset.Core/CompilerErrors.cs index 9b3d85b9..10646dfd 100644 --- a/src/WixToolset.Core/CompilerErrors.cs +++ b/src/WixToolset.Core/CompilerErrors.cs | |||
@@ -38,6 +38,6 @@ namespace WixToolset.Core | |||
38 | 38 | ||
39 | IllegalName = 6601, | 39 | IllegalName = 6601, |
40 | ExampleRegid = 6602, | 40 | ExampleRegid = 6602, |
41 | } | 41 | } // 5400-5499 and 6600-6699 were the ranges for Dependency and Tag which are now in Core between CompilerWarnings and CompilerErrors. |
42 | } | 42 | } |
43 | } | 43 | } |