Is there a user config file for msbuild, like a ~/.msbuildrc?

(Some of the options, like CPU count and verbosity, it seems silly to set per-project -- they're things that vary by user or computer, not by project.)

link|improve this question

25% accept rate
feedback

1 Answer

There's the Custom.Before.Microsoft.Common.Tasks mechanism as described here and in less depth here and a forum thread here

(There are also .rsp files, but those are per-project)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.