zoukankan      html  css  js  c++  java
  • To open the project created by previous version of Visual Studio

    If you want to open a project (.csproj) file that was created in a previous version of Visual Studio, then you need to run Visual Studio (devenv.exe) from the Visual Studio Command Prompt after providing options to clear all SkipLoading tags.

     

    So you can go to Start Menu -> All Programs ->  Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Studio Command Prompt. Once you are in the command prompt, enter:

     Devenv.exe /ResetSkipPkgs

  • 相关阅读:
    作业
    作业4
    作业1
    作业
    补交课堂作业
    补交最后一题
    第三次作业
    作业
    C语言 homework(4)
    C语言 homework (3)
  • 原文地址:https://www.cnblogs.com/yonglianglee/p/2701448.html
Copyright © 2011-2022 走看看