prjRunPostBuildEvent Enumeration
Visual Studio 2015
Used by the RunPostBuildEvent property.
Assembly: VSLangProj2 (in VSLangProj2.dll)
| Member name | Description | |
|---|---|---|
| prjRunPostBuildEventAlways | Always run the event. | |
| prjRunPostBuildEventOnBuildSuccess | Run only if the build is successful. | |
| prjRunPostBuildEventOnOutputUpdated | Run only if the project output changes. |
Show: