|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.AspNetCore.Server.HttpSys</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET10_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;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="ApplicationRequestContextFactory.cs"/>
<Compile Include="AsyncAcceptContext.cs"/>
<Compile Include="AsyncAcceptContext.Log.cs"/>
<Compile Include="AuthenticationHandler.cs"/>
<Compile Include="AuthenticationManager.cs"/>
<Compile Include="AuthenticationSchemes.cs"/>
<Compile Include="ClientCertificateMethod.cs"/>
<Compile Include="DelegationRule.cs"/>
<Compile Include="Helpers.cs"/>
<Compile Include="Http503VerbosityLevel.cs"/>
<Compile Include="HttpSysDefaults.cs"/>
<Compile Include="HttpSysException.cs"/>
<Compile Include="HttpSysListener.cs"/>
<Compile Include="HttpSysListener.Log.cs"/>
<Compile Include="HttpSysOptions.cs"/>
<Compile Include="HttpSysRequestTimingType.cs"/>
<Compile Include="IHttpSysRequestDelegationFeature.cs"/>
<Compile Include="IHttpSysRequestInfoFeature.cs"/>
<Compile Include="IHttpSysRequestTimingFeature.cs"/>
<Compile Include="IRequestContextFactory.cs"/>
<Compile Include="IServerDelegationFeature.cs"/>
<Compile Include="LoggerEventIds.cs"/>
<Compile Include="MessagePump.cs"/>
<Compile Include="MessagePump.Log.cs"/>
<Compile Include="NativeInterop\ComNetOS.cs"/>
<Compile Include="NativeInterop\DisconnectListener.cs"/>
<Compile Include="NativeInterop\DisconnectListener.Log.cs"/>
<Compile Include="NativeInterop\ErrorCodes.cs"/>
<Compile Include="NativeInterop\HttpApi.cs"/>
<Compile Include="NativeInterop\HttpServerSessionHandle.cs"/>
<Compile Include="NativeInterop\RequestQueue.cs"/>
<Compile Include="NativeInterop\SafeLibraryHandle.cs"/>
<Compile Include="NativeInterop\SafeNativeOverlapped.cs"/>
<Compile Include="NativeInterop\ServerSession.cs"/>
<Compile Include="NativeInterop\UrlGroup.cs"/>
<Compile Include="NativeInterop\UrlGroup.Log.cs"/>
<Compile Include="RequestProcessing\BoundaryType.cs"/>
<Compile Include="RequestProcessing\ClientCertLoader.cs"/>
<Compile Include="RequestProcessing\ClientCertLoader.Log.cs"/>
<Compile Include="RequestProcessing\OpaqueStream.cs"/>
<Compile Include="RequestProcessing\Request.cs"/>
<Compile Include="RequestProcessing\RequestContext.cs"/>
<Compile Include="RequestProcessing\RequestContext.FeatureCollection.cs"/>
<Compile Include="RequestProcessing\RequestContext.Log.cs"/>
<Compile Include="RequestProcessing\RequestContextLog.cs"/>
<Compile Include="RequestProcessing\RequestContextOfT.cs"/>
<Compile Include="RequestProcessing\RequestStream.cs"/>
<Compile Include="RequestProcessing\RequestStream.Log.cs"/>
<Compile Include="RequestProcessing\RequestStreamAsyncResult.cs"/>
<Compile Include="RequestProcessing\Response.cs"/>
<Compile Include="RequestProcessing\ResponseBody.cs"/>
<Compile Include="RequestProcessing\ResponseStreamAsyncResult.cs"/>
<Compile Include="RequestProcessing\ResponseStreamAsyncResult.Log.cs"/>
<Compile Include="RequestProcessing\TlsListener.cs"/>
<Compile Include="RequestProcessing\TlsListener.Log.cs"/>
<Compile Include="RequestQueueMode.cs"/>
<Compile Include="ResponseStream.cs"/>
<Compile Include="StandardFeatureCollection.cs"/>
<Compile Include="TimeoutManager.cs"/>
<Compile Include="UrlPrefix.cs"/>
<Compile Include="UrlPrefixCollection.cs"/>
<Compile Include="ValidationHelper.cs"/>
<Compile Include="WebHostBuilderHttpSysExtensions.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\Constants.cs" Link="src\Shared\HttpSys\Constants.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\NativeInterop\CookedUrl.cs" Link="src\Shared\HttpSys\NativeInterop\CookedUrl.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\NativeInterop\HttpApiTypes.cs" Link="src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\NativeInterop\HttpSysRequestHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysRequestHeader.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\NativeInterop\HttpSysResponseHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysResponseHeader.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\NativeInterop\SocketAddress.cs" Link="src\Shared\HttpSys\NativeInterop\SocketAddress.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\HeaderCollection.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\HeaderEncoding.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderEncoding.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\HeaderParser.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderParser.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs" Link="src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\RawUrlHelper.cs" Link="src\Shared\HttpSys\RequestProcessing\RawUrlHelper.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\RequestHeaders.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\RequestUriBuilder.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestUriBuilder.cs"/>
<Compile Include="..\..\..\Shared\HttpSys\RequestProcessing\SslStatus.cs" Link="src\Shared\HttpSys\RequestProcessing\SslStatus.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs"/>
<Compile Include="..\..\..\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs" Link="src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs"/>
<Compile Include="..\..\..\Shared\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
<Compile Include="..\..\..\Shared\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
<Compile Include="..\..\..\Shared\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
<Compile Include="..\..\..\Shared\Obsoletions.cs" Link="src\Shared\Obsoletions.cs"/>
<Compile Include="..\..\..\Shared\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
<Compile Include="..\..\..\Shared\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
<Compile Include="..\..\..\Shared\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.Resources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net10.0\Microsoft.AspNetCore.Server.HttpSys.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\6eef4121c684487faaeec5e89b728909\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\372c3bdfa1374c7dab5e6720c835d819\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54a5838a58d24333b3232cbf88a2c10f\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9031f65dd3e74ca28b4781da750facc5\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f03a192bcda4f928ac44b5a7e2b6373\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d0904849ee34970869f697afab465a0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd4ae753086a4df29ac15bcb07e722fe\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93ea0afd9d1c4eca807457b7ca3486ec\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d06a34447a74c3e87fa3d216cf17f3f\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87bc1e3007c143289f0cdaa33707b55e\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b1560f43dd94e51a1686ed739ec2a97\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05286dd9bba4404b8aeac8ae053861a2\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd4edadefdfc4b02bff2eed3d31b369c\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e23fb384c7ae44409681294e4d052f00\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efbfae5554064160b00a4fed0f0605cb\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e51f9744ee44533b6665f76d60fc83a\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ece011dfa6a74546ae67154d76f42c99\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4f5b7f22fb24feab89af39647138653\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1b478665ac64aad982dc600f035ea5e\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1fc775b9adac4b0285dc1199f25e9342\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2fd719e03924959b4049b80d83a6d5e\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\759633c914d6475e9655bec1c619dc94\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b00334100384463998c6831812625ca5\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8a8aa5e55104d8a80bfcb7365284283\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d90135d00e3347d4b93ccb13957dcef7\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\351af104472c45588da2899cc674e335\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ceb878428ad4cf69b91d18edcf52a6d\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\120c720960aa4d8cbdbcce71ef0d8bd2\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4050bad19aad4a0c9888da0e824e07a6\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4133fc13a38d434b9eadce72d8fe2533\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d85facc19e1b474cbfe7c57414d9791f\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\210b8753d96e427499cbf9b831704bf4\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02a68b674d4845668724a27290540781\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d986e67ca0741029afb0e94a451dfff\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d043ebdb9b384ec5980dc599666383fa\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4aca071dcdd148dcb8691c8742c3b585\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe4e5ed7bb46415fb6b89494796ebbe9\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58b7c4859d9d4cf1a24549182d901750\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf5fe8045763450987eed5f75c1bbaf2\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a44c1d4a354e4f1a8d6c85838ebf9905\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b606766c9baf478c9fd125e92c1fd122\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\357860e5ade64cf288c82b9bd7da97d3\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afaebaa8b6d944e3a19d83a8304af5da\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8c24f36c15f4100becfc0eaed3fbfda\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4970f65b01d3454fb14d835ac72ea737\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac13d154d5354a36a09239661853f363\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dad54943416f43b88e143860f5d51a64\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8861b0e7e68c4f33a1795c9c99d6735f\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c22fdca06dd74bea8973e64645b3d52a\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf8cd59eca2d4cbd8cbb983cfca39696\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79c11232b2b246d89d16cbae9cb52190\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b5340b23437e4c4bb2e3c36500ff43b0\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\548df3615881427fa1a07e678e8add5a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7aa4a99a293b46e0a2c3878d0b442916\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5ab0ea6da2c4d18a64cbe15e8752fed\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d435340daedf4db18a86ba1d0fdefb6b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\314a0da8b16646239745796f2c0d62e1\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6ff064768ab4d75b1cab455a50fbfe6\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\615f32bf2eae4e6e806269b68efc3b27\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2479f43ae2ec4d66ae57b2afad0345c1\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\beedd75b419e47cdb7998c5da212fa88\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ff315ec23084ea09674f889e019dfa1\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5cd061f899b247d4a6f838ab2050ce23\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b66dec53dea4bcca10caf11ad372ce5\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\031f77ee137b4cd0ac235682130394f7\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19e957ab7603466d97fc1f118aec8edc\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\126cf92ab15041f3ab03a07a6e3b0755\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa6ffce1eeab494394ddb3a6b283bf8b\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba8ae2c9e9fa4472b7dcf2ebc95d4bc7\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b8344a35e4a4fd19c8db16564d311ee\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4456897a30934d8fae30d9df76d1d987\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0324729dcab44a1b2752507cdf0a437\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d73aa52e61c647e1896642f0ec53505c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67cad0515e254b5f9d39187f6284482b\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6eb0147d7c148d8aee3c60e51144bf2\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62fd17e9a7104419a0926154843a7ef9\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\479f0ad598a04c90925ebe5c612c7916\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\032b6cfa291e4e0ab19de82e22a80c21\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b18ee1e1e89048138aa7ffb7901ab069\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4bc1acf88de40a4890e8689818e9349\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3bb7336293c34efa8796bbaaa0fb661e\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\feb3e36ebdd144729d04294db0ff71e4\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6487979febcc40c09fe46e11faca65ad\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\849c391207a34b37894469c0b1dfaf2f\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6330821d5fe74d008bba2444abe99d8d\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60122eec88a04a81b36b768e278bbe6e\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb74cfd5353344be857a763124e7d23a\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4527de4c0d334f27b666a1ab05193ea0\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9584016694c4a218eee154ffeb63d08\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78ef333c9eca41f0ada1c11d7ddf813f\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6099b97fad5c430b8110c93995d6ac2e\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae0c2d0786a1476c94ffcebfaf113489\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f016ceee60f4b67aed1b4dd7e93477e\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6be4bde1b83c49dc898ec6e22121b6ea\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5025741bd9b34ed98eec75e98633a2b0\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0fb1806e4c0471681d8b27750a0cd3e\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c23c73744ada494a8ff3b3ea2729416d\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64aa48c2a74d4ee08d13da241cf2d7e7\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e59a8650da1641f59d7313abfc7bab6a\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b66e37f7ec749b094b8fdd29c4d7b40\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b82f2cf67b64b3f999d71eb70cea7ff\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\756000271ad84b4493ff270c152740d7\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4cce95f5eae4da2b158f717aeca94a9\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92c698a149c747a4a08931b9b359a8ff\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27a9eae28aaa4a0b825dfde1608fc474\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e7593a6644843f984475a8ed3786a63\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3d4ed79e21f43a582e2271b94340ad7\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ecd6be503e74acb9da964ed17df2216\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0539b844b88a489ea221345bc7920d0f\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74df50d7b6b34cfe9101587535096ea3\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\faac58a6388642b1b14dee6d029b0f2a\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b945d573f3fa4ff08774256fba00d9be\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dca637f03f7f4ed9af0771fa1e572754\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5599fbcacf0544c5bfe839a6828fe7d3\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63895cfaa2444fe582b5b3d8c5af6d42\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03402ac35a254eb4a50d429f1f4a0da7\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e695367bb681471d9faf5d38dc42d03e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4bb6e94606c454297e73d30cf01474b\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16d085272cd2478d899ec289e35c083d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44079f03334f42fea2ce75928d71c132\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\632d54b74c28471d8b899c7ed045d407\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df733f5ceb88401b83cdee0e9ccc9876\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\20a2c4759a3f4c2ab5e2609b42fe3921\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf06506795e24793826c7a35f8a66102\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f00604e84b1649c79e50d5c9ee181eac\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfc41e39796b4a9eb167b0f93874be3c\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3180b56607d477c8c9a64b671d9c07c\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9d92c1a85474f289eb2e65d1a6e8c28\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28d68a91e464440f997b507c1f53055b\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7dda151b41774e28bd924db55fc2052f\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e9d445ae16d41a59455d56f5bf756e6\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3dd440dc37d9460e95e4be274160cb43\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62610e2bf713406aae3dd8a9783d54ab\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0d2e89486d6432490c93a9dd4a4f0e5\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3402e3b2c9243cfacce9ddde8b76cd0\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86177c836a104b35a6575c03554d47df\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c61ad427dad43369db392cf515f6133\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1a19d8d5c1346b29177b245422449f5\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac5329f6499548e996b210a58b2d0d5c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\188a573fab764de4b2a94a2d88457ed6\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03bf24e296fc4df0a66a3147b24e4408\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ba1ffc36b0d4b929eec0ac80cfd36cf\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4158d57b10264b43aab92d7a667063f5\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12f646bf1038477691d8ad898370b87e\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2cc8ee4957a428a8a22744632bfa7c4\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6df680956d494276ae4491e25f4353cc\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bd3af5288e0453e85c85eefac5a351c\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb4b8db1f584c698fdc10f6bff79175\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9934e5fcd43c4d63a77da7a2f3e4ccce\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ad6e94350a44aa4a2c334fc98a3e54c\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\598b306bfe5d4484ad21f9b3a0b499b0\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a8485bebdee4e8ba67f7b891c90f3be\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b210550696024f6c9dc5a735b9ab0392\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b02bdc22d704f7fad634c347d82aa97\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c4807c544c541558d9a8df8f56559df\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8192c0c11d2a498b8603d5f021da7341\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d85e4cfa94bf4ecfba40b3d0d441f0ee\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de1ae484d61f4872bf90f92223cb7d84\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f7ac766d02c437aad05aa38bbd30820\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2167abeb13aa4b6ea3f4116c4d9bc03f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b70c44060994dd2a4bbd508a649e16a\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0789b5ab29714777ad6642d84120e844\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b162731f716740bc95087c339be7d24f\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\028dbaaafddc4ad3a34e1990e447f57c\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fc62159e6f44f3c875c896a66596dcd\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e9543c3be9a4bfb970443e25e1cac06\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d56ce07ee8a489aa9df80e561bf5c81\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e8190434d59457e903dd8b0dc325dba\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4924222db6b4d3aac1e4a3e918e2236\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce77820a677f4fe9a034ddee2197da99\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd86407fb10f4fbcaa59b4f0184bb036\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2d93910ead04e7e83a82f53d35f0706\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aaafbac9e85040d18f963af6b15773be\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca6cec54a7254ef39391b6494dafca86\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c032d82574f9472483ca5609b0688455\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8efe1f3c388d40b7a00d85bce03a1f2d\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\873c275f416c42a5b847f9aed6de5371\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f999b94a3f54e4abda23c9cfbeec934\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdf80629bbae40adac7ddf5131ed405d\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\960ca4bf44b34f6689404cc879847abf\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32c22c3ac70a4aa69cc469957e27c50d\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5581cb9625c94c82b27ac5dc47b0301f\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a607bdfdd0e0410eb39def07e29584dd\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a3a5b6070214aeba75cf802457a1a5b\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71123da003fe4b62937dd6668919fed5\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50f59351d9f842f89b5f16e3eabeb0dc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfe458d7c0f7441ba1e74acca4a338ff\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aedfdf2133bd4888953bab41e7be161b\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba74ab101ce64c7eb39092623b6f84de\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\878a98588c7a4cbfa0c874c749f943b8\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a56783af4c454a34b1854050d6a50dd1\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a11e4e9091f24585848de0cf6d283481\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1782dd13dd04444abda9fad83ac1b7c\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee09d25aeca94eb0a499e069b411bd11\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\954aa7b1e9eb403d861f66fa8bc57dd7\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5ddcfbe02184670a7c159ff425e6654\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e82d0c9216d44df977b00e54a596fbd\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed30ed96447147d1b1c5d3f81044d2b8\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c014475bcd34b3db83eb25c94ca5b15\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edbb2b4579d54bf1a96cd0549314c704\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fa01261348349479872fb5bb41ee3b3\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3227e178b5d41b68a92f8e81c0c688e\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f353177d847d4d9184e5a2a0f9d6f059\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\081f7a5553f64ad384d17949d5516c1e\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97c8b53d865048cd914d804f0438ab7f\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6116ffe061a4204ac6dbb87d4e5b68a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f59f79a3ed6a445a9bc14f06fd83043e\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\339738c449ab4e6fb782d318253dcbbd\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6df42fc614c4cd4b61bd442199ffe3f\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f826225e8ff046a6b90942afa8782bbb\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\191d73b22c6d4986a49088e236971b27\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc7559d4d12741db91b42f60d4afb718\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60cb8aaaef5442df939684b9336edb58\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25267bab71624068a70612c35bbaa970\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c766cf724cf485483d83919e96e6b9d\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01be81777abd4f899eec3782a6bcdf4a\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\042e714d3b4e4ff58a81e8de1c46508f\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fca097d9739a459286586fce55dd38ec\WindowsBase.dll"/>
</ItemGroup>
</Project>
|