Hi,
is there a possibility to set part of the strings contained in
AssemblyInfo.cpp to a default value which is the same for all project?
Like
[assembly:AssemblyCompanyAttribute("")];
[assembly:AssemblyCopyrightAttribute("")];
[assembly:AssemblyTrademarkAttribute("")];
they are all the same in all our projects.
Best Regards,
Martin
Tomas Restrepo \(MVP\) - 28 Jul 2004 11:55 GMT
Martin,
> is there a possibility to set part of the strings contained in
> AssemblyInfo.cpp to a default value which is the same for all project?
[quoted text clipped - 6 lines]
>
> they are all the same in all our projects.
What we do is keep those in a single file that is compiled into every
project.... seems to work just fine.

Signature
Tomas Restrepo
tomasr@mvps.org