4 usages of MSBuild property MSBuildThisFile
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\Microsoft.Common.props (4)
67
<CustomBeforeMicrosoftCommonProps Condition="'$(CustomBeforeMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v4.0\Custom.Before.$(
MSBuildThisFile
)</CustomBeforeMicrosoftCommonProps>
68
<CustomAfterMicrosoftCommonProps Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v4.0\Custom.After.$(
MSBuildThisFile
)</CustomAfterMicrosoftCommonProps>
77
<CustomBeforeMicrosoftCommonProps Condition="'$(CustomBeforeMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.$(
MSBuildThisFile
)</CustomBeforeMicrosoftCommonProps>
78
<CustomAfterMicrosoftCommonProps Condition="'$(CustomAfterMicrosoftCommonProps)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(
MSBuildThisFile
)</CustomAfterMicrosoftCommonProps>