zoukankan      html  css  js  c++  java
  • Project not selected to build for this solution configuration.

    Project not selected to build for this solution configuration.

     
    When you upgrade your older solution files to latest version of visual studio 2010 or 2012 you may get compilation output as "Project not selected to build for this solution configuration", even though with the earlier version of visual studio these projects were building fine. 
    In order to build required project you just have to modify the solution configuration. Steps below mention how to do it.
    1. Launch the Solution properties, by right clicking solution and select Properties.
    2. On solution properties dialog box, from configuration properties group select Configuration.
    3. For the projects which you are getting the error as above select the check box under Build column if not checked. 
    4. Save configuration by pressing OK.
    Now your project being skipped should get built, while building the solution.
     
     
    visual studio 2012 can not build
    not selected to build for this solution configuration
    Project not selected to build for this solution
    Project not selected to build for this
    Project not selected to build for
    Project not selected to build
    build for this solution configuration
    vs2012 can not build
     
  • 相关阅读:
    【题解】[USACO07OPEN]Dining G
    【学习笔记】拉格朗日插值
    【题解】简单的数学题
    docker-compose编排参数详解
    Harbor搭建企业级docker仓库
    centos7制作U盘启动盘
    c语言输入矩阵的对角线之和
    搭建rsync+inotify实现实时备份
    CentOS7添加自定义脚本服务
    Linux搭建NFS服务
  • 原文地址:https://www.cnblogs.com/moonlight-zjb/p/3837762.html
Copyright © 2011-2022 走看看