File: System.Reflection.MetadataLoadContext.csproj
Web Access
Project: src\src\libraries\System.Reflection.MetadataLoadContext\src\System.Reflection.MetadataLoadContext.csproj (System.Reflection.MetadataLoadContext)
<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.Reflection.MetadataLoadContext</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26116.109\tools\snk\Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;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="System\CoreRtBridge.cs"/>
    <Compile Include="System\Reflection\DefaultBinder.cs"/>
    <Compile Include="System\Reflection\DefaultBinder.CanConvert.cs"/>
    <Compile Include="System\Reflection\MetadataAssemblyResolver.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.Apis.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.CoreAssembly.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.Disposing.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.KnownConstructors.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.Loading.cs"/>
    <Compile Include="System\Reflection\MetadataLoadContext.Resolving.cs"/>
    <Compile Include="System\Reflection\PathAssemblyResolver.cs"/>
    <Compile Include="System\Reflection\Runtime\AssemblyNameHelpers.cs"/>
    <Compile Include="System\Reflection\Runtime\SignatureTypeExtensions.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\ConstructorPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\EventPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\FieldPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\MemberPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\MemberTypeIndex.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\MethodPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\NameFilter.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\NameFilter.Ecma.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\NestedTypePolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\PropertyPolicies.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\QueriedMemberList.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs"/>
    <Compile Include="System\Reflection\Runtime\BindingFlagSupport\Shared.cs"/>
    <Compile Include="System\Reflection\Runtime\General\ListBuilder.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\AssemblyFileInfo.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.Modules.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\RoAssembly.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\RoAssembly.GetForwardedTypes.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\RoAssembly.Modules.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\RoExceptionAssembly.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Assemblies\RoStubAssembly.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Constructors\RoConstructor.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\CustomAttributeArguments.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\RoCustomAttributeData.cs"/>
    <Compile Include="System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Events\RoEvent.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Fields\RoField.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Assignability.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\AssemblyNameData.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\CoreType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\CoreTypes.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaPinnedTypeProvider.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaToStringHelpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\GuardedPEReader.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\InternalManifestResourceInfo.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Ecma\MetadataTable.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\HashHelpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Helpers.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\MethodSig.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\RoAssemblyName.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Sentinels.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\TypeContext.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\TypeExtensions.net.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\TypeFactories.cs"/>
    <Compile Include="System\Reflection\TypeLoading\General\Utf8Constants.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\IMethodDecoder.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\IRoMethodBase.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\RoExceptionHandlingClause.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\RoLocalVariableInfo.cs"/>
    <Compile Include="System\Reflection\TypeLoading\MethodBase\RoMethodBody.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Methods\RoMethod.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.GetTypeCore.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.MetadataTables.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\RoModule.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\RoModule.Unifier.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Modules\RoResourceModule.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\RoMethodParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\RoParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\RoPropertyIndexParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Parameters\RoThinMethodParameter.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Properties\RoProperty.cs"/>
    <Compile Include="System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs"/>
    <Compile Include="System\Reflection\TypeLoading\RuntimeTypeInfo.GetMember.cs"/>
    <Compile Include="System\Reflection\TypeLoading\RuntimeTypeInfo.TypeComponentsCache.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\Ecma\EcmaGenericMethodParameterType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\Ecma\EcmaGenericTypeParameterType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoArrayType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoArrayType.Key.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoByRefType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoConstructedGenericType.Key.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoDefinitionType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoExceptionType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoGenericParameterType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoHasElementType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoInstantiationProviderType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoModifiedHasElementType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoModifiedGenericType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoModifiedStandaloneType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoModifiedType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoPinnedType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoPointerType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoStubType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoType.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoType.GetInterface.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs"/>
    <Compile Include="System\Reflection\TypeLoading\Types\RoWrappedType.cs"/>
    <Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="src\libraries\Common\src\System\Obsoletions.cs"/>
    <Compile Include="System\ThrowHelper.cs"/>
    <Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\System.SR.cs" Link="artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\System.Reflection.MetadataLoadContext.AssemblyInfo.cs" Link="artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\System.Reflection.MetadataLoadContext.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\0b47b7eab454476b8d4eadaf4e5c2f1a\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d7ac76e88f34244839a1cf45d77c1de\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44edb173ac264ba59b0ef736db8b5965\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97cad564178d433badac005a157869e7\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8860cbeeea343acbb562bbfd888b62d\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\116e0ab2510c4505b7b16ecfb89a8cc7\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0c8c2ea18e84f9db6e03a757a400299\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d0f94599ae24b3d907d6193e06e733b\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8441b820502545f88425f6caadbeb28b\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83b45d770be54745951ade64c4a57922\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e28d0af46784ee48d4b83c3abecd2ce\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4ada234056a485096bbffa5a0921ca3\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26241163e10d40f5bc59a004a8e07995\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b9a3299f07940b6b1f4b7fc54a93eef\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4031818643bf40fcb29e2ca117246e54\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8db138907f4f48eea24179e23aa3d184\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cd1c5595dc6464189918ccb23c94efa\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77de0eda20f44cce9ff41ff7b771efb7\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\827f6d65a05c411e8329e79eee30bb37\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbcbe65054ec4715ae993d2519940b1a\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9e1357b8246412abde52e2e6bfc4f72\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e759d61e60d743e091bd3015e5b2d3d4\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfc37673e393440da022dc6ed3041dab\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0132fe688dd14935859ba975f0ae541e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50bef2db278c4d9ab2dcc077adc220ab\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40d1e240a38f48aa85819957b55babf9\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\383553dd855d4051b1547a1e88de1d84\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd9c939f0ab541bb96294b61a8c31d4e\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a2d88af9924a488054230d54fbdbb2\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46dc8f8565994a69b5f2f139fa29f1ac\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c466eef2d22242c5b5a247c84e31e3e5\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20ac4784d9d84d868a5721325a517b30\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b498dc81b5454a349cb19746f46fac5d\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3fa39820afe4731a8818118a45e6dcb\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f9061154c524dbb8458722a930897c9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30baf0de1a114283abb36d4c9ac09871\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\350ec32c2fbe4bdca686815af42b09f7\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01ba8c9b443f480490230e038e9de8fb\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf364c47c17348b2876a77692d7b6782\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfc511f3dc6146b8bee8b113c2a9548c\System.IO.Compression.Zstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c2066c9ff2347dd9a8beb825f54181e\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\277eaabd07234a6c805eb96c7df0765a\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cb796317847405da3230a210c58808d\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6719088689f49ec880a43b618010ac4\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05c887f0ac994f6caf17bc2122303e88\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a79b22c7bfc41d6be16eead0952eeb7\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f247947266624a11939f7afeece2dff0\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18b2faf73e5e4128896fdde4cd342b19\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06cba4c2e5e045859bb9a211fe6f6f34\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a6f1c50e8574ffcbd87cacad0521c3d\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\757c4f0dc1154431bfcb7f33a4ff5f98\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b88894be301549a5b529ff3b67b3b8a3\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b367958c743e4fe082d11e144302027f\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\629a8cddec36455eb37703a5356d7337\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\250f5ac91971425dae5dfca6a715c595\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\114921805892460ba6877ef0c7bdd4de\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6621084e710a44c8945f383529785ac9\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c03d53db62d045a2830fdd69b8680bf5\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f25fe307d1584a4d804cbee946cfe888\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\deae7d2ae58340858f8e577633decc78\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\615ad2888df24945bc0804b4e5fc44c3\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\503de4f3b95b497fa952cee91dcd5157\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34ba072e46a443329b6de5a866e8ce7d\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29c5964e3a11471ebee873cb070e84ee\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5807fb0fb71460e87bed0b280f38bbc\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b071d0d0af6459dbf96f2ae1734acfc\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f788c38542540f686f8731df9ca9cc6\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37bc4305fd90493d8695690208215615\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25782b07b87f4f03bfc1c48b74154889\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a344b84d70043108ada89af3b7e38ab\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72ebe8a8117e4b289d75c9af3ce85e8d\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa63a918a16a41c1a2650c2cfdd8368e\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\348c4a632bca4b27b2d1342f4303b8c0\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dee47d059cff4f2e802018269f5b7623\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7da14140ee140a49c848cbf1169ea3b\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\856df17154fe4e43ba2ba7f14a5a1358\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b22fe61b75848858abb59a262a42abd\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5378c422f2a947cda1070e6c6aa5d867\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c5b37193a274104b82ef84310832525\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a93d6a38a9f8488884e1b35ae1aaa8f9\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\224e24fc274c45dc9f775fa8ae693441\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbd0a62214ea464e9ef5464c99aba342\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc99d380bc934dc3ad2ee714777a5902\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b31d36ed75e94426b72863853fbeb410\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\003eb9ebc1a24e70aba00fd692131be8\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e5f5e8799b545e89382776d3a3683d5\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e12a4dc352140dfa248e408ce68053b\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19b3bf28d27d45c8b3b5e8ccdfd5900b\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1013fa8c674d4a67ba3a1d290ccef319\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36608512871e4f919de59f3c12c34a2b\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa26f2bc5b8d46f19204c527209e5dc1\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b33a134a2c94bd0af4dbf5932eeba51\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df9bec5aff884ec5bd940a930f95b42a\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\150dc5d3f1994c159eaac28d2952bbbe\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8f867c2f391497a925290fd401c34c5\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b5e964d7d254f248d30ce3386009df8\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5acb7d78a15d4b7db6722e3118fd8782\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7edb64db251943ec9686dae354477aad\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebea859e6f42409ebb60ae36826cd257\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0490f275e7fb4f2f9ab6c6c0dfc10578\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76c23304ae5846219b85dbf335d3a2db\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8bd4255aaf0f42a08669bedfb1d7c1aa\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\810571da080d4c4396f35ad48db0d5c5\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3e8bfce76ed49e88c1d5354a6a2bad3\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43f961e6d57d47858a325d72c8ddda1f\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6366b722b6f4e54978a413e318bfe50\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b5f4f089fdf47afa3fe88e1c4590d34\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caa087604edc4e66a582f8dd3baabda2\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e91b6c76eb1474ca70bf3760d3bd2aa\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df9c3b8a35b4435baf1af521e1685a7e\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e834a866e624b719e8a798cd99919a5\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98083b5062284fd296c146dd3a94cc15\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae06fde8e91148a883f29427e648a356\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fa9467ad82b454eabd8fabb13fbe216\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\240e762b1a0f4e7eba148d7fa59273a4\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\07c8659d7b244ba294184d1f14f88194\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f3023bf782541aeb2d0ca944b2de684\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\374fa477da824be4bf0a37f0e63ba5b5\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcb7a054084b4fe98fc7cd5695d885fa\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b21fabe95eb47028b6a4ca8e029c863\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75acc45a7b1644c09ce513e4b2cc3b68\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\420dd7c0177e4930893a69b1679eaa81\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4df4a6063b0d4dfd86e043a82777e3fc\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f81a34157a74e22a00244749b6c2e24\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a3840f039804ec48ed9555078e6e91b\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\464f2d29d9e34493a203d77a4bb5f6f2\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1080f6a083d4814aaced9a9fee33dce\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7d0fb445b0d4814a69efa71b6a04058\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37be514fab844030814a381df7813438\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c7c2adaf6d74c90afd8752d2ff56a23\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55102d4d23d54ddba470591ef843d425\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\067560bbcb3242e5a3ddafd9d4c1645d\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4027e0803e5a4823a7261d86d16f98c4\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c15bb984403b4eada6f3e3217944ba19\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6228c36a70fd4887874680c8dd0258af\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f254e4c76b1b491480c18e9a9496c39d\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0aea6c2290db4d3fadd17f365ae2efbd\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f01b7fedc6bc40fb9a39b91e03ad0859\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\055b5d0a860d4e1e828a1cbefcf9a702\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75863862a0bc46daaf8d6b49bc2330c0\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d8c0fd2334a48b9b0b2a996283432b9\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\513e7bc27275466d9c1aeb8c5d348975\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6b1edebf000400d92dcd80616a5021a\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83cc244aed5c467cbcc8f664e386b471\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2872315617074d068714d56e9edfbec3\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>