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):
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):
Comments
Post a Comment