Click here to Skip to main content
15,891,761 members
Articles / Visual Studio

Visual Studio Project Conversion

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Sep 2011CPOL 4.8K  
why upgrade .sin in .bat by dragging and dropping it.:devenv /upgrade %1

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.
9 Jan 2011thatraja 3 alternatives  
Visual Studio Project Conversion - Converting VS 2005 projects to VS 2008 (Commandline mode)
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.

License

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


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

Comments and Discussions