|
<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>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25327.102\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<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="IHttpSysRequestPropertyFeature.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="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\DefaultMemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.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\PinnedBlockMemoryPoolMetrics.cs" Link="src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPoolMetrics.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\694c2e17ad714c47b5704ae41ec1a0f3\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\424a545a95d94f099140d907c6da28ff\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64d99521becc42bbace1b3895fb4fe68\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\584ad4eb54c643078138379794e7b24b\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\264aebf104944d6aac1bffd179f044ca\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a8824e2507642d08a8832f62594d402\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8629f5305f594906a7f5e37f7f427c01\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed130e8be02749a09626ec996053f65e\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c461a32242174cacac6bdaefe9a68e84\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71fc5f0ebc0a44dfbe19b61a209f63e2\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7562f85256eb47bf9800167ff3f04034\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5db95780692b4b188765109604b4e545\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62d2f5c09a954345a4e5c772b14f7072\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\086f9edfde0947dd80f1c3fd2202f166\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57c2859865a04636a003219090912085\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81b61f3c4e39474883b52020f1840ca2\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10d124bd1fd64ad0bd90f0685ab7d8d9\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f39a7e845d1a450784d7987a1cf6a750\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6febe30849847f4b1c3cc0c2ffff83c\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\796fad7fc7d84e57a7a1a9e400872719\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31fc5c8835434af79b7ab486bfca240f\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd0af1ec86b145c7bcbb154186116b67\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0f0116c2bf441edb1a7049d4aadd53e\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad283109e6c648a2be198cd068a5bd5e\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30065a73ec5742e7a101e93d343969c5\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\567fc0d4d42f4668bc2984bd6f5cffb5\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ebe384a191f4e44b699e4861c71594f\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5719dbae36a74ada9610264108dce129\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\adad42ec165e446a9535bb561c4f6b74\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62aed794496a41dbaec69c37fcf21dac\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1eefcd3b01ab4121809feba855fe1066\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10967ec09cb6449c82f7bcf1fca4b5e2\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e90516723cf74a4499579c8a4e762e5a\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5729efd6bb5e41218d4e3bb10d935ba9\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07a220dac474427d8b62cb522bea8b54\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e726a4eb4bb244d19f0e8c39e447efbc\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c214dfb6ba66419fa29cfd1f9280f6b2\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\516f64387719477783592f77f50e2212\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\745f4906565a48f5b5ce42508e132aa7\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afa8ca9ce7684876a0d7b07dad4995e7\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3430da94a1a4e4984579bc24e11c953\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee00ce32319249ca848b03acfb7985b1\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\423fc1c5a4514aaa860f8052f7c62a6b\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db44a5e0aaa54729b006d7fc7837f2a9\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd026743099141e0820c523adc526dfe\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7cfd9d2eed044112a6fe99997491a365\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e2f09783d884eefbe899eb10c14264f\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed68397d88a143b393edad4fa005458f\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\842c87e203204496bc3963ef8481122c\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2109bc14dde4577a3de0a744293a3cf\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0965b29d7f3b4f339b777df7a1fa40fc\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd0f35bc73de47a1852713519234896f\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5430017fa5394dbe94b43c6600a9a6aa\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63e6a8e82d8d45f0a2a3f22799251d84\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f7be6570ab645c799b043318ec7e1a7\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7265ed2d39f40d99f9ff8adaa26039f\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\157ace93ccbb470a91563cc590d3661c\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5418695aa1ba480ebf3b541c0142971e\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d15d700cd1c24fe2804515a1dfb63473\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50bbc4970195488bbc171cea0670f39f\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b63a983842b4a09934f8b03b80c3b2a\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f98742e864864fffa88a18c819af69cb\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0ab580bd60f48618046d6291c8fa56e\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\384080e70c424d79b2b51ff0f58b8b4b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\323b1db48c6a4fb89a32e75851c9d5b2\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d01ad8f8e7c4ad0ac43cc1dadb88eaa\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dea8bff7f84946ce8cba3cf5afb2e797\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3dfe68e76874353bf06e270bdc765d8\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c6637b23c6b47d2967ec8bb4870bd41\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6282d2ae6de44c0786d9172158a0f6f8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a17a02f1abcd4e1f926836934313f9ac\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f13bbb5408fb41fa8a3d8ea6bb1bcfff\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fda3d4865004ed288cac550a53fabe4\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\139bdf7d30004befb9eed51985ec89bc\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08bbc639639a4195a5d6fffe9b650f83\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e540193ec2e64a16a489a319dbab8772\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e7727a64d6346b3b4a9cca04eef8a5c\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcf7c391c75644cda97cb0ead8dbb14f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a10e7e4794e4a57863588022356f05a\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\825b5fdf10a74bdeaecd9e4e04a34a03\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e09f7e36d418442b83fb69219d667e71\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6903da9321e4fbca8bafd61e198b8e8\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41460b5661a44278be69191b6d7d693d\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d7e273329ee4b1382d230707bab50d5\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\475b652ddd30426db910ab43208a72ff\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\607ec157de0e4c07a979472e8ce82bcc\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\868aa4f9c05f44409d1eda7871973ade\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00fcfab5a7c14d309014c0db65c651c1\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00ad7181206d4cccacf0cb3e92011b20\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f8b0836f0ce48a59324ce065666d7f6\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e29130c866741c48da328543beb4bb4\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1842176239ab41eca4306b7ac233209c\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\570e502be15e45a5acf26411efbebc4d\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4eeea212689348efbf80422cac16bdbe\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03d67ba551054e8fa3cbc7fa5944cc7d\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b1f4a306bcf4f51b63e51033a581c5c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f1742cc478d4446ad1af30453c49b0b\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09a90802bb1e4064a7cdf60264692a22\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2e75aa5fb1c43e0b866b3d747f72456\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfa20d1a87ee48bd84555351d858dcc2\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfdb758943de4d0fab04fe14bdd76763\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b67d36d6126140e099027010adb32e66\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fa6280f035a487d893670f2bc40664d\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a5fa63568e648858c5bf0ac132076c0\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\896cb907c38c4b92b91ebe2d6e18c79e\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c6e538669a3406ea69694c72d1e981d\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5bf8821b09944a969a96f1bd09182e67\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10b400e874f84bd3b355afc42ff2fa7d\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db500c2d55f0434c81674fa7ddf4dccb\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07e76fc12cbe45c6a06adcd5b1a98169\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96e4990346c449c4b21cc246a00bc53e\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1dd94db7146f4e34a1f3f8bc8d4a16e2\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7be75b0521224b78a3ba26dc5c0f101d\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\655dcbec83144c3da3f47cc54991e74f\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d6300990caf4c3baf078a1cd636328a\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37d1ba301a464c8b902c4ce21327c2d4\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d98a473129c94214873b471cb0ea6016\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4a8c2a1241e4b78a5387f438d150375\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04566a10c8e3446aafedb367dd949b95\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f37e1dc63a1b4d7181cf9cfffd7f932d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3eae9a34df3c4aa4977ad139fad1feca\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25abdfa2091e48469a05b1c22c51de19\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1545aa5bb797448081dc0457070a9183\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1879363b90b740a98e229d6b81705795\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\281286378e4d430b86937e86858f78b3\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d604ff49ee1042e081e5984f3d5d5019\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\954eae632f1f4fcf9c9da82352b9a60d\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b877549eab6d40f796c3f03e0b4afc99\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b462ad27a6004ce6820f47694bc1359c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f6a474ce1c743ccb1c648d623d3d793\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c64dbf0a7d0a47e894bc6c8f32c38936\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc808b609f2b49f59483726f2293228a\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95d9047de983427a8ca9c659f8689e27\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2f5ffdb6c2a411ba590a9e8f751dd1a\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9a01f406c8341a7ab1e9abe4f4c57f6\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67a7106a9ba04e6f86d916d12cca9676\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38a4257585df4f889c10ada10e6663bc\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0309bd12b8e9407a965255705bd1c694\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\965b94b5ce9948f89a1b3d9d1a66ddfc\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62ab15f4e9b04c328e2d9158862daced\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ac9439f59154ce7a72079d45a41725c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b88dbabe23bf471984f790c3042ec186\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\174e87a898a34a1988415408e5c31d6e\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\daf01481fa5d4b35bc38c5cee6b36570\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e215623b8de412b8b62aacee0ea4eb0\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34d5169b0e2f46eba9acb69ab101b858\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e147558d2f1d44cc8729680abd4face7\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4bb3289e0c54bddaf032cf009d37e9a\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46a03e0f88174b82b8e2502a86592fc0\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3236cb7bef94abea93c341f4ce37379\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cec87cc3aaf4a1f94db78b99c15fbff\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f7cca80b9e84624a26fde3066953215\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9a9b23a410f4f13982b107ac5b55810\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d91e446a3828430aa43d8a0673a45275\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\108404162e734253b85a13b99ddacd3f\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3b11111da8649b58a5ec61717a79d54\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a50d8e9d49f34fafb1d3357d3ea45dc8\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d9106d449394d69ba667cf622c2693d\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd831795fb1d40df86bc890decb5280d\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46e4cada684a46e3b0c284b12d22a7ff\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c7ddf2fb9e941bf984bb70c6075fcd1\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad26d79e4b134089bae85939c39b74f6\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0ca813a26184f28bc4ecc3f4eb66843\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\228d4821e2b94c05ba91e4413d4ee328\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce8bca19108149ea8e943194a4770375\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd72c79318954e30a7211614930dc240\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ed3c40cd16e4d7c9c6b815354daddd1\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59b85900f9ae448e9591d08ee5d13917\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\737812aa8b434db1949da66593a42c60\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e191eba4a8445d4be9137a1f3f9ec7c\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1912e986525649788551be32ca084196\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd1683931dd848e3880ab06a8fdf9b3d\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28b49052bd82483281121f76f1f2b44d\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6515847c58114bfeb3d28188068491b4\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef0ee2aff67940e49086cf9460ab8513\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e37c95878bef46b49220d0fd731354b7\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39a4b727b05d4554a0ac563d91c43127\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d3f1be945d042fa8188cacd01021019\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e5b8a0060c948ddbf58364eac8c2e0e\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a26a0da5446c430ebeba420757ac6100\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e8afbaa6f664976bdbe5c08e9336062\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\802d18f9b78244988caf3a21b843ad0f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f92ca75edca464686d3845e25cc1ffd\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fca886e8fc54235b7fee04a4009a65d\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a335a9206ced44bab28b6bbb668cc0f1\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a1e0f686ffd42ecb25ee24c1eebd2e0\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\335fb898c7e54c38868339d357aca80c\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69bc9febc007492389af3c54eff263fe\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5b8ee4899dd4041939ce82a82373042\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bd8f97215c7466fb70311ab3864b92b\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbc0e72797d84b8ba554ec86b5e61259\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44b24624c64a4ebeb54388820bd9b886\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6fc71bf614f43faa599c15f73fc1e8f\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1511ddae2bcb400aa22aa2f6ab1ad2e5\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4104b35e282476f92d62ad31b691098\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9dc4fe9af364462280c3295be54f0b06\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2826cca3bfb458cba34463122dcab16\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55899dcd31f54a9b954e9540e0fb049f\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acf2f3843f0f477d95674fabb55f0efd\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ada97a0e00c64c9e951b7c28774dd04f\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c495b0dbe2ad45dd85d45e7d36b663c2\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\642bf21471e2433988dc432f99fc5151\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3edcd2c60b1f44d3abefe7fa337a534e\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c962681feafc4565afc0d0d78c214ff7\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca63c7a706eb4396a890a9fe5f7a7f17\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80867dacf70b466d80deb1560dd21bba\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9e6cae249a6448aa321d1d02251c413\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b50cc87587b402aa7bd262635d3652a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f2e731fa8e14c55ba9858ad67420696\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39816e384ba74d17952a1eb60caa70f2\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5e045288b2147778a9b28f0b64c66d7\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74e6f8c57cfc48c8b73b788b5d86f83a\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9019ebddb89546ff8cbf98879f9fa8bc\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77ef69804868467db74222a0e845ab1b\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26079dbb950341639727bbf4976c6382\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0f65c14f37b4cd29e2b930081aa44c4\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0319af1ddc5c41bc9b38605857870463\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7cdbf020a604b70b1aac2237daa224e\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\037cf29cb5674b25a03a6c3146c2c504\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a0f3563e6d64da8928a16f88c8b95ac\WindowsBase.dll"/>
</ItemGroup>
</Project>
|