So currently we are in a situation where we have acquired quite a large code base. Every once in a while we start new projects (new Visual Studio Solutions) that require parts of our already existing code base. Now the tedious part begins once you add one of these projects to the new Solution because this project requires other project files that it depends on (which in-tern again require different other projects).
So my question is: Is there an easy way in visual studio to tell it to crawl a certain folder for these missing dependencies? So that it loads all the respective .proj files into my solution that it requires? This sounds like such an obvious thing to me that I am certain there must be a better way?
Thanks a lot in advance Oli