1 assignment to MSBuild property CustomAfterMicrosoftCommonProps
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Microsoft.Common.props (1)
89
<
CustomAfterMicrosoftCommonProps
Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
4 usages of MSBuild property CustomAfterMicrosoftCommonProps
MSBuildFiles (4)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Microsoft.Common.props (4)
89
<CustomAfterMicrosoftCommonProps Condition="'$(
CustomAfterMicrosoftCommonProps
)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
113
<Import Project="$(
CustomAfterMicrosoftCommonProps
)" Condition="'$(
CustomAfterMicrosoftCommonProps
)' != '' and Exists('$(
CustomAfterMicrosoftCommonProps
)')" />