Visual Studio 2010

Source: Internet
Author: User
Tags visual studio 2010

1. Three methods to solve the problem of changing Visual Studio space into multiple points.

1. Edit-> advanced-> View Blank

2. Press Ctrl + E and then press S.

3. CTRL + R + W



2. How to open the vs 2010 Project in vs 2012.

We can modify two project files to port the vs2012 project file to vs2010.

First, modify the solution file (. sln file ).

Use NotePad to open

Microsoft Visual Studio solution file, format version 12.00
# Visual maxcompute 2012

Change

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

Then modify the project file (. vcxproj file)

Open in notepad and delete two statements with v110 labels,

<Platformtoolset> v110 </platformtoolset>

Now.

Only the first project file can be modified and transplanted to vs2010, but cannot be compiled. Only the second project file can be modified.


3. Pending ..

Visual Studio 2010

Related Article

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.