Enumerate the Tools collection on your object, and look for the tool
that supports the VCPostBuildEventTool interface.
-Duncan
vsnetaddin@yahoogroups.com wrote:
> 1. Run Post Build Command for a VCConfiguration
> Posted by: "hauptmannp" hauptmannp@... hauptmannp
> Date: Thu Jun 12, 2008 7:01 am ((PDT))
>
> I want to run the post build command (as configured in the project
> settings) for a specific configuration in a C++ project.
>
> I do have the VCConfiguration object, but I don't know how to go from
> here.
>
> Any suggestions?