> -----Original Message----- > From: Bala [mailto:[EMAIL PROTECTED] > Sent: donderdag 6 januari 2005 9:21 > To: Gert Driesen > Subject: Re: Building VC++ projects > > Gert, > > Thanks for the immediate reply. > > I have one project A which refers a dll DLL_A. > > This DLL_A is outputed by project B. > > Project A contains dll reference path as project-b-basedir\bin\debug > > So,in this case, nant will first search for the reference path that is > embedded within the project(hope i am right)
Yes, it should. Even if you're not using an actual project reference. > But what i need is...NANT should always go and look for references > only in a particular folder which will be specified by the user. > > <assembly folders> are hint path rite? Nope the hint path is only searched when no match is found in the assembly folders. > Is there any way to do this? There's no way to ignore the hint path right now, no. But you can force NAnt not to search the Visual Studio .NET and .NET Framework assembly folder using the "includevsfolders" attribute on <solution>. When you set this attribute to "true", the user-specified assembly folders will still be searched. Gert ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users