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.25556.111\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\c076023860074530926b461cc9a16954\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd4c35ed4f5e4e729e8543235a1c75df\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6d22337a95e49eeba965697fd20b460\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2841b65792674cfd8c3fdff50e409084\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\565f38b4ed1a43f9b1b43c3e9f63cf45\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8164ff1df864b47b0a34920898cad99\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e3f7a37a01241699338547f07cec39a\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d1b260fce4443a2ac49e685d9855801\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ff741aac4224dd9b3ae8579fd8af395\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be0160cca5c34c4bb6ef03894a12de85\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82cdb89ac3c44be585b1a76288026362\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3dd861f73434026a83bf8f2f3d5a44d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c1546e7bda748beac96206ca4f8dc3d\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b49b72e06d984795a2f1e43e72c8016a\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73ef3f462e3e4f8c993aaf8e16bf931f\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33bfcdabea2b4556a8ea1784484df3be\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4dc4d6ed9b8b45cd85fcb98f3afb5976\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3a34c512f7c48a3bb18d958002f22f7\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e9da74eaf7548eb90f63a93f25b4624\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\548b8e9887d34a709c55949bff1b4eed\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caa1e77775bb4d05a01b288bab2cb48e\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff10530d7a434951b61f5d5ec81e4512\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4829a46cd62f4db7942bd8d1420e660f\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39b731a1989c4380a0e384904bcb6eec\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05b1e046446a401c88d6f5ab27497455\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cc9850d22e541b583c6f629f6cb8ce1\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f37e3ec9c81a4957b664f49c438c99e5\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4028f00687ae433aba6a22548238367d\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dce95c1f6d0449da24bff48c01c49cc\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2d7d880afa04806a57165d00ceeb8a6\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cb28aff050d46eebcddb30c0683ed78\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\675c956829624edea6039472a7763c38\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\092490a02f704c61b144a7818da2f202\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4a2ab04511c424eaa0dffa9579753ed\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71bb388341a04620b6f3a0029ab8e1f4\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\362f3e3b7949465688961e77e019eae3\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28a1050235944dc295a118a849c31f8d\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed6163fd8f284d829d2c0ba6af33c6e1\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c31fec2b12d84632bb61be1482d8556a\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4d28bc6a27141fab6042781a9c8fed8\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af3e36fc3b5c4f71897364597628492f\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6de40f32c93749608e88f58637022f88\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2aa3a968fb649c3a60dde639a5876c9\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e57108cfed7049cb8c1e7281d95c0263\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd8a9f4c7e6c4d79bf184163c052a116\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7dcb725c19414524ad6cfb0f149e1b0c\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35444b934c21425495df1177530885ac\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14877296ca6543f1a095043f6b0293d9\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdd7928056f541519dcd51eaa82c810a\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14b01f7c10da4e95a2373bcfaab366d1\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb50218062b9465d9370f4913cdbd9ae\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b14386d8ea8d494e8d5a3b7e32efe915\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dafce24cce9448ada96b9f6affe3cdf4\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc467e9ee8714b7aa1e29f06923c54c9\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b66c88ea18a24efaac32e2d9804fa353\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71bb094e52f3432dabaf83bc3e68d4a9\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba926bc2da2c45a296e9d731d5dcea8a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a29c45585e6a4fd2932052b4c2736992\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b995b222c5b4b829911a6d0dde51111\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bdba7a2ab174d41acacf45eb5ab1369\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cc09f8a8e464ed6a91666416779ba5d\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\160ade3b729742e883228318c8a34d5a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99b38e06e7f34941bcb5a2df2e95f567\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\375a7e9380b9401583b534ac1d2edde2\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\584c9734600645eea6c8c266ec9c1ba6\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91dd269373624fdf8a53e9dbb0fab696\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\980d90230c4d4b6287680c4d694167b5\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a777330c0742fa96970abca5fbfb59\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7013b7af3ed54b14be5f44a243f1baa5\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4409cc28a34f4ca688f20958a2bc9cc5\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7650514ce7d434191a57dbc304dc66a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe4431740ad7478787cb1b5a7a428daa\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d03f91f54c494405ab6ad630748da9bc\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71eb5d3362c0429f94d99739688680d8\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a770abb8f54c44b2900418c3e155ddc1\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b8f695f6bdc448fb5b279a292242eca\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\387cd0f44b0f451f95d4f454530bd1a1\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3188dfe42f454c89879baf90cf438b6f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d26f87e717794a0391498ed7d9b8c61e\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91d8a203249a4a7db57da9574bad6b9b\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\557d1ead6df240fd8ff4bca136bd4b09\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\978484bfc5f14cd98a6282f70557555d\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8473eec898064b61a9d5fd25230802c7\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9391a6adde1f477f9264ba9afb6cf2de\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f71342c510e4b359ab461bd00427e47\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc8f34d2326b467083314cc22866cc10\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f320a0d81a3c413293b4623b459d912e\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\857e2850bafb44efbb863dc4c7628371\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12c4c27a41064fdea1198510c994889e\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2cf0c5c79824aa686ef7d41804afd36\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b23a38732c9347ed9cf8b38755d3c086\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\924ec69a00db4e4e9497d5767d20650e\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f9ddbc5088949e587dc708aa8aa0abc\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fcde3c17787499dae988ea89d5ff77b\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a54306d427874b889aecef006caed2ea\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d623c862af044fc865d3a18719ef4a4\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d9ea1b6f13c436193875aefe2108f85\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a10da29eede54214a215471251ab9557\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b44739a52f13406cb4020dc7ec4def50\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64944f6fc94344d5897abafb1cfe03c5\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3d14c438bd749cbaec142d593898eee\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27cad1680e734fb6ba0cec00adee35e9\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff7560ec6ef34d1eb3f231ac874a26b1\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c14ab164c2464957925ed516d100db83\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ac4f99bd1064e6292f3464985c95e34\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2f7fbed664d4cd6a864b612aa3aa233\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2831cc9613484bb8a7ad9eab158def90\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eed1c02659b34debbaba90d23370a51f\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5489ce56a124e29a8633b9e5692db88\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12ca697024004f94b18721749b652d5e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce9c745513294d7783248d524e665e2b\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a87a08b4d324247b2fa112e4571f072\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a3004be47c64afcac68c55cbbff19d0\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d510b8e3ecb6449c979bb153d9402d62\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c9c93a6d5064614a58b8e83297a052d\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a5abc371d734cf9b78140bcbe32d8c5\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d14c7affc514cbeb0be01188fbbde1a\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc95f8dd6b6448258f2bc19e39b0221c\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5f33113778146668b1fa08d13c3a7ad\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34fc92abe8a54b66be61e64cf7736073\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\926f697c6f094d73b5e52f8c356b21e1\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7747f93b52fc4855a1b28b015707e6b4\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d289ebee44b641c6b0c7026c251aeffd\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f110a8cbfe2c43e9bf1a759a841098e3\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b74f6e3562d458f9ca4cc2d4339fbe0\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\167036438c85419cb70d0baa9a756f9d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e13b91b722d54e6a9929ec36eb610730\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\304008799f9f493cacfe9379d06b8380\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\527783b3e7dc4ab1bf42f503d78d99bf\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62e95414b19041769a1a9027ca797103\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\791f7a66597c4545874fe2e705f8cc2a\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31904e7a3c3f42c88314e057dd1ef7ce\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b6cf0d3b6bc4db3939599ba38bc7982\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ab88c9f4fd242feab101afecb3e9aed\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd443afc5f9e43f09efc92786fbbb97f\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0d7d152fe034e658472f1ccd872dac6\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbeb169de43d449b9bb3d75a318cf3f0\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f48bba91aa2a4fad95dc0bf8b36b76a4\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ffa88beb1ff415c837e4bf62152df13\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd6a75562f3543938f88fdb8b427ef7f\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efd1541e964d4d8eaedd21796b6a79b7\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4c4b2a3a6fd40de9408b91868ab54ec\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bfe0ac772a0451aa5f29410dff01ce2\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7608f0d4cd541c78a987352407289ed\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d75d52cc31fd43b9aebf650f22c53472\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9e15299ce0240f6a3ba440e11470ae5\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f6dd67edf8471c805a2d2dc8ef18aa\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08956b5f36e5441fa4de4a64aabcca42\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6c949e143a2496fbb384f5278e658e5\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87e474a845ef49d780e618fe6046a600\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5167921ce29c46c6a22e36ff1bcf850f\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\459d6699f65249ed936868e641ac3f80\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caf9de62c0344d1ba7bcd72f0900c7d5\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f710e1c59fd42d5801fbbb172413437\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ffe3e5445804b3c894ab8ba5fd64273\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f855ca39ffd74d3580c2f9aacbea64da\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0199fccd813a45029b31a86e38e7a847\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d06a12b4f2a84f48988acb5b931e9e1c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b894e8d054e434090fa8bcfb901e55d\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23145c61558f439481dcb1a16d36d19d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66c84abfd4844f2d9549c3e2e4a9369a\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd731639342d4af1a3a324aaba8a0267\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e2f9655f78d4379b4aa5a5aff9390bb\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dca0733753a48859f649a8ffec1424e\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6df84b03db174dbe893e917976353de1\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f702290827664a2eb1667eb504f9d2b6\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80b118bed0d54b9ca0fc0ffe4399f0ec\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6255c639dc9b4d30b59ca45ddfe6b140\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8270ea2aa8642da8664411bce8bd85f\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8d47e0437a445d4bdc4ddce55017005\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7003c45b1078416b8edd3facd2c823c0\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a61f4297de3b49c585825153f69a8758\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4da9b63ad3014e0c99f3925a0b23154c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9bcaf93590741beb119d9b210445a16\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b16fa835416f48b0b8fe63d360d260cc\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7250d6b8f7024ccbb0f074a2730c273f\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de30e8f6b40740f38f7fdcb815f641aa\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78c54c08713d49a39e5b277940e659b9\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e44fa646fabf4047a1460e27cd7bfb9e\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a3d5a1440ab4301a6d47e18eeaf6858\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\983e98da3da0421db07b76665c810688\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\454c356d1f3f427cbefc03e90f2b6c68\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68f91034385345abbc20dfdb802a8d95\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a373c0ac064aa7b3f23ecc12f42666\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0482de8c69f417ebda7be8e70569db3\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c7809daa70446cd8edb804a3d94aa64\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d5cc8fcdfc1491486c76a5a32172463\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\782d62dcfb28456fa5e75aa67afdb197\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e995c1862ea34a9faf40f7b1f178dfbd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbee17488ba94791822b612bfff1acd5\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5efa007b851c437fb59221cb4f1ee2d3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21698351a964466f90b36cba3f00b7cc\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8ed4445e7794bdfb18cef6a80efb8f7\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22cb43341fea4c98b9f563227c45d0dc\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b881b5f68282491bbe5189becfc65e77\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23128f1d4a934269a374ed443fad04ba\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\114697c4ca6c49d6bc250e0c959786b5\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdb8e30ffba34c47a501e64e283aebfb\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26ff77cf73b54f0caf4c39bd155e46a1\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91374568b50b4af6a9df5140c4f4dc05\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f89c35d6e114da9af72d6d02b4ca2e2\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\257f76271b2243309f467ce32805ae88\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9356461a60f48d08c377ad3ad8a52e0\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f6a63ece414427e82d248cdb4f8ff79\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2db02e6b2fb048c3b8bf56a300dbd4ca\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31f00fbf0e35428581d9e1a41cad3ae0\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8e1ec6a20d242e98b661d2a12e5d768\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b7cf20f3e7149ce9ddb0f6f9c48b62e\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac41b6844dc04ce28c55f7aa9f341ed0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e6ac066b0194627a1c3dc457588c289\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d3ce8ceedcf4afab4bea71bbe07a9af\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b56c17897c44e79ad0d8755ef9dfe7e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee8ea60262144457b69a61ba82ed96da\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9500441302c247c38d2706b7bbc3ae39\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a7ad7b1ad6c4300b6108b48213f599c\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03836dda183647e08818669884b70cce\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23a01abb1aa54aaca3b1043b80a334e6\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78d60c1bc0ff439a89af73eca57870e4\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b823e7baf6b841eaa67d2a7d703f0fa0\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcd749e4afeb4f4fbdef9fe339638442\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f4a1835bc2e4f84916a63f4d5eabac1\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>