I have various individual projects in VS 2003 with some common files(Admin) in each of them. Now I want to migrate all these projects into VS 2008. I also want all the projects to be under 1 single solution so that I have 1 common admin section in the main project and each project as subproject
Ex
Main Project
- Admin Section
-Sub Proj1
-Sub Proj2
-SubProj3
Just want to know if this is a feasible thing to do. Right now I have separate web.configs for each project, how is this going to change if I combine the projects in 1 solution? How does project compiling/building works in such situation?
Any advice will be helpful.
Thanks