Is there a list of Visual Studio environment variables?

Dana Robinson picture Dana Robinson · Sep 22, 2009 · Viewed 94k times · Source

Possible Duplicate:
Link to all Visual Studio $ variables

Visual Studio has a lot of environment variables like $(TargetFileName) but I can't seem to find a list of all of them on MSDN or via Google.

Does such a list exist?

NOTE: See the top answer for the duplicate question (link above) for a link to a list on MSDN.

Answer

OregonGhost picture OregonGhost · Sep 22, 2009

In most places where you can use those, there's a "Macros" button or similar, which shows all available macros and the current value of them. For example, go to the PostBuild event editor to find the list.

Edit: I just checked. There's a list in MSDN.