Setting file version number in Visual Studio 2005 C++

前端 未结 4 962
难免孤独
难免孤独 2021-02-13 11:09

Can anyone point me in the right direction how to configure Visual Studio 2005 with our C++ console project how we can include a \'File Version\' in the details section of the f

4条回答
  •  春和景丽
    2021-02-13 11:29

    For c++ projects I use StampVer and call it as a post build operation including check in/out of revision control for release builds.

提交回复
热议问题