[Nant-users] Re: Nant-users digest, Vol 1 #168 - 1 msg

2003-03-08 Thread Brant Carter
Take a look at the /imports switch. You can specify the assemblies there. brant ... From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #168 - 1 msg Date: Sat, 08 Mar 2003 12:21:33 -0800 Send Nant-users mailing list submissions to

Re: [Nant-users] best practice for including system dlls

2003-03-08 Thread Ian MacLean
Bruce, references to the core system dlls are added automatically by csc using the entries in its response file : 'csc.rsp'. i'm not sure about vb - maybe the ide always adds these references automatically - it doesn't appear to have a vbc.rsp. if you want to directly reference the system assem