|
<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>Microsoft.AspNetCore.Server.HttpSys</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25515.110\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\SecPkgContext_CipherInfo.cs" Link="src\Shared\HttpSys\NativeInterop\SecPkgContext_CipherInfo.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\MemoryPoolMetrics.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.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\74a518e5fca04bc09d6c3769232a550e\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23a47527920248ca970a204e7e45e98d\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5cc2879a6514cf68d2dc983cbf75f59\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9da301c394d746ff8b837f5501613bba\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c40c938f79e4b49907c61d0232238c6\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e0d60aa69d41efbe20ee11143623a1\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\557037fe493b45349fb117a641264f91\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54e8eff5919b4dfeb8d0605fed0cc912\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8acb781a8eab4476a93d1ccfe2f1502e\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efdfa1b8a84348eab350172371f8de78\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a6cc57b4f874254a9c795283e87003e\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65f7094372a0430d82343f4b6fc04249\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed81bdc5c3f34bde9cd38a97c34396e5\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14d4bb0e5eba4f15bc79088e572b49a0\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c893600bef7b4f2993aee886b1ef4058\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7f1167f30e34e88b8b516642b3d8d18\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\138336be510a41b69fc2a109f478b8b8\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\356c801deb8a4eb2bcead3b5da2f9c39\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29341262f5594b579cb167a445fbbc59\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33503fa8bb914b7db808c72509467c45\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afa0dd67648f433fbb7faa3f9102f136\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55363f47546e4d2c951d4f311019db3b\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb6e825733a54ccfabf55d0725ce64a9\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1843b089e5fb49ad9835567548daed36\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ae5f6de2c6b4f979fc62d7cf4dfa4d0\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\320242ffc3924d45943ca6849490294e\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7187423666f443c2a05b623ec57412a7\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79b6b4eb23a34ac98322c4cce8191ada\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0e1cd5819e14cab978fec2a21d74120\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2d70a04187f4502bb95a2dca6f12f7b\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\132ffc5c776049c69d99fa1b1c83f475\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4570d998815449f99b08a157079ee666\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f21626ea8d4440c189a0a6f8453f188f\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\521dd33bf10d498e9cfbcac9944a8f4f\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a77277ba2dc848a58027b90f81ab0ba1\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77bcaa03402940faae6304aaa0992d3a\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaaf9f1448a94d84ab5e66f246413306\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b21c710b26ac4ff599753167d6a9836a\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a231dc6eb38148e59bd7e253167192e9\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8de9d310d664cffa03fa2221ba9aff2\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07f9a294352943569ed70f29cd8bb2ac\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f68ed6a4752433f8382887cca7ee231\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74516a7410bc4c5a88d4f0addda7fa55\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03328d709d5d4c2f812d701f15a17889\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87a05dfedfe644bc805b08f7d5256979\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbd4e236bc5d48678dc7dd61375c2b8d\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a5e3675c6fb49c29dd7bd6893a96cb0\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c047655240ee49b5903383a2b42f4ae2\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28f55d94f37b4589896b37ef97cb750a\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee4c429cba7f42319d520a31a78ee851\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1257e38d6dc24bc4a9290acb1776a642\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98c7682dc512466d8dfd65936483450d\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4621b5b38be84d34a82b98247d9509e3\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\473c5efc8b17492ca4790320a8af423b\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\109890807d7c414891c6d51733c9b2b9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0fb0e79d33194e9b99e43db09f7a43f4\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\844f92fbe723474bbed33c874eb5962e\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff0c6789ed9b41e196a918190b13dc92\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c63fc4ac5de34df5899ace9e14ba867e\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01f0e0959b894cdf80e679b188efd545\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\127a77d5d0134ef19624d566975bd779\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\518a3f3e82e4417982541ce6732ffc4b\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa7bb4fe8e3b4cb7be0d4fc35c3ff19d\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b215519c5a3441e4aabdd625a10430ef\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b23ddf43f0241888c981cd235093c1b\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6d20bb9064544529e83c9afd227f867\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\805bd34955ac4844bf4d32e28f31f1fd\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b5686a8f17314b9db1cabaf0148ed564\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41a15377e1eb4d44b99ef4016220fe42\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90d5442b3a5d44e5800c3cd9f402a3ac\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2448b1255594d7bb0286e009a941053\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77ec53328ff74e6c90d5f993ac2858c8\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75aa9c92cdcb46c68694f142bcb0fe70\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62dca17f3a284f6a8274ab525ed5e98b\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb592c83bd374213b02a7d741ae7c0fa\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d0ade3557194119960495337dece3fe\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06fd959504d44a72a4ba1a6b91aafd88\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ccd16a46d4144e1b7278307d8298dda\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b83310ce211940019371460875e226d4\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa0b4fc0e60348bc9e660565a969068c\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86681caaa4cc43cd812cdc4b39e09e7b\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31eae2bd8e5a4947955dac99f3d35881\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f3416a517094420befce911bf95c158\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38b36ed3cdeb495fa4fcdbd4a8b55ff4\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7cf22540125d4545a90dd5336148232b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee84b5254ce14816a32ec1a222ed680a\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\457fce4ae4af4b2a9628726c16204db4\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54aec012a768456cb07ec421f6787c8b\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2817392693b4a648731f88f28b4235f\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\176d3c2ea9b14fd586e8caef4b94464c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ac1d1b59bbb4d93a0a2920fdac1e745\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34f6d6b4ff2f493698291e53234d5854\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1953ea0686fd477ba8c57a847caeac06\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\584e2dfea1b349d7b95cfa25b32965d0\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eba34e27d312413f99b105417f14275f\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f33770ba9e014b60bd0f0ab37f1849fc\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d443c84c873491b8b6ce1d05620a5e1\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bf290d8703f4d1ebca21a930ae540eb\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5dedfa894d24b2e9df78c5cab33f5d8\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64fd2e34557b4f9f9aab5e68a70165d1\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4b98ba6af2149b6ac7fe1eabfdb2e65\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4207ef0aaa5e47b88edf05f38cacc2ec\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4783123140d44f449c7615b033c054a3\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a45f6284d936495888a89b0447bb2372\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a6e54db491b49d9859e7119268cfc3b\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cadbc6606f1342c0bbeb9a4574148d8d\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\919f35f843384806bd12c0f6ff25328d\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d913fe74489946a6a76be95f8163425f\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a7f809f0c164e5a8e78f19399508475\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9aff9cdd9974f7ea129adb59bb478d0\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91da078e2be84b35ae32a30323750add\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\404be701661a4523aa3c817c2e20a0e4\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f7071bafdb24701989e59e6e43e8e60\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de5a99c61c2a4de69525054c497a742c\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7cbbf9612464997ab284fb7720faf7c\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00414d142ee8474bac1e8a5871fab9a3\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d0cda945b224d8f92b4a9e9f28e7ba6\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc58ae21909b49b48e449099435d30e6\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ad9f53171414f138f8db750eb18629f\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e0dd48b33a3470083f92a9bcadb305b\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f92409c6aa2e4f92af2346f74fce1160\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69f583520e5840a298b0d0defc4de6b1\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef9c5fba9f4b49f7961cc1799c54b89b\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc642ff5267945d79aaf610646211780\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cde97a6b0f1841968d75d186fcf8c7a3\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0031c6fa9584edf800e12f77ce61fc0\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2111609475a405eb379b47de9615ef7\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6f680c3d6cc491ca7bc78c8bb6833f9\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3420c045e954dd7bd00774ca469f5bf\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38eff6323d39496887e56755a6766e40\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6f728e7a9374d8fa578ddeb81c87f0c\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8e3dedb5e7418b9d6decaf8c6d76ea\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dec30d484bd471fae5f551187e37dba\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9fd0f438e8c43f8bd154f8c98888853\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f87f03d9dc34dfd82ea844501045d9d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5873dc0ba4545608434b33f82f1847c\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b84c824e43a45b7a0f0764c8d782691\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\372014daaee94ccbabfc13bb022901b0\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6818601623994d249653d9d23b20d779\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60c04c579468458cafeddef279fd1526\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2111f95ad3343e79ebe83001129475c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a06873298718409ba50653bd9faa9292\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a1b94079228441fa2c5a363feaba8b2\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42e7879165ab401288828933437396f2\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5beb607692f14175b90d75e0a528b3f2\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19c5d4d1ec834bc4b885d8883d483cd1\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a77f5df4762f41a083120cc1e6c56155\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\159a0b812da0416185f9d0916318972e\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07c254e217364d6bb6eb25c662395772\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\630bd4744e1145eebb19a4881e188a64\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3a70c81fdcd4245829823de24b80ef5\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efe64aee73e047058e9d299106031f2d\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ed329ea9e27477ca68ec184a4497ec6\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ebb3ab46627f4a1fa8efaff1b27338fe\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc032205901241e0bf53da317a5238f6\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2805538fc22946ceb6192062e080616c\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95d7d055549b475cb46a765740905c15\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b766cb7fa16492ead8a62dfdf9201a3\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94b77cbbf42f4b8bb987adb1ad112a58\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3885228b188042ca9a3b0d85894f2f5b\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef335af66bce4e47b763e626688fedb4\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8aa34370024b3798468e256927fc25\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82e829422d164d6ba5d8a1f3d4ce3163\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e58357e6aeae4b388f8323a72202957e\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52ac3763fd114780857fc82fa61302c3\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26f1f6e1b7f94bdb8a38e04627155bf7\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\176b76b8c4704f79b1e95304bfd8deb8\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c98fcd17e47d4402a9f92e85ecd40c36\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bff749e1443649749dc6408cd9c34d20\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3b9d8f3f92c468983514f1f5db045a3\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8312139c3814a1893a5a78a5bbdd9df\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31a6b5d3c24a4f88913e3aee6ae54ffa\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4381e3f5b8864b7ba0848dc8ee515a36\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0cf4b4ee5eea47418c63c633dd354511\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27490ca3d9484ca09ac939efc8b853cc\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3645a0c9209a45d786f5fc27dc639b7b\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be2b358a569743b28e5d3b58b16444ff\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e13909c3eed4e64b47a64d772828348\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1325edbf6d24ee0a0739d62e7cea252\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db66667141c9483dbab86b335c1d309b\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cda082fc025e4dcc9ce5237e71e4454c\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df844f3f79414b6988c158cf07ea219a\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6157f824aa024ebe9d2ca5b66c04c9f7\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3758c7f512fe4ef0a36aecaac91e8ade\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aac6f86259884e5eabcc241e0e3b814e\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df8d4cb7e8914d4ab7a830b01093b747\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e90f17b846f40eb8bd6c5a6b62485fe\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f640a40125b4ecc9f4bb73ea3b8c3bd\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7438c680fa874ecfb59fb9943af329d2\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\899c6f1dd6754e3fa6046a83558dec2d\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f475b7a152484173a002b2458c21a962\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fcbbe3f312048fdaca7cceb018087b1\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ffd7438d69d4b74bbb8b19589a6c179\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e6557e39d62420582357953a5cff2db\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\243ea2c3e96c48829277adb5dbb9aa95\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d726e2e6b8f47f6ba60e32424d5953d\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\273e584b086b4deabac95f72752d0bd1\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4c8303c2c94442c87757e7b5914b033\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1acf40fba754fea968aeb0c78097a41\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3ad740c99bd4770a597c103abb6f469\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94604c018ca14ed6a81cbdcd887f9ebe\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c97f1ca3c95e4c389fad048eea03a749\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\017141366e84452b869e9714dd33fc36\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b76b8b2fbe334512877d80f345bad20c\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e150af6b8b174f1a9ab2f63b2f807283\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0122049c4109404cb1a1999a0775d9a9\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4146b6f4496145398233f2c338e8519b\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2cbabecb966b44439aab536fbed60e53\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2dac07939e64c48935144e4f0edf0e0\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0eb7f8e312447e2a757700a25a43115\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41a5611082694ae2873a753464d1c2a3\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dea591763fe44478b97f13c8454db449\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b86c3e8651cf4f8f80c2013611fed198\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c99c3a00f8c04abdb3d0fb7c9aefd6c3\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c69c6333f3f448fbfff681fce4c6d92\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85754932cbef4e92b63b32d3e179acf0\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\537abb467b0a406e834765c7c80157c3\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e92e807e6264f04a275a611c58d046a\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94b48c66bbef4d078a6ff88ed022228b\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47d1a7b02f584ca1aee8ae548fafc588\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d786bc5202d1493cb77c210286ed1656\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
<Compile Include="..\..\..\..\..\_external\2\Windows.Win32.ACL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\3\Windows.Win32.ADDRESS_FAMILY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\4\Windows.Win32.BOOL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\5\Windows.Win32.BOOLEAN.g.cs"/>
<Compile Include="..\..\..\..\..\_external\6\Windows.Win32.byte.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\7\Windows.Win32.CHAR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\8\Windows.Win32.char.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\9\Windows.Win32.CsWin32Stamp.g.cs"/>
<Compile Include="..\..\..\..\..\_external\10\Windows.Win32.HANDLE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\11\Windows.Win32.HLOCAL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\12\Windows.Win32.HRESULT.g.cs"/>
<Compile Include="..\..\..\..\..\_external\13\Windows.Win32.HTTPAPI_VERSION.g.cs"/>
<Compile Include="..\..\..\..\..\_external\14\Windows.Win32.HTTP_AUTH_STATUS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\15\Windows.Win32.HTTP_BINDING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\16\Windows.Win32.HTTP_BYTE_RANGE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\17\Windows.Win32.HTTP_CACHE_POLICY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\18\Windows.Win32.HTTP_CACHE_POLICY_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\19\Windows.Win32.HTTP_CONNECTION_LIMIT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\20\Windows.Win32.HTTP_COOKED_URL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\21\Windows.Win32.HTTP_DATA_CHUNK.g.cs"/>
<Compile Include="..\..\..\..\..\_external\22\Windows.Win32.HTTP_DATA_CHUNK_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\23\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\24\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\25\Windows.Win32.HTTP_FEATURE_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\26\Windows.Win32.HTTP_HEADER_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\27\Windows.Win32.HTTP_INITIALIZE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\28\Windows.Win32.HTTP_KNOWN_HEADER.g.cs"/>
<Compile Include="..\..\..\..\..\_external\29\Windows.Win32.HTTP_KNOWN_HEADER.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\30\Windows.Win32.HTTP_LOG_DATA.g.cs"/>
<Compile Include="..\..\..\..\..\_external\31\Windows.Win32.HTTP_LOG_DATA_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\32\Windows.Win32.HTTP_MULTIPLE_KNOWN_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\33\Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\34\Windows.Win32.HTTP_QOS_SETTING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\35\Windows.Win32.HTTP_QOS_SETTING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\36\Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\37\Windows.Win32.HTTP_REQUEST_AUTH_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\38\Windows.Win32.HTTP_REQUEST_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\39\Windows.Win32.HTTP_REQUEST_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\40\Windows.Win32.HTTP_REQUEST_INFO_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\41\Windows.Win32.HTTP_REQUEST_PROPERTY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\42\Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs"/>
<Compile Include="..\..\..\..\..\_external\43\Windows.Win32.HTTP_REQUEST_PROPERTY_STREAM_ERROR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\44\Windows.Win32.HTTP_REQUEST_V1.g.cs"/>
<Compile Include="..\..\..\..\..\_external\45\Windows.Win32.HTTP_REQUEST_V2.g.cs"/>
<Compile Include="..\..\..\..\..\_external\46\Windows.Win32.HTTP_RESPONSE_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\47\Windows.Win32.HTTP_RESPONSE_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\48\Windows.Win32.HTTP_RESPONSE_INFO_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\49\Windows.Win32.HTTP_RESPONSE_V1.g.cs"/>
<Compile Include="..\..\..\..\..\_external\50\Windows.Win32.HTTP_RESPONSE_V2.g.cs"/>
<Compile Include="..\..\..\..\..\_external\51\Windows.Win32.HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\52\Windows.Win32.HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\53\Windows.Win32.HTTP_SERVER_AUTHENTICATION_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\54\Windows.Win32.HTTP_SERVER_PROPERTY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\55\Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\56\Windows.Win32.HTTP_SSL_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\57\Windows.Win32.HTTP_SSL_PROTOCOL_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\58\Windows.Win32.HTTP_TIMEOUT_LIMIT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\59\Windows.Win32.HTTP_TRANSPORT_ADDRESS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\60\Windows.Win32.HTTP_UNKNOWN_HEADER.g.cs"/>
<Compile Include="..\..\..\..\..\_external\61\Windows.Win32.HTTP_VERB.g.cs"/>
<Compile Include="..\..\..\..\..\_external\62\Windows.Win32.HTTP_VERSION.g.cs"/>
<Compile Include="..\..\..\..\..\_external\63\Windows.Win32.IN6_ADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\64\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
<Compile Include="..\..\..\..\..\_external\65\Windows.Win32.IN_ADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\66\Windows.Win32.LocalFreeSafeHandle.g.cs"/>
<Compile Include="..\..\..\..\..\_external\67\Windows.Win32.PCSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\68\Windows.Win32.PCWSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\69\Windows.Win32.PInvoke.ADVAPI32.dll.g.cs"/>
<Compile Include="..\..\..\..\..\_external\70\Windows.Win32.PInvoke.g.cs"/>
<Compile Include="..\..\..\..\..\_external\71\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs"/>
<Compile Include="..\..\..\..\..\_external\72\Windows.Win32.PInvoke.KERNEL32.dll.g.cs"/>
<Compile Include="..\..\..\..\..\_external\73\Windows.Win32.PSECURITY_DESCRIPTOR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\74\Windows.Win32.PSID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\75\Windows.Win32.PSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\76\Windows.Win32.PWSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\77\Windows.Win32.SCOPE_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\78\Windows.Win32.SECURITY_ATTRIBUTES.g.cs"/>
<Compile Include="..\..\..\..\..\_external\79\Windows.Win32.SE_OBJECT_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\80\Windows.Win32.SOCKADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\81\Windows.Win32.SOCKADDR_IN.g.cs"/>
<Compile Include="..\..\..\..\..\_external\82\Windows.Win32.SOCKADDR_IN6.g.cs"/>
<Compile Include="..\..\..\..\..\_external\83\Windows.Win32.ushort.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\84\Windows.Win32.WIN32_ERROR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\85\LibraryImports.g.cs"/>
</ItemGroup>
</Project>
|