4 usages of MSBuild property MSBuildBinPath
MSBuildFiles (4)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (3)
282KnownReferencePaths="$(MSBuildBinPath);$(TargetFrameworkDirectory);@(_TargetFrameworkSDKDirectoryItem);@(KnownReferencePaths)" 350KnownReferencePaths="$(MSBuildBinPath);$(TargetFrameworkDirectory);@(_TargetFrameworkSDKDirectoryItem);@(KnownReferencePaths)" 446MSBuildBinPath="$(MSBuildBinPath)"
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (1)
43<XamlBuildTaskLocation Condition="'$(XamlBuildTaskPath)'==''">$(MSBuildBinPath)</XamlBuildTaskLocation>