2 usages of MSBuild property PostBuildEvent
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
5930
Condition="'$(
PostBuildEvent
)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')"
5933
<Exec WorkingDirectory="$(OutDir)" Command="$(
PostBuildEvent
)" />