RE: [Nant-users] asminfo and ComVisibleAttribute

2005-07-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Wang, Jason @ Newport MacArthur > Sent: woensdag 27 juli 2005 3:18 > To: 'nant-users@lists.sourceforge.net' > Subject: [Nant-users] asminfo and

[Nant-users] asminfo and ComVisibleAttribute

2005-07-26 Thread Wang, Jason @ Newport MacArthur
Hi All,       I know that having wouldn't work because ComVisible isn't a valid type , however, what if I want to have [assembly: ComVisible(true)] outputted instead of [assembly: ComVisibleAttribute(true)]?  For me, I actually want to set the value to true and [assembly: ComVisi