5 usages of MSBuild property RunPostBuildEvent
MSBuildFiles (5)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
966
<OnError ExecuteTargets="_TimeStampAfterCompile;PostBuildEvent" Condition="'$(
RunPostBuildEvent
)'=='Always' or '$(
RunPostBuildEvent
)'=='OnOutputUpdated'"/>
3767
Condition="'$(
RunPostBuildEvent
)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')">
3847
Condition="'$(
RunPostBuildEvent
)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')">
5930
Condition="'$(PostBuildEvent)' != '' and ('$(
RunPostBuildEvent
)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')"