1 assignment to MSBuild property X64BinPath
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.targets (1)
53<X64BinPath>@(MSBuildX64ResolvedProjectReferencePath->'%(RootDir)%(Directory)')</X64BinPath>
9 usages of MSBuild property X64BinPath
MSBuild.VSSetup (1)
MSBuild.VSSetup.csproj (1)
36<SwrProperty Include="X64BinPath=$(X64BinPath)" />
MSBuildFiles (8)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (8)
98<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll" /> 99<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe" /> 101<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.tlb" /> 102<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.pdb" /> 104<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe.config" /> 106<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll.config" /> 108<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.Tasks.Core.dll" /> 109<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.dll" />