views:

5

answers:

0

I use prop files to define include directories and linkage for libraries that I want to use. We have a solution with 40+ projects and require different libraries for the different projects.

I want to use post-build event to copy the required binaries into my distribution binary folder, but currently only the first prop file post build events executes, and all others are ignored.

Is there a way to specify that build events are chained instead of the "Override" situation that seems to exist, or is there another way to achieve this behaviour?

Simon Featherstone