File: Microsoft.AspNetCore.Server.HttpSys.csproj
Web Access
Project: src\src\Servers\HttpSys\src\Microsoft.AspNetCore.Server.HttpSys.csproj (Microsoft.AspNetCore.Server.HttpSys)
<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.25619.109\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\9128b8d763e2476a94957b8a292ad1f7\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e60f60ad94a34aee97ecca38accdda3a\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ab0f446ca524fe787ef26ac7a6a408a\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c2013cc17304bccb8e6db483f072300\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e366a2e4b5e4771b0e9e7cb60ecea17\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75cfb312ec2f4058b2cd4cfa06ee2b88\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5120c138f32d4f91b6505aaae40cb12d\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7247d5b210f4721a2f43ef7200e5ecc\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\006e058979744c188fe962bb26e3ee57\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8cb295ca4af4c6bb242738679e5e5db\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5359510d501b4d20b0039cf3b33b180d\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3917cd7c56c64fecbec29ecd57bc236a\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\360c98833fb24507a95c984ded1df335\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cd5f1392e114c4a8814ae17d7a0da40\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\635ceb7b96434673addd0eea315d0ec5\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc09c4d3549b4023b30f7e131a9291b7\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf46fe47cdef43e486663a6be9c701b5\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e1594b14e724760b6711e94ce4cc14b\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db6aa2a727ad4f20a33beaa2e327835d\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd1763afbff14d68a917d5e7f127e520\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da447b7eaea041a88e2a83b188be04de\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\748071a9ff3244758bbb7387dff54b43\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11a5a3b6b0b94a5a880a9b2b9eae90bf\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25c17df003994ac28563a06191b8ad2c\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a68dc5ef3fd4cfea37bc981c71fc5b2\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f7b5c85a54542608bf6e346fc044e56\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfba3668ee8f4a1ab53309670ebc4d6b\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ac7e7ee1c874b489919a682d85e75ff\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d0778db76034e46b39dc982f6650a26\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\776fc2ea59be44cf943f148c66a53513\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e55f2e35b29406a8c0bde90d622bdd8\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a9eddb4b6144bae9117ecff085c0bcb\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bece621721a34326a73d3faba4ec5c74\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5742c77347534bf8bb6cd7a70cd5f43b\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\674138c7fa384078880dbc6b3c0bdb64\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c68cd3580ffa4a2fbadc823db3e573ad\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ed592ea108c4ea493914ef02649453e\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7c1bcfc65424206b9a612730e4424a0\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28dfbbe971fa4f37ab7806c700d64006\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bd58d395a18414cb70ef4ec05b15339\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\003e247bcf1c47e8a736dc57eb9a2c68\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbc3e06f5ed9445c910618d4b07c69a7\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8eeb791fa90c45bd929ac71d7c7200d6\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4b4d9f6a71347fbab5bf91e37c69313\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a50406df8e2148648b67f41da8ad4754\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81e6854ce1144ba4bfff136f8d581400\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29fe3ec516404fb0a3e2230e9e55af62\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4945a3953d934931b9f0f6aac33d1bf8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b4724b46a5447dfa77cddd97743e912\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abaf3cf499094e85932944338bfe4fb2\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b3413027794442496a74abbafe466ee\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\070cbeb3921245c4967ab6348aeefebd\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bd218182bab4581a32353f29a027f22\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5529ad380cd417fbd17e535bae1ee2e\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c3b801dc1d440829d0ef408eaeada95\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e3c71af57dc49469ec04bc121fa241e\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21c6514c7066432c98b1566b10dcd352\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ee8ebe7f0ba47c0a49814b4c9a8d76f\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3ca807c8724401bb39cdce483161817\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ae4e454b05b4a6ca795ed2de00285b7\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e10d6cfcf4f4c3f869b4f753ab2e2c4\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0431ed54977c4a56bb0a675f6af3853d\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6ad55444a514af7a0f4bbba4b7bf39f\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a9333fecb8641ea946d183e3f776cd2\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed7b96f4f26b40a59ba02c81006465c3\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23f359c5d82d456ba7f47bca55c5f668\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1987b68eaa3a486c917850b67058632a\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53f2ae2ce6e04cdfabebf74657a67a49\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5e6fca5acd148e7ac771d1aeaf196f6\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e87be6ddeae54921b16952adbd608b04\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32d8a6014342477db30d7cc1dc927d8e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\483451b8f39743548ef8c72e71df3d20\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f362834a7d114e0b8ba4710234f536c2\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23e79be49dda4c64a2f2a37d70f21973\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99fe9755b55246b39cb8e324a2102bf7\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\392471f6e2cd453485c7531070e63bc3\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb4c926114f64662b15b67587e05c086\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c81fd58ec29f425895ade26451f6a221\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d0a5ecc357d4e1e95318142fd508d74\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45f8db2dc09479fbc0fd5cffaa16bd3\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66c3919ab64e469da55648f418429d32\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c21424854c384708b2f6cfc78d1f793d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75aa032a73c149279108793d4c87b901\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68f06160284f4853ab6f22747b69967d\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1105305bc694adb92e9c68fa1d9efaf\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be23005ec0c948eeaa3446c92a5ada33\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76badd8af39744b7bf1cd0e7aabf68ab\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8fb7922bae9478da7f0cb29fe42c424\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3730c29f920646219dc3d760fcf83964\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ddd3d24cb914d48b210e5cb6b812a6b\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fc44ca6b4834905882057fa2f376931\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f83108cf78224f928e6eb65e0e2918f3\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1fdd4fffb0b40c6809cce4b88aa1323\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f04cd284fdb74671ad815966ad9ee69d\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fca25acc0c242a9a1a2896fc7cd405d\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e676c7e284145f1b81133a7fdad07a5\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1895fd0653a947279321c3b3a40ede68\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\201fc5f876ac4ef195b643877c524c58\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\843cf0711e7e484892be9cbf26915612\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8716ac2041b84333918fbf33e8f55527\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66be4577fc704e43b489f2921aad66c0\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8f1982f19794b6186f2486725006979\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e7754fd4eb846689f186efaf52ed3c1\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e2105204b60495ba77fbc357040d951\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\518e6f3d229946ddb53f071a6beb1c0a\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5619a35609654da4a4976b4a8fb0acd8\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cabcb1b727d54b8faa038181775f0838\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d892cbe2aaa488b8038fbfcd085dc8c\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f577a1b5713943269d5e36c06fc58e0d\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb6f2d7dfea64eabb66cb19eb60240f5\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da24116e91e54a3b92a123384cf35f07\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4db63b7644a4afb844fae60bd518f30\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c74184d84994962a626881acc9b52fb\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ace8339bf5f046f4969d0245a685592d\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7baab07b3a13498cb51f7f9111e6e4bc\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a4aa2bb7944d3e86893ed208e0f117\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5188c6b32ce241349e24551e157701fb\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45041b2bc7f14d26900f642948ae8c24\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39d58501294c4813881739f63ffe9496\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45093ef9c1a4f6d8383e4bc5ecdd9a9\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dfc0a2c9e684199944756b3ce797fd7\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0684d33fd3b44fe0bf658d86af82cb73\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf504431b26f4ab2b941c40bf51d0641\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5be4ea1e4d04cc7aa7f92849e8c2c5e\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e05d9dae8e164d17bad0bd431005c5df\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\903cb43d9c5543678a9a3f90a0269e4c\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\905685e4208e460babf73ee9b634e728\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd2821ad2dfd457cba39a066f8560e34\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af3268ae892c4ffea331fbc988f4d44c\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0306617e84104eccb42a2eec6bea0bb6\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f184878845d846ac876b136cc59de941\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\361037b66ba44da7963e32621e8ec15a\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f53bf421409f4da996b1153394863ec0\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b790b4baae5d460ba29bff2bd1fb2f4c\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60316b4e59994e85824ea1bf3fa5de23\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1450864dade45eeaae0d248b2379023\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b6eb9fb2a6c42ccb124b33b4638fb1d\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\686bee721acc4444b0a38d2eeff371f7\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fce922734d9e49669f81026b69b6fb01\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1de9974e9b384cc9a9d8b57fa41031f9\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29c5d5169b1741c0860a49063d9c3cb7\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b0ee306ae124475a634fd69c1cded1d\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4414b85416d4c078b9e944d85268efe\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13c9d36041504350b1ce02e8ed7b01fd\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1acfafb7514f4b3da8d791e0681a3fda\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\711d5bf15ab74174a4a51cfe05cf70b1\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8561852ea07f4275aa3e65487323f07f\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ccf80d954261484e8137bf47ed8fe1ee\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1f5bd906e6646e9b191ef2ed1a86e25\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62cd926447ce4a828cc17e6601d89dcc\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c5f3952a37241d9832f594f34da39d9\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6920470cf55c41ee8b1337293f9dcd77\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec1e7e62dd6b4c0db86f74a803b9aa41\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\071381a63e194768bed872fadf770be5\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\239f343a4a02429ab9f0128bab18d4ac\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0cb12f3bbc62425fa2da4b139f852ad5\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da0cf2b5571040c2b68b51b60a0338df\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e3ff10e8fb04a25836e3259cb88695e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eabd982a57e1437c8415f3bbeff98bb7\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1204fca3e0b4c8f8a928ec36825969b\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52b0d9d8c00b47eaa4795a5d4137a5aa\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6395587817c141c78ab2ffbc450c7b92\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e6b3fe83f9e4cc3b6c48ae1a9f1b7a2\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a5a4628a55c4fe2a4f784c831bac36b\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7666525c78524fabb547e91db46fcd00\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d5691c532e9468e839282ff801c0101\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\554a8fac664d44088fcad72832bc2963\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32fc06dd1b724c61af02e3581809652b\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19878d7c5ae442a0b59869e092f76d1d\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b17e8a625d040fdbe47d77302ab6fb4\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97c2a4fbf0d848ca806b60fe8d41806c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e348121519ba4fedafe39b714c3fd1bb\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f736d8407384ab7a43c258431dc5bec\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3df718167eb84a80a2a0be2e922c9f51\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f1fb5b318d44489811cd99e4ec58daa\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b6cb958543442419b81644c09b5236b\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2102eef1efcd41b99cae440301ae6e10\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49681091cb7a49d082535b3af9263f30\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2961f89fa36048489488a47cb4dd22d5\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0bf3f77ec6a4a9ba9d2c1046c774a08\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99cd786309854d6fadc1ad48078e1cd2\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0355146880e444e984aed802876513e7\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7559411c9e8e476a94abaedd02ff6536\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e119ec3b9e747b685769bfd17c2784d\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48e2441422ff41d79464a12b896fc655\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3356a54f9564e81a6a57f0e1095c6f8\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef2e2bc604264f1897c58b0266a1c85f\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5431031e29fc4403bcd692d7e2405afb\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fed2258230340e1abc3dc03a0458bdf\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e89698fe72b84328b80d263ebdd6f008\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11035cc0dad54fcaa3f98c828c0c70a0\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fa3a39acd6e441498072d4df1bee04e\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34ae836fdc72420d90d614465e4a3962\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1eb25a4bb5342a986f7dea2290f7ac8\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f9688d63d3443fa88faff14de325018\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75b678280c9b4bb492474feb5fdaa4c5\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f01c3d68ac6f405da4a904fe5d00a555\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bf0f343b78544bbbbafdfa67896905a\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a000561a224a269775e2e9b61b6bf5\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af2b4b8151d34654bd1a19e901f66bd1\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99b21a57e8484825aa4bd7bd5c077bd8\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b68a3ca805da44d88e94d5c57db7b90c\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\708a5bdd44304ce8931f7aa4bc0f575e\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ae4763ef3644f0da9e249d2f30cd033\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ec49da64e2449fcbf9dc57a8bbe10c7\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12a564e02fba4316aa9c7e8334ba7e69\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24dca67bdfd646da94039c9e439be00a\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d5501d102c94effbd037f6b6b94461b\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23f282d25af149e4b2ad37c1371b12a8\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3629e321a644784a1e2f1a28eed05aa\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18ad6db9bf1b41bd90816a446b2e0402\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8896197f046449383063f996e3404b5\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3c7f4732a884099a4765d8f2195833c\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02eab050f82f467c9fb508982fdf639a\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f527713d1ee74c509a99fbefa7c1c160\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81364c00e2dc4f0084378b176ef37a96\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1412f65855e4516886b17ab1e54ccaa\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffb21379064f47fcae24b4a616c776e5\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>