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)
112<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll" /> 113<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe" /> 115<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.tlb" /> 116<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.pdb" /> 118<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe.config" /> 120<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll.config" /> 122<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.Tasks.Core.dll" /> 123<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.dll" />