光说有毛用


Project not selected to build for this solution configuration.

· by admin · Read in about 2 min · (220 Words)
visualstudio windows 

Project not selected to build for this solution configuration.

{.postTitle}

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.

<ol>
  <li>
    Launch the Solution properties, by right clicking solution and select Properties.
  </li>
  <li>
    On solution properties dialog box, from configuration properties group select Configuration.
  </li>
  <li>
    For the projects which you are getting the error as above select the check box under Build column if not checked.
  </li>
  <li>
    Save configuration by pressing OK.
  </li>
</ol>

<p>
  Now your project being skipped should get built, while building the solution.
</p>

 

 

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

  来源: Project not selected to build for this solution configuration. – 明月几时有25 – 博客园

Comments