1 assignment to MSBuild item _TargetFrameworkSDKDirectoryItem
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.targets (1)
68
<
_TargetFrameworkSDKDirectoryItem
Include="$(TargetFrameworkSDKDirectory)"/>
3 usages of MSBuild item _TargetFrameworkSDKDirectoryItem
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
1231
<FrameworkSDKDir Condition="'$(FrameworkSDKDir)' == ''">@(
_TargetFrameworkSDKDirectoryItem
)</FrameworkSDKDir>
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets (2)
282
KnownReferencePaths="$(MSBuildBinPath);$(TargetFrameworkDirectory);@(
_TargetFrameworkSDKDirectoryItem
);@(KnownReferencePaths)"
350
KnownReferencePaths="$(MSBuildBinPath);$(TargetFrameworkDirectory);@(
_TargetFrameworkSDKDirectoryItem
);@(KnownReferencePaths)"