☑ Auto-Incrementing Build Version Macro for VS.NET (2003)

A few years ago I added a macro to my installation of Visual Studio 2003 to automatically increment the build number whenever I re-built the project. It worked just fine, closing any resources if open, without the warning about the resources being opened outside of the dev-env, and without having to move the version block to an RC2 file.

I recently had to repair my installation and have lost that macro. I have searched everywhere and cannot for the life of me find it. I have checked my drive to see if I can find the file to reinstall it, but the only candidates that it could be turned out to not work. The Internet has likewise proven fruitless. Most of the available ones are now for VS2005 and VS2008.

Does anyone know of a VS2003 macro that closes open resources and automatically increments the version number in the RC file on building?