File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 440
440
$(CoreClrProjectRoot)tools\PdbChecker\PdbChecker.csproj;
441
441
$(CoreClrProjectRoot)tools\AssemblyChecker\AssemblyChecker.csproj;
442
442
$(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'" />
443
446
<!-- skip the architectures that don't have LKG runtime packs -->
444
447
<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'" />
446
448
<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'" />
449
449
450
450
<ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler.csproj" Condition =" '$(AotToolsSupported)' == 'true'" Category =" clr" />
451
451
<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