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>
10 usages of MSBuild property X64BinPath
MSBuild.VSSetup (1)
MSBuild.VSSetup.csproj (1)
36<SwrProperty Include="X64BinPath=$(X64BinPath)" />
MSBuildFiles (9)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (9)
117<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll" /> 118<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe" /> 119<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.tlb" /> 120<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.pdb" /> 121<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.exe.config" /> 122<FreshlyBuiltBinariesx64 Include="$(X64BinPath)**\*.dll.config" /> 123<FreshlyBuiltBinariesx64 Remove="$(X64BinPath)**\Microsoft.VisualStudio.SolutionPersistence.dll" /> 130<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.Tasks.Core.dll" /> 131<FreshlyBuiltBinariesArm64 Include="$(X64BinPath)\Microsoft.Build.dll" />