> and these solutions are dependent? Yes. Typically solution Y depends to link against the lib produced by solution X.
Additional to this linear dependencies (solution Y requires output of solution X) various projects also share some source files. > project A is in Solution X, does any project > in solution Y reference A or not With a single exception (which may get fixed), no projects are part of more than one solution.
