versioning

  • Thread starter Thread starter Dado
  • Start date Start date
D

Dado

i need to add custom data to the version tab of the dll (in the
property pages).

in vs 6 i linked to an rc file that contained the needed info (name
value pairs) and the build automatically inserted the info.

in c# i tried to add custom attributes (for the assembly) but that
didn't work.

i know i can use the c# compiler with \win32res compiler option to get
the same affect.

can i have vs 7.1 do it for me ???

can i use one rc file for multiple dlls???

thanks.
 
Back
Top