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