|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.Extensions.AsyncState</AssemblyName>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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="..\..\Shared\DiagnosticIds\DiagnosticIds.cs" Link="src\Shared\DiagnosticIds\DiagnosticIds.cs"/>
<Compile Include="..\..\Shared\Throw\Throw.cs" Link="src\Shared\Throw\Throw.cs"/>
<Compile Include="..\..\Shared\Pools\NoopPooledObjectPolicy.cs" Link="src\Shared\Pools\NoopPooledObjectPolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PooledCancellationTokenSourcePolicy.cs" Link="src\Shared\Pools\PooledCancellationTokenSourcePolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PooledDictionaryPolicy.cs" Link="src\Shared\Pools\PooledDictionaryPolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PooledListPolicy.cs" Link="src\Shared\Pools\PooledListPolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PooledListWithCapacityPolicy.cs" Link="src\Shared\Pools\PooledListWithCapacityPolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PooledSetPolicy.cs" Link="src\Shared\Pools\PooledSetPolicy.cs"/>
<Compile Include="..\..\Shared\Pools\PoolFactory.cs" Link="src\Shared\Pools\PoolFactory.cs"/>
<Compile Include="AsyncContext.cs"/>
<Compile Include="AsyncState.cs"/>
<Compile Include="AsyncStateExtensions.cs"/>
<Compile Include="AsyncStateToken.cs"/>
<Compile Include="FeaturesPooledPolicy.cs"/>
<Compile Include="IAsyncContext.cs"/>
<Compile Include="IAsyncLocalContext.cs"/>
<Compile Include="IAsyncState.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\Microsoft.Extensions.AsyncState.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\Microsoft.Extensions.AsyncState.AssemblyInfo.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\Microsoft.Extensions.AsyncState.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.Extensions.AsyncState\Debug\net9.0\Microsoft.Extensions.AsyncState.InternalsVisibleTo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\c7fd67a7559c48918619ccf3e2fd0de3\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\c94b26b3926f4875a47210ff6a713849\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c5547667c79426eace723b3baeeaf03\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a0860978b014e42bc4de9d77af5f990\Microsoft.Extensions.DependencyInjection.AutoActivation.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7db0702e6cf44699647066303d227d7\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\793065eda5dd4f2dbd82f96a9e2f2a84\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\76a1f0b3a9a64542ad084a5f1b624869\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\30c4089d5b014732b405716a5e50c7b4\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\87cb105084554b1b9bfbd98a9f87b04c\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e6b19d316624a27bcc636fec2086ac5\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\ref\a26725e84b15422eade3d45e7ac1ce71\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c24a4b20d2d544b09f16b9053d1209bc\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\da1d8b01acef449c814d2592a479172a\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\cebd8ee5d826407d88ef30382ec8bcc2\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\124d6af92df84650964311f813b431d8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7747a98d96d4fd083b4cb3d971f731b\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\79cef6ec9b404bb0bcad113b8a294cac\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\81df1383e05a4156837039870bb53413\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d5197e703824b04a837b68dc6cefbf7\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\94faf6922f634f1981761eacf143b215\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\2c50feed06d34008a21934ead0382f3d\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5a451baa142404aacbd0ed1432cf592\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\69b737b796a644a1a28256708c1defc5\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\3d2adf1640e242f3b0b48bc76217609a\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\64e56845285b4b21af581b72b138c9a4\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\87b21dfe442b49bd8d29079e99a8a12f\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed607bb5c1b948e7a5cd8cc1e18f78b1\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\83bc3176246b4aad9c2714e836ae56bd\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\297b00228ce34ef3916fbf992624786e\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\18ce1543b2264095b0a64f2ed4577b3f\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\31ce85b034a9479eb07ce674d20fe72b\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0298bd4440f4e47bf682a2d078f094d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\be7a4eb4c051402a9bf9a0e1d3d18bc2\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\2202bce509ca44d9b3b0dad0d1821673\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\511ef41dc00542ac861b4350bd5fde96\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b3698c02b394c7897387600c706e0b5\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb1d82a7c23f4c7090cdbde5a261c39b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\315f64e421044fbc811d5bf78bb24136\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\172915d04e184909b0e6623d7520e5ff\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\0258f42d64354fabbbaabca178fde374\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8be243423ef4b068d7a180aacc197bd\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\5853aeb8d6094160aefcbef7810157c1\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\243ddfcd62064208b0e8a1b5cb27c7f1\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f78f767176849c7b7658c1be36eb088\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\38b81c39d20947fb96809322d3c3a94a\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\5510a269b6f6447e8c627603317fbc00\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\f35b40ac6a4e49ef8c3f4640e3e6e3ac\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\ca14368d42a84cf4807a9569ff32ce95\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\27a6ffdc956f402e96f530cc65c1551d\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ca0ffd192464f9abd812f1b1cc651d1\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\b26f4bd942e64f7d80fbd966746f5167\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c8bd491fc8241a19973395471e2e6ee\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\6e6b0fdb7b8b4f36b92f3f94aa0a7f75\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\09466b7a0f8d4b619b92629520980dc8\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\34e016e92518464890240c981528843d\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\63982937a05b462f95ba49f90c402d53\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\32140f8c84eb414aac7cfa6a406c636d\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\5cc30ca233604cd6b6410f77afeb9e9b\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\765b51f310c0414cb316c27b86a44bd4\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\41f11e14151344f9a1f961dd4ccf5336\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\eaacefd8198c4fa09ab112720e132747\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\cdf6d93273894b829742b202a5e0bbfa\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\edbeec59ebff491a8bfa7dd6da617799\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\b548addf67974758a5a3594f8570b3b1\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\19f8a5e95a474df89fb2cbbfc3bc5f17\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f04988333124394a4c121c401a7cb6f\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\fdc70aac181740149d80397b63f21a23\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\153f85fae0e74c9fb9d0694f45260352\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b3fcb4df83e4c24ab328680477de4e8\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5b5540888824053b99ed1a52c0bc585\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b89ddca06294b948a4fa7e4bad4019c\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\71c85fdaec7d4d9bbcc7b333e1d456a5\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\0eef621872dd40a9a8277a29851e1472\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\a813c5d4217540d4bca6f6f371f9e38a\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\94cdfae50a9a49e386ed4b8741127f8b\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\aafc698d1e544f5eafe70d06ecc6cfee\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\e293c132f4ff43a89c7012ec1e751286\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\b70ae20308b64992981bbb2696882954\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\78bbe00bc4cb48a699a4aaf5d7adb01e\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\40bd5f22cd614880a9ce2c2556399dce\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\198c7200b2784f65ba5c0aba22d19678\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\ecb6f8c921524520a04da488f4f39a8b\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\240cf2a0d4db427bb6a8926a64fdbfb2\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\f02b231f269344ba869ffe49f83a646c\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\28d3850029fb4b1daa1c4ed869032fd7\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\90244717b91b4343a17794626574eaf1\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\daa410356d614e03aba9398c31a60b33\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\6acd354b18524b048f17e069d248ed96\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\2fc109ad8c524e5d9fe438c0d70855c7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\76fddd57ea5146d2bd63698cf18d7935\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\55b7e8efcc3f45d881e9239893425e6b\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\14bab9ae27314f51a0e6bfb3bfb98177\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\47117711fa224fc89799472e31d340bb\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\f9c39ed4f4c44657820c87531e521d06\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d1b6ed050ed4bca94fda57493902697\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\93ed92cb1aca4f829f25d329405dd333\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\2cd1d3bc85444ece9a8f4f6cfda19861\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\57ab167173bd4fccb38ac479a0a85d1c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\e90b35e01b154ff0a76d93f013067efa\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\93437c0c227a4a4cb091856fc27f1a0a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\b9afa68ee0454e3dafcfd519fad7695f\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\e9ae79ac16844f598ac18d6546244c4a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\340b467a6ad64372b3ae0073f80f6fc9\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\c18f2175f64345b4883d7e877a43d9cf\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\cc6a855fa24e4e3d958a376b57d0634a\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\67b7594ffa934d1d94d3337b431f5cd1\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\3583bbff139c4a269f0fce3db3280e2f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\32553d4e88d04adaa7daac1b62f813f9\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\503ed476be454ff9bf508c36e47f874e\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\36fc943e19ad4db3b2abc1a5f0e51010\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\cc7c124a9bca436e97ced0a51390c967\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\9dbbe068fe9f408dad4519cc3b2756aa\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\e31e5adc676d44c79a639a65fd4b8ed0\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\adc23ea7e1f449ffbbcb3212d4907b35\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\2765650cb86848849be4635dd2bc549c\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\c227c8d1ca694515926b7a1fecd3a92d\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\0376111cd59848c096c2330922e9e417\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\d887e93346fe4177a48d86dcbf1d053c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\48ef44e151dc41fc9f9d324ce32c47ae\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\dce85b39b4094bbd866fcadfc8a4925e\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef074dbad7c744fca8f28ceeb779943d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee5e2b351c19401f8b206acbb1a87810\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d5b1faded6d4bbc8da3146463100a42\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7764b50accc4673acfcd8d952bd0054\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e78c5cb859b40bfbe4fad2161c07c30\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\983637cf615645ca930503ec0b7bb6ae\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\f00d17b27dc54b5ba4991096ab493d6a\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6be5290ce5f54edab57d03c3bb3ef3fd\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\71488f4222be4d55b0f2ddfee0acc953\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f52f8ff2f0d4958a0e3d777751d9f34\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ddd1a48457f48d5be0e58ce125e40cf\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\9bf536df36bd49af8906734f0d6754ee\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\d802fe7a6e624d60ad97692acb4a2f77\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\cdf11150ceed472c8548e9ffc06350aa\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb207ff120fb4c8485ec8a8d96eb172f\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\bdd49851b83249ea93fbd480247df2f7\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ede015c01c44999abd2a97875fa6f21\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\a09ad3a46d894e5aa5b68e54ddc7894c\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\703882b6254248dd8d251e9fdbe78a4f\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\0fa12d57fddc4de2abcf5774bdcbf3fe\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\90abd68091fd4d45aa7a5015f605b589\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8bd3f73371642b4a3236657de84197b\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b9278710f874d1b957f283ad8bfd7dc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\3d3d5ff24f4c4e11a279f7bd175d0ab9\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\27846968dcf24eb1810eb537febcea88\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f9f6cf8b81164fdda5d5a920e17362a7\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\681513a3981d49a69dcad10db9794b9c\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\22cc86dc991148d2b6140a7692a6e27f\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\60e9e9c3cd4d4e46bf343f8b16f1cd7a\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc29b60e57934879a0bd3290ad89af12\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\384745583d4241e5b76e123ccd699528\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\2ae99341ff7946ee98910f74007f8bbe\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\8022699767cf4fe886a650d99b0ddc15\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc8bb93c19b74de5a4ab28d61558a998\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f3a55b35caa4cb59c232aadea0cbd33\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\01f9cb0adf6948b88bf5453aa32326c4\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7fcb5d183b741d6b2bc1ce3d4dd2a8b\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\bcd72727aa374fe1aa69d2fed0002f6e\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\3079ef955f214786b302f5e30644b76b\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\05171a9ed0de45c4a9a2ecc52221ca2d\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\76642dcab7ab4f21907f46ae74300ace\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\7efefdae06d94e98a73213c899a64281\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\5548a96a4fb3472097afb6405780ad2c\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\fadcd814bb684d5eb0dd8831845b2f44\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbb936390955465b894fcc66291ba3ff\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\de98da9adcd24e8fa18e143a183b97cd\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\538a7a59bacd4d738e2beb97fba5307d\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\825c274fd29b4824b0a35caae4eb9bde\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\445ac42d526248398858f3dc280c5011\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0615f785e654c278253f1d7f2029a3b\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\00637e2c15604473a7b0ef4b474eb6ba\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ded28b43c504fa6b011e3d418b8773d\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c262b3f73994eb1b36d1f6225075890\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8d8ac08a4f842a1989c8757e998ee92\WindowsBase.dll"/>
</ItemGroup>
</Project>
|