| File: System.Private.Reflection.Execution.csproj | Web Access |
| Project: src\runtime\src\coreclr\nativeaot\System.Private.Reflection.Execution\src\System.Private.Reflection.Execution.csproj (System.Private.Reflection.Execution) |
<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.Reflection.Execution</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>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;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/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="Internal/Reflection/Execution/TypeLoader/ConstraintValidator.cs"/> <Compile Include="Internal/Reflection/Execution/TypeLoader/ConstraintValidatorSupport.cs"/> <Compile Include="Internal/Reflection/Execution/TypeLoader/TypeCast.cs"/> <Compile Include="Internal/Reflection/Execution/ReflectionExecution.cs"/> <Compile Include="Internal/Reflection/Execution/ExecutionEnvironmentImplementation.cs"/> <Compile Include="Internal/Reflection/Execution/ExecutionEnvironmentImplementation.Runtime.cs"/> <Compile Include="Internal/Reflection/Execution/ExecutionEnvironmentImplementation.MappingTables.cs"/> <Compile Include="Internal/Reflection/Execution/ExecutionEnvironmentImplementation.ManifestResources.cs"/> <Compile Include="Internal/Reflection/Execution/MetadataReaderExtensions.cs"/> <Compile Include="Internal/Reflection/Execution/MethodInvokeInfo.cs"/> <Compile Include="Internal/Reflection/Execution/RuntimeHandlesExtensions.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/InstanceFieldAccessor.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/LiteralFieldAccessor.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/PointerTypeFieldAccessorForInstanceFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/PointerTypeFieldAccessorForStaticFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/RegularStaticFieldAccessor.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/ReferenceTypeFieldAccessorForInstanceFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/ReferenceTypeFieldAccessorForStaticFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/StaticFieldAccessor.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/ValueTypeFieldAccessorForInstanceFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/ValueTypeFieldAccessorForStaticFields.cs"/> <Compile Include="Internal/Reflection/Execution/FieldAccessors/WritableStaticFieldAccessor.cs"/> <Compile Include="Internal/Reflection/Execution/MethodInvokers/MethodInvokerWithMethodInvokeInfo.cs"/> <Compile Include="Internal/Reflection/Execution/MethodInvokers/InstanceMethodInvoker.cs"/> <Compile Include="Internal/Reflection/Execution/MethodInvokers/StaticMethodInvoker.cs"/> <Compile Include="Internal/Reflection/Execution/MethodInvokers/VirtualMethodInvoker.cs"/> <Compile Include="Internal/Reflection/Execution/PayForPlayExperience/MissingMetadataExceptionCreator.cs"/> <Compile Include="Internal/Reflection/Extensions/NonPortable/DelegateMethodInfoRetriever.cs"/> <Compile Include="Internal/Runtime/CompilerHelpers/LibraryInitializer.cs"/> <Compile Include="../../../tools/Common/Internal/Runtime/MetadataBlob.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MetadataBlob.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="../../Common/src/System/Collections/Generic/LowLevelDictionary.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Generic/LowLevelDictionary.cs"/> <Compile Include="../../../tools/Common/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs"/> <Compile Include="../../../tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.cs"/> <Compile Include="../../../tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.ToArray.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.ToArray.cs"/> <Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.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.Reflection.Execution/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.Reflection.Execution/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.Reflection.Execution/linux.x64.Release/System.SR.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.Reflection.Execution/linux.x64.Release/System.SR.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.Reflection.Execution/linux.x64.Release/System.Private.Reflection.Execution.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.Reflection.Execution/linux.x64.Release/System.Private.Reflection.Execution.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="../../../../../../../ref/7b6e8d86276b481a90a0a9da2a809ba8/System.Private.CoreLib.dll"/> <ReferencePath Include="../../../../../../../ref/5b0edfeb850940b695ec174f5df36fe8/System.Private.TypeLoader.dll"/> </ItemGroup> <ItemGroup> </ItemGroup> </Project>