Re: [NAnt-users] Assembly File Sets and Additions

2008-01-23 Thread Chris Snider
ry 23, 2008 9:41 AM To: Chris Snider; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Assembly File Sets and Additions If your using the latest nightly build, you can setup a patternset. Other than that I don't know a way. I assume you tried to use two references sections? Not su

Re: [NAnt-users] Assembly File Sets and Additions

2008-01-23 Thread Bob Archer
adable! BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Snider Sent: Wednesday, January 23, 2008 11:12 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Assembly File Sets and Additions The NAnt documentation list

[NAnt-users] Assembly File Sets and Additions

2008-01-23 Thread Chris Snider
The NAnt documentation lists the following example for modules type parameter of the csc/vbc task: Use the predefined set of assemblies to compile a C# assembly. How can I define an assembly set (or a reference set for tha