문제

i want to convert around 200 projects from VC++ 2005 to VC++ 2012 projects and build them.

can somebody help me steps i need to follow to achieve this.

Thanks,

도움이 되었습니까?

해결책

Visual Studio will automatically convert your projects from VS2005 to the VS2012 format when you open the solution/project. Notice that an important change is that in VS2012 MSBuild is used instead of VSBuild for building the VC++ projects.

Depending on the projects you have you may run into some breaking changes that you have to resolve manually. Take a look at Lessons learned migrating to Visual Studio 2012 and .NET 4.5 to get an overview of possible problems and things to do.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top