I am maintaining a system that consists of more than 2 hundred Delphi applications.
Now I would like to set the same version info (product version, description etc) for all of them. There is the option sets feature that allows for having the same compilation options, but it does not include the version info.
Do you know of any tool that allows for that? I could easy write it since the schema for .dproj files is installed within the .NET framework, but if there is such tool I would like to not open a doors that are already opened.