Reputation: 87
I have been recently sifting through MSBuild documentation trying to find other valid properties that can be passed to the task, and so far have been drawing up a blank on a centralized listing.
I believe that VCBuildAdditionalOptions & BuildCmd are both valid parameters, however does anybody know where there are any further valid properties listed?
Upvotes: 7
Views: 3131
Reputation: 61885
Is this what you're looking for? Common MSBuild Project Properties
For TeamBuild, there's the WwW version and the Aaron Hallberg's Team Build 2008 Property Reference.
Upvotes: 6