Putting solution build output in a different directory !!

Posted by Rajesh on Stack Overflow See other posts from Stack Overflow or by Rajesh
Published on 2010-03-05T09:08:53Z Indexed on 2010/03/08 12:36 UTC
Read the original article Hit count: 414

Filed under:
|

Hi all,

I have an issue in building my solution (Hardcopy.sln) .This solution consists of many other modules & each module is directing their output to the bin/debug/ folder. during the whole solution build . i want to redirect the output of each module to a different location .how to do the same. i am using the MSbuild utility to build the solution in my nant scripts .

i want to do it using Msbuild utility in the Nant is there any way out:

Thanks Rajesh

© Stack Overflow or respective owner

Related posts about c#4.0

Related posts about msbuild