I want to automate part of my build process, such that I can click a button (or run a program, etc.) that will automatically update the version numbers in all C++ and C# projects within my solution.
All my version numbers are date based, so it will be easy to create.
How do I go about tackling this? Does Visual Studio have any in-built functionality to allow this, or if not, how do I go about doing this?