Windows資源具有FileVersion和ProductVersion。我們如何自動管理ProductVersion(Windows資源)?
在本機開發環境中(例如Win32應用程序,設備驅動程序)
您如何自動管理ProductVerion?
我的語言是c/C++。我使用Visual Studio 2008.
我想在構建項目時自動增加版本。
可能嗎?
我想有一個簡單(好)的方法。
在此先感謝。
Windows資源具有FileVersion和ProductVersion。我們如何自動管理ProductVersion(Windows資源)?
在本機開發環境中(例如Win32應用程序,設備驅動程序)
您如何自動管理ProductVerion?
我的語言是c/C++。我使用Visual Studio 2008.
我想在構建項目時自動增加版本。
可能嗎?
我想有一個簡單(好)的方法。
在此先感謝。
查看CodeProject上的集成VS2008 plugin,它將版本和產品信息添加到C/C++應用程序中。
你使用什麼語言/開發工具? –
c/C++和VS2008 :) – Benjamin