Title: Solution tasks copies the dll files locally

I have a build file for a Web App which is using solution task.
My csproj file has some references to Crystal Reports Dll. The references have Copy Local property = False in csproj file.

When I build the project using NANT, it copies all the Crystal Reports DLLs locally under the bin directory. Strange thing is it copies all the Crystal Reports dlls , even if it is not included as a reference in my project.

But when I build the project from the VS.NET IDE it does not copy any of Crystal Reports dll.

It is not a huge problem for me right now but it still I think it should not do that.

Thanks.

Reply via email to