1 assignment to MSBuild property X64BinPath
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\src\Package\GetBinPaths.targets (1)
48<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)
99<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll" /> 100<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe" /> 102<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.tlb" /> 103<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.pdb" /> 105<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe.config" /> 107<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll.config" /> 109<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.Tasks.Core.dll" /> 110<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.dll" />