MSBuild : Building a project without building it"s dependencies
am 05.12.2007 06:29:12 von ramshankaryadavHi,
I'm facing a problem while building a project through MSBuild, this
project is a part of a solution which has several other projects on
which it depends, but I want to build this project without building
it's dependencies.
We can do this for a solution by unselecting projects through
Configuration Manager under solution properties, but how to achive
same for a project!