1 <Project Sdk="Microsoft.NET.Sdk">
3 <!-- we access a lot of internals of System.Private.CoreLib, disable compiling against the ref assembly for now so we don't need to update it -->
4 <CompileUsingReferenceAssemblies>false</CompileUsingReferenceAssemblies>
8 <ILLinkSubstitutionsXmls Include="ILLink\ILLink.Substitutions.xml" />
12 <ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
13 <ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.csproj" />
14 <ProjectReference Include="..\..\System.Private.Reflection.Execution\src\System.Private.Reflection.Execution.csproj" />
18 <Compile Include="Internal\Runtime\CompilerHelpers\LibraryInitializer.cs" />
19 <Compile Include="Internal\StackTraceMetadata\StackTraceMetadata.cs" />
20 <Compile Include="Internal\StackTraceMetadata\MethodNameFormatter.cs" />
21 <Compile Include="$(CompilerCommonPath)\Internal\Runtime\MetadataBlob.cs">
22 <Link>Internal\Runtime\MetadataBlob.cs</Link>
24 <Compile Include="$(AotCommonPath)\System\Runtime\CompilerServices\__BlockAllReflectionAttribute.cs">
25 <Link>System\Runtime\CompilerServices\__BlockAllReflectionAttribute.cs</Link>