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.26123.115\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_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;NET11_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\net11.0\Microsoft.AspNetCore.Server.HttpSys.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.HttpSys\Release\net11.0\Microsoft.AspNetCore.Server.HttpSys.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\5beb28543c424272b94f15cb9059bd19\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0ce6e5f20ed49ea9e815a63228b1097\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a453dc9a1ba4c079efa55a975e02079\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\726c19e020f44e2abf184ed1d00f4190\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5eb277ae02dd4f86a23ab83a5ab338da\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76a7c9f871d147e98dad4c0f2622dfa4\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8144f6ecc9054c8d99c54cf500f9e5bf\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bca398045d45426d8bc9e5010a586e01\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a58d5adc4064e4893c0964f3f821b18\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78580964358c4221a87207355ce4538f\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\354bc42affe248b1ab371b6cfbaca595\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89e0beb9ff7046279b1ebc86b23a753c\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98e58d89c06e42faabf0b79824708592\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acdd3db052e44d41b7cce6f9f54f2d1d\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0ba5fdc808d490f98998d4c6eac2168\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ddee68312fb349068429f18f211be143\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33ff129aac874545b305c62c27e77b0f\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e82eaadd8e0d4558b3879a292fe06a56\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d7d9e766c594d919ab8cdbedcfd13b8\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47d57569359e475c9d123022e1d8beb3\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84c81856cf504b0e8a57178dad9f5509\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0cc303b099ac4a1e8e009b8a7b475c50\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a861ff3f12d4740ba1b175c0096b7c3\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18a75c92a4954c6590648981303946c6\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\860e40770c4c47c287f2756ccf68eddb\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b2653e964ef4f20b70c6b38413eea1a\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcc26d65f7a5404eb320692f7930a284\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dff66f7702b430c80efea07014a31e0\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1415fd454a4400ca13a5b59714690f8\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6b354fc823c46eea53c10754d512b6d\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da08dd08dbca4472b88b6e03a5c1a794\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e506561ebe7d49d4b91c528d6e77fc79\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ef07c5e7708422398decf9e13567c4a\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1aa83fb17aae4d27b0eb8dc87bb33d84\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97e4f95cd32b42678c19b1b495c42477\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f472399c079459baeea30122c7deb24\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0729fce609f44945988fcaf5b73f2e9f\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c9dcff2fc3e48bcbe6cff8b89c6376e\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51e88339e42949129435e8d1e72aa626\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f112059e9e4e4b14846f025a41595573\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc6b188978e04dec9862f58027740b1a\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3864106e1bb34415b08d4c4b10f62f78\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\503c0d9921fa4776a4d8883e3e5185a6\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7367ddd26b7c4e1c9978a3fbbf52e5af\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d423f6a99604da3873f3c678753dfe3\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb55ec9ae83f421b978804d73010ea04\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0789c706be4a49f7923127ffe713d4eb\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e68d848f65b49a78dcfe48b2b311d0f\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bda19d18e1be40b79684664b3e218f6d\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa962b92c07042e39312dec43b664901\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8aa38173c93742e3ba5cf09b2a99de0e\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8336fcf9f44645ef881f1057eb98fb1f\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d12962cecaf4bd5a09be0f15e55cb4d\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\823b05be128d4b7d90f553a29cc32859\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2263a982b8744696949bbd42000fb2ad\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d340040226f341bcb43d15654379189c\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e245c37ccc634d68a21c467079608c92\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\786fd4a9b4dc49fa81eaaab1eab7ea68\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\991498b1350c4462a8be4736632533d5\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d44dbc269ad4466b804fcbc82c6c3b57\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\330f8ccd20e9462b93381aef93dfad3c\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67fc70d0562548d0824096e898b286cf\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35380703cb1d4597a4ceb047a0c01b84\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f72c6bd284c4d1c850db2035d8a79f5\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5166c45487d144d9a9b1a7091a5ecb18\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2c147aee02c4f558aab1a7463e92ba4\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c260c8fede8403fb158a678f9804fbd\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2025b578dbf746869f427fa72e9563b6\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e18a169cc46846ec84c940e4b552bb40\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3f0665effac4fd7850dcc4c0a9ad946\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f958dedcb704251bea60d1821ea2003\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cdeabac83ef4e44a4e2d7587cbf5f52\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5913a9e28e3e42c1ac6e4b4fba271e6c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d156184b7425413b86e8ab16582acd6c\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cbf9b06cdbd459688253a0c6a9e291e\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7b51bc5c4bb4fca93c9abb4252736ba\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb22028f8a9f4a819afde72ee4e763aa\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91bbed52aa64453389c615760ff2bb9f\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ab5152bbdaa4d11ade02f02c37cea01\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dd776ace926414597ccfaa30eb62eec\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d26c7336b2e49e095ade34946b64ca0\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d81949b8f61942dd92bb6dc9774fd2d0\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d15906bbc89d415dba2935e13da7c635\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44099b46e0dc477795bd017662ae1268\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3482ccb24df4a3fa03a52b9142f2612\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1297d38470fd44978e3a27b25cca3f3d\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ef34accc93e4ac69c501f28b7ec4bfe\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a4bfa962a3c4839a5fe336358860cff\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9377f7e7cb194f1ea06ecaf4fd32f344\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f32ddc328ddd4723b229036737bebe3c\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b288b948e4ba41829877236ac6f403be\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c64686f89f374f93911a9f3a98955302\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4871e84ec1864b539f2993499ba4b8d3\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc4099ec2d984683be0bac5e14304cb2\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6178dcb5bfef49b791187f19c6df2f7d\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\796f79357eb14245916e52f5e7f06ded\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e360b8b8ae444cb0adb54712bda94014\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c86f5cc861694bf38ead90d9875ac005\System.IO.Compression.Zstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8f2fe7af3634e7ba3cd8681a64a5728\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48b250f473444e47b0dd68a52a8b0132\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbdeeeadaa8b4bc7b7c67f2ef0da6e9b\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\848054bada6a4b129c54fae40c171587\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42e979a1315542de9ae5838ad53852b7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b2fc5937daf4b159beb42a291f23bc5\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6406f426b691452eb8701d23467cf7e2\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88eecec5a1e54dd0bf58a5fff1396db8\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4a670ca81404e6d8fc8af1eca6cdc50\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60158471e42c4592933b6dfb04b6492f\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4efdd840a234dd4830679b9cee8c861\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1086556caff14ba396a026bebf570d4d\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99f17534fa764092837195690df8bec5\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc987c076e604a678b79f2c03c8b0b5d\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9220699e6fdf4ded81db4003146ce3c7\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1df9c7057d694652a0988df66c9edbbb\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9959465415b8457a88bc84aebad94831\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a550e4f7c118434185a54396664b63ff\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0683a4faa0b443f3b80146d9f1b4b888\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9678929cc6e14238be0891fa3b63dcd1\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d72aa731d6349deabd70943511015c1\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ed82f925042424089fd5b3541012686\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b20bd6bc44894de48f7a71356c3df375\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f1c9fdd40ea48c69ac1e8be7c393447\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f73a639cb653465095a1b3a928832302\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6fec132085d4bfe9c28b7b27f76d74c\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39b563dfc0e14c86aaa18920d981cb94\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e752e877b284a918a9ab6a3005917cf\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb21ffd4c74349ca8b8f97ca5c32226c\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5688c9d448040af8eebcc31ad4ee179\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cf6c1aec82b4667b17d7ec271d66d03\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecb3da08211f429eb6d20840a80ae926\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e94290e16c4d4ef9b61d9a7d2c2a93b9\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7f0d715aee9448bb13dc83208c55599\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15aea01008424a3aaec32916d6ae80e2\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c47afb7092d46768ba2cfb5997f1966\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61c84ab9f3b4416585f5b39e338eded8\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55b2ed3f2c4f46e089534861f819498b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58009d16d3a04da0ad07d93d0dec35b8\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50e23262e77e406c89d02a079b40fc21\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8795e9242b5e4e9d901de782b117092d\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10ab03f03bd9468f8834589fc280955a\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe6ab8a1fe1f41599df247c7d9c312c1\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43e02e800390497bb3ce594deb7c2fd7\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8055cc3609bd4732bdb5c63673aede85\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20c615b684684b4a88b059cdddadd611\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ac9757e0e6b4c308a4dc183bf3cd941\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f945b51e8b694f36b4c675960cdd1310\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28802076782d4b2d927365dfc36abf3a\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\749b0260567e4464b9931c4b823ebf5c\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af5aed434e52419ea9db0655dd8095f9\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df822a6fbd494cbb886020a17124d1bd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8b55e5d0b924486a192298486af6b5f\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c148ae4d6c7f4914a1194b843417feb1\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5d8b256c18a4763a03c425359f20228\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f00f1a9f0a964a849e349c56db92a1cc\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c368b5a7f92647ae8523d8e7ef4ff547\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9089bdfb71ba4d8183d1446d47993652\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01819b9d6b404c48baedb8153627ed0d\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b42fa5de789439c8400eb4fee743e16\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73d744e4f8e449a5a48c6c291d13fe80\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc13319d60aa49588a39710e9d92a8ae\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b95f3bd7d324f228e5463524b98b561\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9aee3335f1b34b3a8a4139938bc48979\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a86ce11f4e504c3abdcfa634d642b1ab\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4e30d4eb9464dfbb2c3c2175bf81002\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55da5e84097e481dad4654592d7b2b0b\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec46e3acd68d4b1394e8b57552d966c1\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9a871e5021543a8916e4c9a1ed6122c\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ce12387d7ef41e5be9a4e696f3be0c0\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab841ca9a80a41aea1e42e5f694530cc\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c68af5d84bc468ba73068d382c4e49b\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2e412b4f4e04c79afe4b5f89fcf95f5\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9f98c75f4c14f76ae3d36f40ab1f2d0\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5fb77f2ddfa4978864ab93e07bbcf32\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44733ac25cb64a7491fdca4a04bb30ed\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a65963c864054f469f732750fbe02d63\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8947bf4e45e447bbb2edc7961268cd81\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\161b35f4f8c1433184b3eb889332152d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4379f58cb1f24232a7cded22bda0a9b1\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51bfe4e77e7f44058ffa0e74773c645f\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac9e419cac1c43a4a4aab39b6a2bec84\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe9e51ca828543cd8fbcc0223df6f9c8\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb7fc2787eed44afaea6d9738eb63e34\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05241f32a4fe4eb4bd39336fe2f5cccd\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a9e09089bf04021a29fc32e7bd57940\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cccc87102a24d4aac62acc937a38c6a\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c08676ca21a94ee6a8f5ff6599640f39\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49129462f67b4f3882c2fcb448c4c107\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\342664acbba041a6a0b4ce4ada14658d\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f55cf486c164feb898d1ca0b111fa3e\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcc77fa66a8b466d896f8d53de39fa63\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2902f8b9ebd433ab22de772cde51586\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c751c67603fd4afd963a60fdd2d4a6e2\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\884e8a0ec5804aab8dd0f854355f0ad3\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2796611b907747709efefdbf07cd19e9\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69611548ede6415fa6c12a8e5eec0661\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0940b8e49c94c2d85b867983bf763ba\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20e2771c5a0541ab8a72c4da0ecc28c9\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7de9e2b2ed3c4a80a17e1629cd88d78b\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\107a751d6f6e431ab42bc1afd619110e\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a806ad621e8541019ad2b423604d8f17\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59d96547e2624f0795e695a931412efc\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2bcd3dbf7597443cb9fdc17c26a4f1e2\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4678c0d8d62f4439af329808e08f5481\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71e0fd48ef7f4f22abed37d71c337fef\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74a883b0bbc8433e914c53efe78e6e9a\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd2cdb93383c453fa8ff6d5c29cc0e75\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\415949192fbd4120be032f375d4636c6\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e374d62eaeb47b39e4dfbaf244baefa\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea1e6d4d39644b4688197727196b2c01\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\202ba5e38f2847e2937ec3e45ec6f7f4\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1554f760bf16482984ff8362c352fb58\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9971e17f63a24859841a9a94321c4acc\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8cce46ddd2a4b95a698ff775926a5e5\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8d99b16069a4018853d25b02191b4f6\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9206d4b2f164ad7a45a78d62e693352\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad3aec700b1f4200850f48aa8e62b34e\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37514892104144f5aa45d5c6e98f31c7\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46ea11d3cd7244ed867e0707a81b4bd4\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48600762b8784111bf4d61d0498736fc\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_AUTHENTICATION_HARDENING_LEVELS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\15\Windows.Win32.HTTP_AUTH_STATUS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\16\Windows.Win32.HTTP_BINDING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\17\Windows.Win32.HTTP_BYTE_RANGE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\18\Windows.Win32.HTTP_CACHE_POLICY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\19\Windows.Win32.HTTP_CACHE_POLICY_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\20\Windows.Win32.HTTP_CHANNEL_BIND_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\21\Windows.Win32.HTTP_CONNECTION_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\22\Windows.Win32.HTTP_COOKED_URL.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\23\Windows.Win32.HTTP_DATA_CHUNK.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\24\Windows.Win32.HTTP_DATA_CHUNK_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\25\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\26\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\27\Windows.Win32.HTTP_FEATURE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\28\Windows.Win32.HTTP_HEADER_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\29\Windows.Win32.HTTP_INITIALIZE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\30\Windows.Win32.HTTP_KNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\31\Windows.Win32.HTTP_KNOWN_HEADER.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\32\Windows.Win32.HTTP_LOG_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\33\Windows.Win32.HTTP_LOG_DATA_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\34\Windows.Win32.HTTP_MULTIPLE_KNOWN_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\35\Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\36\Windows.Win32.HTTP_QOS_SETTING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\37\Windows.Win32.HTTP_QOS_SETTING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\38\Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\39\Windows.Win32.HTTP_REQUEST_AUTH_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\40\Windows.Win32.HTTP_REQUEST_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\41\Windows.Win32.HTTP_REQUEST_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\42\Windows.Win32.HTTP_REQUEST_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\43\Windows.Win32.HTTP_REQUEST_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\44\Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\45\Windows.Win32.HTTP_REQUEST_PROPERTY_STREAM_ERROR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\46\Windows.Win32.HTTP_REQUEST_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\47\Windows.Win32.HTTP_REQUEST_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\48\Windows.Win32.HTTP_RESPONSE_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\49\Windows.Win32.HTTP_RESPONSE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\50\Windows.Win32.HTTP_RESPONSE_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\51\Windows.Win32.HTTP_RESPONSE_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\52\Windows.Win32.HTTP_RESPONSE_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\53\Windows.Win32.HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\54\Windows.Win32.HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\55\Windows.Win32.HTTP_SERVER_AUTHENTICATION_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\56\Windows.Win32.HTTP_SERVER_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\57\Windows.Win32.HTTP_SERVICE_BINDING_BASE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\58\Windows.Win32.HTTP_SERVICE_BINDING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\59\Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\60\Windows.Win32.HTTP_SSL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\61\Windows.Win32.HTTP_SSL_PROTOCOL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\62\Windows.Win32.HTTP_TIMEOUT_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\63\Windows.Win32.HTTP_TRANSPORT_ADDRESS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\64\Windows.Win32.HTTP_UNKNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\65\Windows.Win32.HTTP_VERB.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\66\Windows.Win32.HTTP_VERSION.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\67\Windows.Win32.HTTP_WINHTTP_FAST_FORWARDING_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\68\Windows.Win32.IN6_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\69\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\70\Windows.Win32.IN_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\71\Windows.Win32.LocalFreeSafeHandle.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\72\Windows.Win32.OBJECT_SECURITY_INFORMATION.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\73\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\74\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\75\Windows.Win32.PInvoke.ADVAPI32.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\76\Windows.Win32.PInvoke.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\78\Windows.Win32.PInvoke.KERNEL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\79\Windows.Win32.PSECURITY_DESCRIPTOR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\80\Windows.Win32.PSID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\81\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\82\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\83\Windows.Win32.SCOPE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\84\Windows.Win32.SECURITY_ATTRIBUTES.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\85\Windows.Win32.SE_OBJECT_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\86\Windows.Win32.SOCKADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\87\Windows.Win32.SOCKADDR_IN.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\88\Windows.Win32.SOCKADDR_IN6.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\89\Windows.Win32.ushort.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\90\Windows.Win32.WIN32_ERROR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\91\LibraryImports.g.cs"/>
  </ItemGroup>
</Project>