2 assignments to MSBuild property CustomBeforeMicrosoftCSharpTargets
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
31
<
CustomBeforeMicrosoftCSharpTargets
Condition="'$(CustomBeforeMicrosoftCSharpTargets)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.targets (1)
99
<
CustomBeforeMicrosoftCSharpTargets
Condition="'$(CustomBeforeMicrosoftCSharpTargets)' == ''">$(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
5 usages of MSBuild property CustomBeforeMicrosoftCSharpTargets
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (4)
31
<CustomBeforeMicrosoftCSharpTargets Condition="'$(
CustomBeforeMicrosoftCSharpTargets
)'==''">$(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>
35
<Import Project="$(
CustomBeforeMicrosoftCSharpTargets
)" Condition="'$(
CustomBeforeMicrosoftCSharpTargets
)' != '' and Exists('$(
CustomBeforeMicrosoftCSharpTargets
)')" />
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.targets (1)
99
<CustomBeforeMicrosoftCSharpTargets Condition="'$(
CustomBeforeMicrosoftCSharpTargets
)' == ''">$(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.CSharp.targets</CustomBeforeMicrosoftCSharpTargets>