0

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!

Community
  • 1
  • 1
alancc
  • 487
  • 2
  • 24
  • 68

1 Answers1

0

The article is about C# project but I guess yours is for C++. What about using DATE macro? Predefined Macros

hiroki
  • 381
  • 1
  • 7