Search code examples
c#visual-studiobuildpost-build-eventpre-build-event

Pre and Post Build event parameters


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


Solution

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

    VS 2015 version