2 assignments to MSBuild property _RequiresILLinkPack
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
37<_RequiresILLinkPack Condition="'$(_RequiresILLinkPack)' == '' And ( 43<_RequiresILLinkPack Condition="'$(_RequiresILLinkPack)' == ''">false</_RequiresILLinkPack>
4 usages of MSBuild property _RequiresILLinkPack
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
37<_RequiresILLinkPack Condition="'$(_RequiresILLinkPack)' == '' And ( 43<_RequiresILLinkPack Condition="'$(_RequiresILLinkPack)' == ''">false</_RequiresILLinkPack>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (2)
63Condition="'@(FrameworkReference)' != '' Or '$(_RequiresILLinkPack)' == 'true'"> 103RequiresILLinkPack="$(_RequiresILLinkPack)"