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