Is the basedir attribute for the csc task's <references> element
supposed to help resolve the path to the referenced assemblies? Consider
the following; I have a library that resides in a folder other than the
source-files folder:

  <references basedir="<some directory>">
    <includes name="library1.dll" />
  </references>

I would expect the basedir attribute to either add a /lib: argument to
the csc command line or to be prepended to the assembly name...

-Andy Hopper


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to