prjRunPostBuildEvent Enumeration

 

Used by the RunPostBuildEvent property.

Namespace:   VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

[GuidAttribute("A9DEC9CC-C687-49CA-9316-DB1B4FAE61BF")]
public enum class prjRunPostBuildEvent

Member nameDescription
prjRunPostBuildEventAlways

Always run the event.

prjRunPostBuildEventOnBuildSuccess

Run only if the build is successful.

prjRunPostBuildEventOnOutputUpdated

Run only if the project output changes.

Return to top
Show: