views:

100

answers:

2

For example, I can use $(TargetDir). Is there a list somewhere of all the available properties? I'd like to peruse them.

+1  A: 

This seems like a pretty thorough list: http://msdn.microsoft.com/en-us/library/c02as0cs%28loband%29.aspx

JonathonW
That is exactly what I wanted. Thank you!
jeffamaphone
+2  A: 

These properties can also be defined by 3rd-party tools so to get the complete list I just use (in a C++ project for example): Properties -> Configuration Properties -> General -> then on the Output or Intermediate Directory drop down choose Edit... and you should see a list of all defined properties.

James D
Also very useful!
jeffamaphone