Hi Paul > What source control system do you have. Subversion.
> Do you want the solutions to be linked to the binary version of the dependant > projects Sorry, I don't get that. In my understanding solutions are simple aggregations of projects, defining the dependencies across these projects. So nothing at all ever links to solutions, right? I assume you refer to the output files of the solutions when they get built. Our solutions produce most often a DLL file (our deliverable), but also LIB (library) files. These libs are used by other solutions (respectively their projects) as input for their link pass. As stated in another messages, I find this generally a very simple, serialized set-up. Victor
