Wondering if its’ possible to have solution within solution in vs 2010?
How?
thanks alot
Wondering if its’ possible to have solution within solution in vs 2010? How? thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since Visual Studio doesn’t support solutions in solutions (I feel this is a feature that should be supported) the closest approximation you can have is create groupings of your projects with multiple solutions so you have like
This adds some additional effort when solution level changes are made such as adding/removing projects but I’ve used this methodology previously with good success.
In most instances work will never need to be done in the Master.sln except for integration work and potentially deployments depending how your setup for them. So instead of having a solution with 200 projects that is massively slow to open/build you’ll have much smaller working subsets.
It’s really unfortunate that VS doesn’t support this natively so that the master solution is automatically maintained by actions of the subsolutions.