1
vote
Any way to do Visual Studio “project only” build from command line?
Depending on the structure of your build system, this may be what you're looking for:
msbuild /p:BuildProjectReferences=false project.proj
…
