File: Microsoft.AspNetCore.SignalR.Client.Core.csproj
Web Access
Project: src\src\SignalR\clients\csharp\Client.Core\src\Microsoft.AspNetCore.SignalR.Client.Core.csproj (Microsoft.AspNetCore.SignalR.Client.Core)
<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.SignalR.Client.Core</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26254.103\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="HubConnection.cs"/>
    <Compile Include="HubConnection.Log.cs"/>
    <Compile Include="HubConnectionBuilder.cs"/>
    <Compile Include="HubConnectionBuilderExtensions.cs"/>
    <Compile Include="HubConnectionExtensions.cs"/>
    <Compile Include="HubConnectionExtensions.InvokeAsync.cs"/>
    <Compile Include="HubConnectionExtensions.InvokeAsyncGeneric.cs"/>
    <Compile Include="HubConnectionExtensions.OnResult.cs"/>
    <Compile Include="HubConnectionExtensions.SendAsync.cs"/>
    <Compile Include="HubConnectionExtensions.StreamAsChannelAsync.cs"/>
    <Compile Include="HubConnectionExtensions.StreamAsync.cs"/>
    <Compile Include="HubConnectionOptions.cs"/>
    <Compile Include="HubConnectionState.cs"/>
    <Compile Include="IHubConnectionBuilder.cs"/>
    <Compile Include="Internal\ConnectionLogScope.cs"/>
    <Compile Include="Internal\DefaultRetryPolicy.cs"/>
    <Compile Include="Internal\InvocationRequest.cs"/>
    <Compile Include="Internal\SerializedHubMessage.cs"/>
    <Compile Include="Internal\SignalRClientActivitySource.cs"/>
    <Compile Include="IRetryPolicy.cs"/>
    <Compile Include="RetryContext.cs"/>
    <Compile Include="..\..\..\..\common\Shared\AwaitableThreadPool.cs" Link="src\SignalR\common\Shared\AwaitableThreadPool.cs"/>
    <Compile Include="..\..\..\..\common\Shared\PipeWriterStream.cs" Link="src\SignalR\common\Shared\PipeWriterStream.cs"/>
    <Compile Include="..\..\..\..\common\Shared\ReflectionHelper.cs" Link="src\SignalR\common\Shared\ReflectionHelper.cs"/>
    <Compile Include="..\..\..\..\common\Shared\TimerAwaitable.cs" Link="src\SignalR\common\Shared\TimerAwaitable.cs"/>
    <Compile Include="..\..\..\..\common\Shared\AsyncEnumerableAdapters.cs" Link="src\SignalR\common\Shared\AsyncEnumerableAdapters.cs"/>
    <Compile Include="..\..\..\..\common\Shared\CreateLinkedToken.cs" Link="src\SignalR\common\Shared\CreateLinkedToken.cs"/>
    <Compile Include="..\..\..\..\common\Shared\MessageBuffer.cs" Link="src\SignalR\common\Shared\MessageBuffer.cs"/>
    <Compile Include="..\..\..\..\..\Shared\TrimmingAttributes.cs" Link="src\Shared\TrimmingAttributes.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs" Link="src\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs"/>
    <Compile Include="..\..\..\..\..\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
    <Compile Include="..\..\..\..\..\Shared\NonCapturingTimer\NonCapturingTimer.cs" Link="src\Shared\NonCapturingTimer\NonCapturingTimer.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\Microsoft.AspNetCore.SignalR.Client.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\Microsoft.AspNetCore.SignalR.Client.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\Microsoft.AspNetCore.SignalR.Client.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net11.0\Microsoft.AspNetCore.SignalR.Client.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c0755d50969044dea72de02b5428dc75\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2dba1bc94d834c8cb4475282e5abbb5a\Microsoft.AspNetCore.SignalR.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e1b5043a6933436dabe12a70d197c660\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\676cff6cdd82498bb037efa817667ed6\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1558a5e30d6247749bcb1a89673099e0\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6612c5a239c7467eb83d2bdeff5f7b12\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\80710eb9047a41218a7a2a84ea321363\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bdac7ca1645d45b8b2ff994dfd05498b\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ba871651a1c84883bec91e32b5e808a4\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b8df1d8bedc64faebe9564b22bb9e96c\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b53fb5b1a5e14cf4a52cb69f1578681c\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8c2d14d5c5934d4fbb16bd134ebd5b85\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\780b90a098c64b5d8f4a7c4316a7102d\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\13d3a5be7f7e4394b7703baad921c045\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f432200f1e8f41f09bac13f72beb20c2\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\62e4e2659d8d4618a3783f8d6567dbd2\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d36624db4fc546eaa47e69295b9bcd11\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1b2ef840a4494d92908ea31b80c86d09\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d9206c6a589d45358c43f11096312e9e\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\47b44a800f1b4c61ac71d613fd3ffbfc\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e8ebc46150144fa49baec39dacc1282e\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5bc008afb2a04697a48259c2470bb4c3\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\08bae837d3d841ba8c3b134bd81cc03d\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c0fabf59381f44ee90f728bcf57c1262\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f4352699331844acb75902eeb68956e4\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d735b0e1ebb7480492650ddd861f53b1\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7990df77f3564541953a9e1f373064c4\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ccebe95fc82341029ff2978e5187c4d1\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c5851284d1f74275b5b5ff1bebd42548\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0dd121eed5f04e2f826eff1f4ee85248\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0ea401fab2f74e3b88c5dca2f2c791a8\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d6988103c89d48649229cb9226ca6bc6\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d895b480a12c49d5a18cbadb051b0071\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\645143cc32564d498a76b129947e9c12\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\afebb3664efa481199d601842b757aa3\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e88bfd1ca7334b9cb0daa2f040f262cf\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dfde0dd505904b10b4b36410f55620ad\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3ab74567d44e4f698ba6079755325869\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ae15c9367fc4496790be34be3ed8e765\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\24e4251eda0e456697e6a294018edf8e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c3fcbbed399a412c85e7e53257c77b23\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\03e7d11b76554cfb96bda9dd29bd373c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\aa077be43e48491ca15c14fd45df3a9c\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c1f033316ea94f978ec8d4983caed152\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ec2e44ae914842178386c4a2e3a395f7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0e502fe012bd422eb5cfc2ce6454d619\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\95bbcc82b5cc47c7bd986bdf3a58fdd4\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b0b0a801820a47308b20be27309dc96b\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\228ab460c4eb49919a0bd58c69364e62\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\98a478032fee4bf08e492283aaaf1546\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\21dd9a05aaab4ea18b0409f7877570ee\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\177b19c5c6b14631ae2a257583316ce4\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fd87771a921a44bf913c8b22e426f6c5\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e9b9844f6e5441919641a46fc8f479d5\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4e5c2375001c41db924a3301adff8694\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\83e122215445467b969f5779f293b76f\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5650ab9e97df42a4999754a52d570a0c\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\97311c327ad74bf59660e5a6a8f92052\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8be1470d598646f7acd5d681cdf18aeb\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8e5a4069248245b98d23679e4281e574\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0b3c1d0242b84f3e811f9bde5362b17a\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\37e03aff1bb744c6a191fd0a5d83cbd6\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\92aef154974c45989f0548b8ae8fa3e7\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\79c6ee0ed61b439c874caca8ed9dab20\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\979be4d8dda147e39ffa6a82ba0f0deb\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4868b8235a7d44adba9574c729f173d0\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\944714f7489a40a0aae593bd297acbf1\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d8e26b4efc6c40a1816dcc51639a52b0\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c179941b895c4938ac5f620d4f9c0297\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\949abbaaef644b689a626f41447fd223\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\57eb732f0bd946d29c99c24d120be86e\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bd26a4559e9349fcbb5e18fd5d23c1ac\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\11e2199442f54758ae3dcc270690b3f3\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\087141ac6a1d40bebf8245fbe25d3d8e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e597e6ed4b364539bae745835a5f9cfd\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\08f0eaf4d6ae4ad1b26986f1bb8e1af0\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\80711b12a4004ea59f61c7741d805471\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d39af1857d59414aa84309ce61411c60\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e03f6c2aa7d5416fa54e7a81eb873427\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\020e05d5c50a445a9c7fd34ea71d40e2\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bae4061bd2e44ef893edb0a509b77caf\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\958fdd433c1f4c769963a590055a5699\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ed8d41ca73a3468fa336907c5e4ad0ab\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e05c2e23bc0c4be38ae2ed6414ad7cd0\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cc0b0c1244674955aa1d8ab8a4193881\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b851dc758614426da0159465d8d38b94\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6d8e7a29a8114e51800b808f2601a654\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c15ceb991e5149d2be2c94f93d2eb790\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dff43f47f20444bebf7df8b812ec6268\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ced727ff45ac4f748e0dc5dd8c314141\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ceed875889224246a991baf767d7d8ec\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ab25105da869453dbb633394fd492293\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2bd598e9cc60457d9e38c64d37883779\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a25b4de0d22b4872bb4c39296f0505b1\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0c8302818c45424f8e318d80cb1ba86f\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e4e4a5f0c6f84cd2a73bb5c32553930c\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\14027cb4be204642a31a2d6652ac3a66\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6c0734158658498a85aff96b773a717f\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cc6bd1ce9330486db466cab44ab00b7f\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e334b939120541cdac6286a0b36e48b1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\95eb72f429fa4d2e9d2725413dbfc9ad\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6336122a49994d33abb3da5e911a5743\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8d32a6f075894628bdf57ab112544517\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e66d90d66498444e89e88b97bbb3d718\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\595b14ffbcda40d78cd414a4dd29fcd6\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\790788e7acbb45b99fa7d957db0621a1\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1d9911aeeb984eaebf8f35d0949f2345\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c51a03e9315a468e9502d42e2ed9eae3\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fca499b369384a18b5ccb569d28d6b4a\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\837359ac66bb4279a93424e2fff1c0f7\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e84b8eb0d40642d48ad6f3d05e79ee81\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7cfb6fae3e4646db87d9c4db2f199acb\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\875517cca6be4ec7ae1afc9bb37853e8\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\acadf628e5e34e75b341da9b3e860b22\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\bf5d3c5cab4e4b78827318ea227917e5\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a98db83fcc674b11bc8b4ed6dfc188bf\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\55fc51d5e2424a439c0ab87a430e81e7\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d848f70c76a348d6a3a7dd1530c37628\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\29fb43e26815420c8e0cacc4fbe036a4\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\002452fc969f4a7a8e933557a9d498b9\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\390606c09fa8430daaa53a86f19f64fa\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7eceae108d5544cdab52146a6cc2208f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\369415bcfbfe46799f4a7ab333e23c3e\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\66da14ba163c4e29980527e32cf08201\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\521e2aa317fc4175bcaf7ed9647f74ff\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2befb9b368344c50a22fe8cfed04d5d2\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d7b2fd04a7c24bed826850175880383d\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5b4cffd34c3942959784893f532a6bb9\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d7b42c9c9c564538ad16c089319bd626\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3635aef9c49745c8b936752495290a6f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b6463d8d6c7e4b758e2025b7ceb38608\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\603bd4aa1450490da03187e96654e769\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\126a328c222d4fb7bbd5fd184e377a72\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\03c447e7cce94d7ab2be03f1d34d86b3\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5cafe7dc016f4a859015dfcbca0b0e26\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b88821a51670450394ba4397b491a940\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f648c92dee4c47c88ace1521fc236d8a\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fc759dc5679a405c8e9f0010796466a1\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\75f64bb80def441cb09aaffe641c3678\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\51d66da502c24f9d8a3e0a5070b70013\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\635feb1d599c454bbd982903f5a07ac3\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b2363285e4034aa2bd98db953b46872d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f88c776da69b4f26b51c4edb35912242\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\84c52cf5484e4353ae11c426df0476de\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fd477cdae770448f8ef11d32ed892914\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1ab324803af145bd9c6653d4b482aebc\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8064b22360cc44b5956ab3e1953de03e\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2cae822497dc43e990c5f4478e9bf987\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2a2c3c72c3a1453d8bb4de2c7caa5164\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ae20fae94a67480f9d5b5b8d1209e61f\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d5f877517c98426caac27b7dbd992c99\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\12bf8de71a6f42e2a327f1dd2810d110\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d326bb3ff5a2487ea67dcf1c91047b27\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4e66a58330454e18b1279d36bed2d54e\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\eef063bf47304926ae247b2007b4103e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fc69f1cb1b53473bb10a6e5c44f5c7be\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c247eadc3be149019e979b868f1ed2a8\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d17559c433494a8e80820c237e6dd21f\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0686cc5bbedf497d93e111498ad4c631\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7212092b86574406b5ccd3fc8ffad7f9\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\27f7dbe3e4a142b1904b7e74d5b75259\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\676b2dff794c44bf90f81001ba620ae7\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f3d2fbac70f44599a189c4e9099a4b4d\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c1551a2e8e0e4ac6add349d54eab7a86\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\43026acf73aa451e8c2315cdfe01700b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\ad965040bbc14a4f935883e96cfa9e33\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d4196ff5b4ad4f91b5e918c3b43bf537\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\351db545cf5c44a89a3718738a3682c4\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3ab164514fdd4fefaf984422a2be4fcd\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5afecacc9ba2499c994dffd4127c02de\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\9b11ed4573594a80b003631d10016026\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8d173972133d440a889985501b2a30a3\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\60a8d8c6bcee460097de67bbcecf3e0c\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3dc57a3daf6f44e2b440c5fb441ee084\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\e090891e907649d2a0b3c0d611d2ae6d\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cff9d1f62f6f4816b0e7d461d8d7557a\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\08bc464b23384497be60f435bf29eb3b\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f070c5d5c504476ba14f408ad1a4a61b\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\72af345cd78f48928d9c2bd1b39b0455\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f9a373adfbc74134ad8edaafecfb7f93\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\dc723fa88bc64131ae512214cd3cd8ac\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\5f08ab68aa7249508208bcfb5ce7e503\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
  </ItemGroup>
</Project>