1 assignment to MSBuild property MSBuildFrameworkToolsRoot
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.props (1)
59
<
MSBuildFrameworkToolsRoot
Condition="'$(MSBuildFrameworkToolsRoot)' == '' and '$(MSBuildRuntimeType)' != 'Core'">$(Registry:HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework@InstallRoot)</MSBuildFrameworkToolsRoot>
7 usages of MSBuild property MSBuildFrameworkToolsRoot
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.props (2)
59
<MSBuildFrameworkToolsRoot Condition="'$(
MSBuildFrameworkToolsRoot
)' == '' and '$(MSBuildRuntimeType)' != 'Core'">$(Registry:HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework@InstallRoot)</MSBuildFrameworkToolsRoot>
77
<MSBuildManagedCompilerPath Condition="'$(TargetingClr2Framework)' == 'true'">$(
MSBuildFrameworkToolsRoot
)\v3.5</MSBuildManagedCompilerPath >
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.targets (5)
35
<_TargetFramework40DirectoryItem Include="$(
MSBuildFrameworkToolsRoot
)v4.0.30319"/>
36
<_TargetFramework35DirectoryItem Include="$(
MSBuildFrameworkToolsRoot
)v3.5"/>
37
<_TargetFramework30DirectoryItem Include="$(
MSBuildFrameworkToolsRoot
)v3.0"/>
38
<_TargetFramework20DirectoryItem Include="$(
MSBuildFrameworkToolsRoot
)v2.0.50727"/>
41
<_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v3.0' OR '$(TargetFrameworkVersion)' == 'v3.5'" Include="$(
MSBuildFrameworkToolsRoot
)\$(TargetFrameworkVersion)"/>