Hi, is there a way to easily append (desired) attributes to the generated AssemblyInfo.cs file ?
I'd like to have the following attributes in there:
[assembly: InternalsVisibleTo("Mocks")]
[assembly: InternalsVisibleTo("MockObjects")]
Thx!
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
