Is there a better way to modify the v开发者_如何学JAVAersion information of a .NET assembly of the one I am currently using.
This question already has answers here: Closed 11 years ago. Possible Duplicate: How do I rea开发者_JAVA百科d from a version resource in Visual C++
I have an extant C++ DLL which compiles properly, but has no version information associated with it such was the Version tab in Properties for the compiled library. The odd things about it is that it
I use Project Options / Version to manage the version info (N.N.N.N format). Anyway inside my project I duplicate those info.
Anyone have an tips on setting the application info (ie. right click on .exe->properties) from Qt? I can add arbitrary version strings to Qt resource file (qrc) and display them.
The version information, displayed when the mouse cursor hovers over the file in windows explorer, is set for a file built by visual studio in the VERSION resource.I would like to set the version in o
I don\'t know RC scripts. I want to include Product version, File version, etc. metadata into a DLL I\'m building.I\'m using an .rc file to do that. The build is makefile driven.I\'m following along