I have a suite of programs that are related. One is a user client, one is an admin program, and another is a set of library classes that reside in a Class library.
How should I separate the projects?
Should I put the user client in one project, the admin program in another, and the common library in a third project? Or should they reside in separate solutions?
EDIT: George Stocker has, in a good intention i'm sure, edited my question, probably to make it clearer.
however, he has unintentionally reversed the question so all the "yes" answers are now unclear.
sorry about the inconvenient, but i would be glad if everyone who answered here will write, what exactly they thinks that should be in the same solution, and what in a separate solution.