MSBuild call is not in TFSBuild.proj

In Beta 2 it was possible to add properties to the MSBuild call in the TeamBuild.proj file and later access them from projects.
Beta 3 doesn't have that call anymore in the TFSBuild.proj...
My questions are:
- Is it possible to set the properties from the TFSBuild.proj file?
- Where is the call to MSBuild located in Beta 3?
[343 byte] By [PabloRincon] at [2007-12-17]
# 1

Yes, it is possible. You will need to use TfsBuild.rsp file to pass options to msbuild call. This file can be located along with TfsBuild.proj file. For example, if you want to pass /p:foo=bar to msbuild command line, you would simply add this line in TfsBuild.rsp and check it in.

NagarajuPallaMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified