in my VO programs I'm using the following in the VersionsInfo ressource:
Code: Select all
resource VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,25,18,__version__
PRODUCTVERSION 1,25,18,__version__
.....
I would like to see something also in X# - so I can see from the explorer with which version the binary was compiled.
I need that not only for the ressource (I remember the discussion from a few days ago...), but also for the AssemblyInfo part.
Specially now with the very active development, something like this seems important to me.
Wolfgang