If you have the same libraries that are used in VS 2008 and VS 2010, is there some good tool or technique that allows you to keep both the 2008 and 2010 project files in sync?
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.
The same project files can be loaded in both VS2008 and VS2010. If you mean solution, however, then yes, it has to be different.
What I do is just create 2 solutions:
MyProject2008.sln and MyProject2010.sln
It does mean I have to manually add projects to them once but these can be exactly the same projects files and since project structure doesn’t change often in a solution it isn’t a big problem in my eyes.
Hope it helps.