Any addins for VS2010 to support VS2005 projects?
Posted
by Eye of Hell
on Stack Overflow
See other posts from Stack Overflow
or by Eye of Hell
Published on 2010-05-19T10:47:58Z
Indexed on
2010/05/19
11:30 UTC
Read the original article
Hit count: 254
visual-studio-2010
Hello.
Some of the old projects in our company are left to be built with VS2005 in autobuild system (making them build correctly in 2010 cost time). Is it any addins for VS2010 that will allow to open VS2005 project and edit it's files without converting project file itself to VS2010 format (converting will kill autobuild)? Of course i can create a separate project named "xxx_vs2010.vcproj" for each of such products, but that will be a mess :(.
© Stack Overflow or respective owner