I know of the following:
$(ConfigurationName): for example "Debug" or "Release"$(SolutionDir): directory of the solution$(PlatformName): "Win32" or "x64"
Are there any others?
I know of the following:
$(ConfigurationName): for example "Debug" or "Release"$(SolutionDir): directory of the solution$(PlatformName): "Win32" or "x64"Are there any others?
If you hit Edit... then Macros you'll get a list of the supported properties, including InputDir, InputFileName, InputPath (ditto for TargetXXX). Also, rather usefully you can refer to $(ENVIRONMENT_VARIABLE)
See Macros for Build Commands and Properties in MSDN for a complete list.