How can we manage ProductVersion(A Windows Resource) automatically?
Posted
by Benjamin
on Stack Overflow
See other posts from Stack Overflow
or by Benjamin
Published on 2010-03-25T08:31:30Z
Indexed on
2010/03/25
8:43 UTC
Read the original article
Hit count: 209
Windows resources have a FileVersion and a ProductVersion.
In native development environment(eg. Win32 app, device driver)
How do you manage the ProductVerion automatically?
My language is c/c++. And I use Visual Studio 2008.
I want to increase the version automatically when I build my projects.
Is it possible?
I guess there is a simple(and good) way.
Thanks in advance.
© Stack Overflow or respective owner