Is there any built-in macro to obtain the TFS Sourcecontrol Root directory in Visual Studio?
For example just like $(ProjectDir), I would use $(TFSSourceControlRoot) or something like that?
The reason I need this is to in order to use this path in the xcopy command which I will need as a part of a post build action. Instead of writing something like C:\Source\Scripts, I want to write something like $(TFSSourceControlRootDir)\Source\Scripts.