G
Guest
In C#, when one specifies an assembly attribute for the Assembly version,
this becomes the file version as well. In Managed C++, there appears to be
no relation between the assembly attribute and the file version. In fact,
unless one specifies a version resource, no version attribute will be
generated at all.
Does anyone know a way to make the AssemblyVersion attribute generate a
FileVersion as it does in C#.
Thanks,
Wally
this becomes the file version as well. In Managed C++, there appears to be
no relation between the assembly attribute and the file version. In fact,
unless one specifies a version resource, no version attribute will be
generated at all.
Does anyone know a way to make the AssemblyVersion attribute generate a
FileVersion as it does in C#.
Thanks,
Wally