1 assignment to MSBuild property CustomBeforeMicrosoftCSharpTargets
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
30
<
CustomBeforeMicrosoftCSharpTargets
Condition="'$(CustomBeforeMicrosoftCSharpTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
4 usages of MSBuild property CustomBeforeMicrosoftCSharpTargets
MSBuildFiles (4)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (4)
30
<CustomBeforeMicrosoftCSharpTargets Condition="'$(
CustomBeforeMicrosoftCSharpTargets
)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
34
<Import Project="$(
CustomBeforeMicrosoftCSharpTargets
)" Condition="'$(
CustomBeforeMicrosoftCSharpTargets
)' != '' and Exists('$(
CustomBeforeMicrosoftCSharpTargets
)')" />