Best thing to do about projects supporting multiple versions of Visual Studio?

Posted by Earlz on Programmers See other posts from Programmers or by Earlz
Published on 2012-09-15T21:29:24Z Indexed on 2012/09/16 3:51 UTC
Read the original article Hit count: 308

Filed under:
|
|

I have an open source project that works on .Net 2.0 and up. The thing is though that I prefer to use Visual Studio 2012, which forces the solution and project files to only work with VS2010/2012.

What exactly should I do? I don't want for my users to have to create a solution from scratch if they don't have access to VS2010, but yet, I also don't want to attempt to keep 3 different project files in sync(VS2005, VS2008, and VS2010/2012)

What is the usual solution for this?

© Programmers or respective owner

Related posts about .NET

Related posts about visual-studio