File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 440440 $(CoreClrProjectRoot)tools\PdbChecker\PdbChecker.csproj;
441441 $(CoreClrProjectRoot)tools\AssemblyChecker\AssemblyChecker.csproj;
442442 $(ToolsProjectRoot)StressLogAnalyzer\src\StressLogAnalyzer.csproj" Category =" clr" Condition =" '$(DotNetBuildSourceOnly)' != 'true'" />
443+ <!-- We may use these targets with the in-build ILCompiler or with the shipping ILCompiler. Produce them whenever we may use them. -->
444+ <ProjectToBuild Include =" $(CoreClrProjectRoot)nativeaot\BuildIntegration\BuildIntegration.proj" Category =" clr" Condition =" '$(AotToolsSupported)' == 'true' or '$(NativeAotSupported)' == 'true'" />
445+ <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler.Build.Tasks\ILCompiler.Build.Tasks.csproj" Category =" clr" Condition =" '$(AotToolsSupported)' == 'true' or '$(NativeAotSupported)' == 'true'" />
443446 <!-- skip the architectures that don't have LKG runtime packs -->
444447 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_publish.csproj" Condition =" '$(AotToolsSupported)' == 'true'" Category =" clr" />
445- <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler.Build.Tasks\ILCompiler.Build.Tasks.csproj" Category =" clr" Condition =" '$(AotToolsSupported)' == 'true'" />
446448 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler_publish.csproj" Category =" clr" Condition =" '$(AotToolsSupported)' == 'true'" />
447- <!-- We may use these targets with the in-build ILCompiler or with the shipping ILCompiler. Produce them whenever we may use them. -->
448- <ProjectToBuild Include =" $(CoreClrProjectRoot)nativeaot\BuildIntegration\BuildIntegration.proj" Category =" clr" Condition =" '$(AotToolsSupported)' == 'true' or '$(NativeAotSupported)' == 'true'" />
449449
450450 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler.csproj" Condition =" '$(AotToolsSupported)' == 'true'" Category =" clr" />
451451 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2.csproj" Condition =" '$(AotToolsSupported)' == 'true'" Category =" clr" />
You can’t perform that action at this time.
0 commit comments