File tree 1 file changed +2
-2
lines changed
src/coreclr/tools/aot/crossgen2 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<EnableDefaultEmbeddedResourceItems >false</EnableDefaultEmbeddedResourceItems >
16
16
<Configurations >Debug;Release;Checked</Configurations >
17
17
<RunAnalyzers >false</RunAnalyzers >
18
- <UseLocalTargetingRuntimePack Condition =" '$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'ILCompiler_inbuild '" >true</UseLocalTargetingRuntimePack >
18
+ <UseLocalTargetingRuntimePack Condition =" '$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'crossgen2_inbuild '" >true</UseLocalTargetingRuntimePack >
19
19
</PropertyGroup >
20
20
21
21
<Import Project =" ../AotCompilerCommon.props" />
22
- <Import Project =" $(RepositoryEngineeringDir)targetingpacks.targets" Condition =" '$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'ILCompiler_inbuild '" />
22
+ <Import Project =" $(RepositoryEngineeringDir)targetingpacks.targets" Condition =" '$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'crossgen2_inbuild '" />
23
23
24
24
<ItemGroup Label =" Embedded Resources" >
25
25
<EmbeddedResource Include =" Properties\Resources.resx" >
You can’t perform that action at this time.
0 commit comments