I have 3 solutions and solution A requires built versions of the dlls from solution B and C in order to compile. it is not possible to merge it to one solution...
You could try to add command line build commands for the dll (in solution B and C) you depend on in the prebuild events of your projects (in solution A)