C # tips: Convert the. sln file and project file of vs2012/vs2013 to vs2010 format

Source: Internet
Author: User
Tags visual studio 2010

Some original vs2013 project files (. sln,. csproj), using. Net 4.0. Now you need to convert them to vs2010 format.

After the experiment, the method is as follows:

(1) In the solution file (. sln:

Put the following line in the file header:

 

Microsoft Visual Studio solution file, format version 11.00 # Visual Studio 2013

Replace them:

Microsoft Visual Studio solution file, format version 11.00 # Visual Studio 2010

(2) In the project file (. csproj:

In the XML file:

 

Toolsversion = "12.0"

Replace:

Toolsversion = "4.0"

In this way, you can.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.