I am using Visual C++ 2008. I want to find a way to auto increase the build number each time I rebuild the project.
I find the following article: Can I automatically increment the file build version when using Visual Studio?
But I cannot find "AssemblyInfo.cs" file at all, so the solution in the article does not work.
Please help!