Pre and Post Build event parameters

build, c#, post-build-event, pre-build-event, visual-studio

Solution

There you go: http://msdn.microsoft.com/en-us/library/42x5kfw4(v=vs.80).aspx

VS 2015 version

Problem

In Visual Studio, can someone point me to a list of available pre- and post-build events parameters? eg. `$(TargetDir)`, etc.

Original source