2 usages of MSBuild property PostBuildEvent
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4711
Condition="'$(
PostBuildEvent
)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')"
4714
<Exec WorkingDirectory="$(OutDir)" Command="$(
PostBuildEvent
)" />