Click here to Skip to main content
15,892,965 members
Articles / Visual Studio

Visual Studio Project Conversion

Rate me:
Please Sign up or sign in to vote.
4.71/5 (17 votes)
9 Jan 2011CPOL 53.3K   6  
Visual Studio Project Conversion - Converting VS 2005 projects to VS 2008 (Commandline mode)

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
23 Sep 2011Anshul R
Open the project file in notepad. .vbproj or .csproj.Change the VS version.
Please Sign up or sign in to vote.
2 Oct 2011Klaus Luedenscheidt
Or just use: SolutionConverter[^].Only restriction is that C++ is not fully supported.
Please Sign up or sign in to vote.
28 Sep 2011Sansan Fang
why upgrade .sin in .bat by dragging and dropping it.:devenv /upgrade %1

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions