ResRenum
Renumber resource IDs in Visual Studio projects
...It's a console app, and it's intended to be integrated into the IDE as an external tool. It's compatible with any version of Visual Studio from MFC 6.0 onwards. It's been tested in 6.0, VS2008, VS2010, and VS2012.
The resources are sorted in alphabetical order within each resource type. The resource types are sorted in compliance with Windows rules. Unicode is fully supported: the app automatically detects if either input file contains Unicode text and does the right thing.
ResRenum takes two arguments: the path to the resource header (usually resource.h), and the path to the resource file (.rc). ...