Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Heintz, Aleksander
Thank you so much. This has been so helpful. -- /Alxandr - mobile On Jun 22, 2011 5:33 PM, "Christopher Brandt" wrote: > Hi Alxandr, > > The app.config file isn't used during compilation, only at run time. When an > executable runs it uses the details in it's app.config file to determine > where

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Christopher Brandt
Hi Alxandr, The app.config file isn't used during compilation, only at run time. When an executable runs it uses the details in it's app.config file to determine where to look for dependencies. So the app.config file (replace *app* with the name of the executable) must be in the same directory as

Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-22 Thread Heintz, Aleksander
Thank you very much. I thought there were some option to enable this at compilation you see, but it seems I was mistaken. However, a quick question if you don't mind. The App.config file needs to be available at run-time, no? Or only at compilation-time? The question is if I need to copy it to the