|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>System.Private.TypeLoader</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/SilverlightPlatformPublicKey.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TYPE_LOADER_IMPLEMENTATION;TARGET_UNIX;TARGET_64BIT;TARGET_AMD64;FEATURE_PERFTRACING;FEATURE_COMWRAPPERS;NATIVEAOT;NETCOREAPP;TRACE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormat.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormat.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.Metadata.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Metadata.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.String.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.String.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/MethodTable.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/MethodTable.cs"/>
<Compile Include="../../../../libraries/Common/src/Internal/VersionResilientHashCode.cs" Link="src/runtime/src/libraries/Common/src/Internal/VersionResilientHashCode.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/MethodTable.Constants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MethodTable.Constants.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/MappingTableFlags.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MappingTableFlags.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/RuntimeConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/RuntimeConstants.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TransitionBlock.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TransitionBlock.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/MetadataBlob.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MetadataBlob.cs"/>
<Compile Include="../../../tools/Common/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs"/>
<Compile Include="../../Common/src/System/Collections/Generic/LowLevelDictionary.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Generic/LowLevelDictionary.cs"/>
<Compile Include="../../../../libraries/Common/src/System/NotImplemented.cs" Link="src/runtime/src/libraries/Common/src/System/NotImplemented.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SR.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SR.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IntrinsicAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IntrinsicAttribute.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/ArrayType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/ByRefType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/CanonTypes.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/CanonTypes.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/DefType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/DefType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/PointerType.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/PointerType.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/AlignmentHelper.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/AlignmentHelper.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ArrayType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ArrayType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ByRefType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ByRefType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/CastingHelper.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/CastingHelper.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/DefType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/DefType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/FieldDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/FieldDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/FunctionPointerType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/FunctionPointerType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/GenericParameterDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/GenericParameterDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/IAssemblyDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/IAssemblyDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/InstantiatedMethod.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/InstantiatedType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/InstantiatedType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/Instantiation.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/Instantiation.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/LayoutInt.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/LayoutInt.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/MethodDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ModuleDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ModuleDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/NotFoundBehavior.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/NotFoundBehavior.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ParameterizedType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ParameterizedType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/PointerType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/PointerType.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/SignatureVariable.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TargetArchitecture.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TargetArchitecture.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TargetDetails.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TargetDetails.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ThreadSafeFlags.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeDesc.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeDesc.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeFlags.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeFlags.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeSystemContext.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeSystemContext.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeSystemEntity.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeSystemEntity.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ThrowHelper.Common.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/VersionResilientHashCode.TypeSystem.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/VersionResilientHashCode.TypeSystem.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/WellKnownType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/WellKnownType.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/LibraryInitializer.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/CanonicallyEquivalentEntryLocator.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/MethodTable.Runtime.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/EETypeCreator.cs"/>
<Compile Include="Internal/Reflection/Execution/AssemblyBinderImplementation.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/MetadataTypeHashingAlgorithms.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MetadataTypeHashingAlgorithms.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TypeLoader/ExternalReferencesTable.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TypeLoader/ExternalReferencesTable.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/ExternalReferencesTable.NativeFormatModuleInfo.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/GenericDictionary.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/GenericDictionaryCell.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/LockFreeObjectInterner.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/LowLevelStringConverter.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/MetadataNameExtensions.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/ModuleList.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/NativeLayoutInfoLoadContext.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/NativeLayoutInterfacesAlgorithm.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/NoMetadataRuntimeInterfacesAlgorithm.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TemplateLocator.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeBuilder.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeBuilderState.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.ConstructedGenericsRegistration.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.GVMResolution.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.LdTokenResultLookup.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.Metadata.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.SignatureParsing.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderEnvironment.StaticsLookup.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderLogger.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeLoaderTypeSystemContext.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeSystemContextFactory.cs"/>
<Compile Include="Internal/Runtime/TypeLoader/TypeSystemExtensions.cs"/>
<Compile Include="Internal/TypeSystem/AssemblyNameInfo.Dummy.cs"/>
<Compile Include="Internal/TypeSystem/ArrayMethod.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/CanonTypes.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/DefType.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/ExceptionTypeNameFormatter.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/InstantiatedMethod.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/MethodDesc.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/MethodForInstantiatedType.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/NoMetadataMethodDesc.cs"/>
<Compile Include="Internal/TypeSystem/RuntimeGenericParameterDesc.cs"/>
<Compile Include="Internal/TypeSystem/RuntimeMethodDesc.Canon.cs"/>
<Compile Include="Internal/TypeSystem/RuntimeMethodDesc.cs"/>
<Compile Include="Internal/TypeSystem/RuntimeNoMetadataType.cs"/>
<Compile Include="Internal/TypeSystem/ThrowHelper.cs"/>
<Compile Include="Internal/TypeSystem/TypeDesc.Runtime.cs"/>
<Compile Include="Internal/TypeSystem/TypeSystemContext.Runtime.cs"/>
<Compile Include="../../../../libraries/Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/System.SR.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/System.SR.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/System.Private.TypeLoader.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.TypeLoader/linux.x64.Release/System.Private.TypeLoader.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../../ref/b13af59afa4e4a468d9167da781a568c/System.Private.CoreLib.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|