5 usages of MSBuild property TargetFrameworkRootPath
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
466
RootPath="$(
TargetFrameworkRootPath
)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
80
<FrameworkPathOverride Condition="'$(EnableFrameworkPathOverride)' != 'false' And '$(FrameworkPathOverride)' == '' And Exists('$(
TargetFrameworkRootPath
)$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)')">$(
TargetFrameworkRootPath
)$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)</FrameworkPathOverride>
84
<FrameworkPathOverride Condition="'$(EnableFrameworkPathOverride)' != 'false' And '$(FrameworkPathOverride)' == ''">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries($(TargetFrameworkIdentifier), $(TargetFrameworkVersion), $(TargetFrameworkProfile), $(PlatformTarget), $(
TargetFrameworkRootPath
), $(TargetFrameworkFallbackSearchPaths)))</FrameworkPathOverride>
1262
RootPath="$(
TargetFrameworkRootPath
)"