using the "assemblyInfo" @parameter, like:
<assemblyInfo>
<key1>FOO</key1>
<key2>FOO</key2>
</assemblyInfo>
gives me the following:
[assembly: CustomStringAttribute("key1", "FOO")]
[assembly: CustomStringAttribute("key2", "FOO")]
Not quite what I want -
On Tue, Jan 10, 2012 at 10:41 AM, Matthias Wessendorf <[email protected]> wrote:
> 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
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf