Where is a complete reference of ALL MsBuild properties ?? Like this
$(OutDir)
$(OutputPath)
$(TargetName)
$(TargetExt)
...
The MSDN reference is here
It sounds like there can be more project-type-specific properties; which project types are you dealing with?