true
true
$(IsNETCoreApp)
$(IsUAP)
$(IsNetFxNETStandard)
true
true
$(BuildConfigurationRefPath)
$(RuntimePath)
$(NETCoreAppPackageRefPath)
$(NETCoreAppPackageRuntimePath)
$(NETCoreAppPackageRuntimePath)\..\runtime
ILLinkTrimAssembly=true
$(UAPPackageRefPath)
$(UAPPackageRuntimePath)
$(UAPAOTPackageRuntimePath)
$(NetFxPackageRefPath)
$(NetFxPackageRuntimePath)
$(NETCoreAppTestSharedFrameworkPath)
$(ILCFXInputFolder)
$(UAPTestSharedFrameworkPath)
$(TestHostRootPath)
$(RefRootPath)netstandard/
<_TargetGroupsWithIsAot Condition="'$(BuildAllConfigurations)' == 'true'" Include="@(TargetGroups)">
$([System.String]::new('%(Identity)').Contains('aot'))
$(RefRootPath)%(Identity)/
<_GenApiExePath>$(ToolsDir)GenApi.exe
<_RefSourceFileOutputPath>$(MSBuildProjectDirectory)/../ref/$(AssemblyName).cs
<_ExcludeAPIList>$(MSBuildThisFileDirectory)tools-local/DefaultGenApiDocIds.txt
<_LicenseHeaderTxtPath>$(MSBuildThisFileDirectory)tools-local/LicenseHeader.txt
<_GenAPICmd>$(DotnetToolCommand) $(_GenApiExePath)
<_GenAPICmd>$(_GenAPICmd) -assembly:$(TargetPath)
<_GenAPICmd>$(_GenAPICmd) -libPath:$(RefPath)
<_GenAPICmd>$(_GenAPICmd) -out:$(_RefSourceFileOutputPath)
<_GenAPICmd>$(_GenAPICmd) -excludeAttributesList:$(_ExcludeAPIList)
<_GenAPICmd>$(_GenAPICmd) -headerFile:$(_LicenseHeaderTxtPath)