How to change auto generate class modifier "internal" to "public" in VS 2005

Visual Studio 2005 generates strongly typed classes from *.resx files that
simplify accessing resource strings, etc. The classes are created as
internal. I would like to be able to package these *.resx files and
associated classes into an assembly that can be shared between custom web
controls in an ASP.Net application (i.e. a satellite assembly). To use these
auto-generated classes, I have to manually change the class and method
definitions from 'internal' to 'public'. Is there any way to automatically
generate these class and method definitions as public?
Regards,
[622 byte] By [robert_h] at [2007-12-16]