visual studio 2010 - Build Project in only Debug Configuration in a Solution -


i have vs2012 solution has 10 projects.the solution build script configurations. there 1 project out of ten want build if solution built in (debug,release internal) configuration. how can in vs2012?

update 1: if have solution has project configured debug mode. if built solution in release mode, project builds in debug mode. point is, don't want build @ if solution not build under debug/release_internal.

you can set using configuration manager (accessible via last item in active solution configuration dropdown):

config manager dropdown

then uncheck relevant "build" checkbox projects don't want build in given solution configuration/platform (don't forget each applicable combination of solution configurations/platforms):

enter image description here


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -