Where can I execute and find out the value of $(ProjectDir)?
$(ProjectDir)
For me it was the path to the directory containing *.vcxproj file.
From http://msdn.microsoft.com/en-us/library/c02as0cs%28v=vs.80%29.aspx:
The directory of the project (defined as drive + path); includes the trailing backslash '\'.