Msbuild properties

msbuild

Solution

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.

Problem

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?

Original source