2 assignments to MSBuild property CustomAfterMicrosoftCommonProps
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\Microsoft.Common.props (2)
68
<
CustomAfterMicrosoftCommonProps
Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v4.0\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
78
<
CustomAfterMicrosoftCommonProps
Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
5 usages of MSBuild property CustomAfterMicrosoftCommonProps
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\Microsoft.Common.props (5)
68
<CustomAfterMicrosoftCommonProps Condition="'$(
CustomAfterMicrosoftCommonProps
)'==''">$(MSBuildExtensionsPath)\v4.0\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
78
<CustomAfterMicrosoftCommonProps Condition="'$(
CustomAfterMicrosoftCommonProps
)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile)</CustomAfterMicrosoftCommonProps>
114
<Import Project="$(
CustomAfterMicrosoftCommonProps
)" Condition="'$(
CustomAfterMicrosoftCommonProps
)' != '' and Exists('$(
CustomAfterMicrosoftCommonProps
)') and ('$(MSBuildAssemblyVersion)' != '' or !Exists('$(MSBuildExtensionsPath)\4.0\Microsoft.Common.props'))" />