I have a normal SLN file, and I\'m compiling it fine with msbuild from the command line. I do this:
C:\\slndir> msbuild /p:OutDir=C:\\slnbin\\
And it dumps every
You'll have to do this "by hand". Create a master MSBUILD project file that builds the solution, then copies all the solution outputs where it wants them. This is (roughly) how Visual Studio Team Build does it.