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
Like John Saunders said, you need to have a master MSBuild file that handles the process.
Here is a sample using MSBuild Community Tasks : GetSolutionProjects that gets the projects for a given solution
AnyCPU Debug C:\slbin\Deploy