true true $(IsNETCoreApp) $(IsUAP) $(IsNetFxNETStandard) true true true $(BuildConfigurationRefPath) $(RuntimePath) $(TestPath) $(NETCoreAppPackageRefPath) $(NETCoreAppPackageRuntimePath) $(NETCoreAppPackageRuntimePath)\..\runtime $(RefRootPath)microsoft.netcore.app ILLinkTrimAssembly=true $(UAPPackageRefPath) $(UAPPackageRuntimePath) $(UAPAOTPackageRuntimePath) $(NETCoreAppTestSharedFrameworkPath) $(ILCFXInputFolder) $(UAPTestSharedFrameworkPath) $(TestHostRootPath) $(RefRootPath)netstandard/ $(RefRootPath)netcoreapp2.0/ $(ShimsTargetRuntimeRoot)netcoreapp2.0/ $(RefRootPath)uap10.0.16299/ <_TargetGroupsWithIsAot Condition="'$(BuildAllConfigurations)' == 'true'" Include="@(TargetGroups)"> $([System.String]::new('%(Identity)').Contains('aot')) $(RefRootPath)%(Identity)/ true true <_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:@(IntermediateAssembly) <_GenAPICmd>$(_GenAPICmd) -libPath:$(RefPath) <_GenAPICmd>$(_GenAPICmd) -out:$(_RefSourceFileOutputPath) <_GenAPICmd>$(_GenAPICmd) -excludeAttributesList:$(_ExcludeAPIList) <_GenAPICmd>$(_GenAPICmd) -headerFile:$(_LicenseHeaderTxtPath)