Update
- 13.08.2016: Added it here.
Browse and download latest version on github.com/tringi/rsrcgen
Installation and usage
To use as part of the build process in Visual Studio, in project properties, navigate to "Configuration Properties / Build Events / Pre-Build Event" and add following to the "Command Line" field:
"$(SolutionDir)rsrcgen.exe" "$(ProjectDir)$(AssemblyName).info" "dir=$(ProjectDir)\" debug=$(UseDebugLibraries) platform=$(PlatformTarget)
You will need to edit the proper path to the rsrcgen.exe file above.
License
Rsrc Generator s a free software available under the zlib license.
For detailed text of the license see
The zlib License.
Building the program
Rebuild of the source should be straightforward, Dev-C++ project is included. To refresh manifest and VERSIONINFO for the rsrcgen.exe itself, run:
rsrcgen.exe PATH\rsrcgen.info dir=PATH debug=false platform=x86
Note
This tool is actually nothing much more than a very simple string replacing tool with predefined content. Written as very simplistic, for single purpose, does not even free allocated memory.