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
2009-07-12 05:12:35
That is exactly what I wanted. Thank you!
jeffamaphone
2009-07-12 18:07:28
+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
2009-07-12 07:04:49