Msbuild properties
I have been recently sifting through MSBuild documentation trying to find other valid properties that can be passed to the task, and 开发者_Python百科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?
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.
精彩评论