I was wondering if there is a way to add version information to a DLL
that was not built with .NET. In .NET (VB) I have the AssemblyInfo.vb
file that contains <Assembly: AssemblyVersion("1.0.*")> to set the
version info.
Is there maybe a tool that I can use to add that information to another
DLL?
Thanks,
Joe