File: Microsoft.Extensions.Caching.Hybrid.csproj
Web Access
Project: src\src\Libraries\Microsoft.Extensions.Caching.Hybrid\Microsoft.Extensions.Caching.Hybrid.csproj (Microsoft.Extensions.Caching.Hybrid)
<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.Caching.Hybrid</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Latest</LangVersion>
    <DefineConstants>TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_1;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER;NETSTANDARD2_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\LegacySupport\TrimAttributes\DynamicallyAccessedMembersAttribute.cs" Link="src\LegacySupport\TrimAttributes\DynamicallyAccessedMembersAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\DynamicallyAccessedMemberTypes.cs" Link="src\LegacySupport\TrimAttributes\DynamicallyAccessedMemberTypes.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs" Link="src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs" Link="src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\TrimAttributes\UnconditionalSuppressMessageAttribute.cs" Link="src\LegacySupport\TrimAttributes\UnconditionalSuppressMessageAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\CallerAttributes\CallerArgumentExpressionAttribute.cs" Link="src\LegacySupport\CallerAttributes\CallerArgumentExpressionAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs" Link="src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs"/>
    <Compile Include="..\..\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs" Link="src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs"/>
    <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="HybridCacheBuilderExtensions.cs"/>
    <Compile Include="HybridCacheOptions.cs"/>
    <Compile Include="HybridCacheServiceExtensions.cs"/>
    <Compile Include="IHybridCacheBuilder.cs"/>
    <Compile Include="Internal\BufferChunk.cs"/>
    <Compile Include="Internal\DefaultHybridCache.CacheItem.cs"/>
    <Compile Include="Internal\DefaultHybridCache.cs"/>
    <Compile Include="Internal\DefaultHybridCache.Debug.cs"/>
    <Compile Include="Internal\DefaultHybridCache.ImmutableCacheItem.cs"/>
    <Compile Include="Internal\DefaultHybridCache.L2.cs"/>
    <Compile Include="Internal\DefaultHybridCache.MutableCacheItem.cs"/>
    <Compile Include="Internal\DefaultHybridCache.Serialization.cs"/>
    <Compile Include="Internal\DefaultHybridCache.Stampede.cs"/>
    <Compile Include="Internal\DefaultHybridCache.StampedeKey.cs"/>
    <Compile Include="Internal\DefaultHybridCache.StampedeState.cs"/>
    <Compile Include="Internal\DefaultHybridCache.StampedeStateT.cs"/>
    <Compile Include="Internal\DefaultHybridCache.SyncLock.cs"/>
    <Compile Include="Internal\DefaultHybridCache.TagInvalidation.cs"/>
    <Compile Include="Internal\DefaultJsonSerializerFactory.cs"/>
    <Compile Include="Internal\HybridCacheBuilder.cs"/>
    <Compile Include="Internal\HybridCacheEventSource.cs"/>
    <Compile Include="Internal\HybridCachePayload.cs"/>
    <Compile Include="Internal\ImmutableTypeCache.cs"/>
    <Compile Include="Internal\ImmutableTypeCache.T.cs"/>
    <Compile Include="Internal\InbuiltTypeSerializer.cs"/>
    <Compile Include="Internal\Log.cs"/>
    <Compile Include="Internal\RecyclableArrayBufferWriter.cs"/>
    <Compile Include="Internal\TagSet.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\.NETStandard,Version=v2.1.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\.NETStandard,Version=v2.1.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\Microsoft.Extensions.Caching.Hybrid.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\Microsoft.Extensions.Caching.Hybrid.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\Microsoft.Extensions.Caching.Hybrid.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.Extensions.Caching.Hybrid\Debug\netstandard2.1\Microsoft.Extensions.Caching.Hybrid.InternalsVisibleTo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\0b0ac768947b42b8aa0e6919fde0e834\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0bc49686a48f45cba0bd2a3cab1e0987\Microsoft.Bcl.TimeProvider.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ee0b8829c2d4751ba67c88b4c6b5639\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fc5d40d52cd54767869bb6a0ab2f4d1e\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f546af9deb6340c1aeb0b45bcc6febb8\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c47b13def1ff4a3d8454ef20da4d7d37\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0e413832ba864e6fa2660e9b96cc1d56\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edae64d6ddef48cfa2c5be486073a1dc\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2549a876ec2347a39567e2830a9258c9\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9142350e27fd4abb825452765b93bad4\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a41d6b7189842eca409fd0b1c3e3dcf\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2ab5c6c059d426ab55c8da4f448e4c6\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78879aeb902a4dd18849610481cc0070\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d25212825df5458fa4af95c6518fe119\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a4f5d0e31b447de8056ffd1b9d59632\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8f179a06dda147fa9b8569ca4c5b7344\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9218c26eca74526b8be836bf18aab56\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ffb96bfb5bd74fd0af1f76ee5c3b9ae6\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c511f7435434d178d84190527776550\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\44f45d2a71b3470ca2c198eed29e666b\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b9479bcd039f446f8b848285bc95a1e2\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5579f754cc6e4d5db16b5b77c6f719a1\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0e467b895c5a469381433ffcdc4d44cb\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79fce38fa2b8441097400eae7af6ff3a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47243bb6ee7c42a6b6e397af43b94e5a\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd4870a49f404ed4afa724a7378a44a5\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ac7ffba5fb24da18d37250593124350\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17e59d057a1a46f5b5c6203b3864f806\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\713fc75350f7439c9b7aa67b8cbef063\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5f596ce57e8429d9100af7f254c810e\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\116590000e7c4f24894a71036ac89f57\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2f0ac209b44b41e9bc9d4886614e141f\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9fbc2b58d8ac46179c7391fb7fad382f\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c0d077f85e14a1daa8e0c9b63c64d46\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86cc4163710d4c90b497cae076347f3e\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93dbeef93b1049838119bb66e28b895f\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\703e3532f9934b2897e27d78ccd84401\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\10445de11a1e406692f113352fff551d\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\67b862c30b3b4cc383a87bae9148d2fd\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9248ed3d02df4d90a90a6bbf6536d5f2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\851fca6653594d31813a360ce450d9f9\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\25b71afcd54e4a6998369ba97f3d3a75\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33efaea0573147a6abf031b9f7d0252a\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\85a3bfcc46a045a18c491d0af1a647b8\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2670a390e9f4596a0bce955d8782756\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86d8fd3ee7134b78821c889d6c8610bf\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9a262bbdde7445ddb41a3b8fc6516c38\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f9b7ece301d485ea360eb7cce287c68\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b4e203c1413448498790587e44ef80e0\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59eb2465cdd84045bf6fe5e0b4f6b693\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f3dc2f713ca3400e9b9ec4dc30310587\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8257700a2c54446ca540c750b85c233f\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cab39c3d28584ffeaad030456ad160f4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d26308caba7c4b0cb6e52ba66e670b41\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4aeb2531c63047eca76899d46086f8d8\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0bd82d09a38046da8f62c5d7b6fe77e8\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f7545fcffc34587af029c67bfbfe832\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d6ca484822f64fbba6db97dab3e47930\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\450ad80097854737b5743bad887f6ea0\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02d87ea159274f4eb36c5a19acfa2ab3\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de8c2e2bf0aa439195afdc25650e86e1\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7febf6cde7d647e1b88102ae151b14e9\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fb3defeb5a8b4b128b5064929ad6d0db\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\06359ecbecf94b3bba36e09e381c93f5\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\537efcf14b8746e6a4702050b6a9c58a\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa7b66ac6e424a9a9b5c6cbc8dd6929c\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08c13bbd207841dc9c19cc4776102b90\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4eca17bccd0e468cb71b2a5c3d10c35e\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4c27fd5ee5e0410cbfa90bd4896ea514\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1cde5bdad0514b48a7bf2007ec49661b\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5139b9250ba14a918cacd0db5eb3ec4b\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bece4defbaf74d3da3660687838adb59\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\385de4f0b81049fa9b179a72e8e29b90\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c1884112035488d852150534b0747c1\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\81ed041f35c24df59f2a63f62343e868\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68851ed10d4d4f2c9a8ec48c44c0fee9\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b9bd7f81eb44bcaba199742c5a39136\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\050f646c741c49608df70a16da8dba95\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9df3ad60aec743969f8203a6ba3b1044\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c95889789e8f4080a7a8129f693a5b0b\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b5608cea8f34aefb26922e453136265\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1468457c637b4402ad73b82d5ba9a2c7\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\423f26be9c9d42a9b84643dfe37847c9\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a91c7bf658b415698dbc675f0e35d8c\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\742d0d72d71749ab882f1eaf230f3f6a\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1672cd08d6824d0f88301dc4aa4b0e49\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17a0da4c2ac14857a9f008cab2a0377b\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8391708f361428da4a845fb3e6b1001\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\132094afa0084a5cbb784dfa821d3b12\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f512e10a81a64e51adc2b6f3e25df20a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a65133893ded4adfa711743a1a0720c1\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aabc294531ff4618914029cf80e94a64\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb1c8c3c10384a4d946a5cd22578d18e\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3913073686744f94bc54762ed5caaf90\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00a2880ef2fc49dfafc39e274eb4ad4b\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edf606b6b8d74aa690e748b923041104\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\041aced249a44a20ac2e19e1135113ca\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\10a238a103da4729ae8b5e533b9a7650\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cec29e3de793443c98045be3edaded52\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99ea69f80cf64b4e96b6ac71ef3627f2\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3faf2feabd3d4b668741190fe98b9ff0\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\858de27f358742d7b25bc19a4fe82608\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64fc2c08cbb4405b965d51f5a4e0efbb\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9fe0d1c3c9f4252b06d42c4bb4568fb\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ebc764a5f881445f80fe0b624920cf28\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\32c17234d4bc4b099efead2aa875b16c\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\720d5a32555842aebfcd82c79fec1813\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\95539f7317a34fdd87c34f6e1b350e31\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d66255fbb00a4b08aa5bb409ba1a7006\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\52631679541b4f20b4f36a56463164aa\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c443db18a8054115a45cf377e7cf6510\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\530c7c3cff0c48debe7fee35e8025a37\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e70e3d5615a4485b95ed55de9ba7a0b8\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ee547f12f9b4101bb4652b3777f45fd\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa8138d9eb97463f8cf922d9dc3047c9\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3f7ca171acc44f19725004611370d8a\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d93ec6fcd5054cd39872d0c8e3e9be52\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bf423844bb9b4f6785056154dd8dc5d3\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dcc0a59a078042e093cade6afd2af0bc\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a6716dabb5d452287fe1b3ed998192f\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b2e0f9e094704d40a3bf114fe1d1b66a\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aca500afeefa489d807986c473663923\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\31996035b577434a80b0347b7f29ad15\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b0c994b8c16462ea98f5f4ce093d151\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ffabc55bd55c41d9a34546c8e211a93f\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08d3b53396564b269a7954c3fb52fca1\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0fbd000e070b48c988cb598fe6722637\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14611aedb5f843f88c089b57d19eb44b\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7233ed48d35a437a9560b6c4ab30132d\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29ecaec50b7f4d2492d53009b1f36270\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76e02d8069094839bb590767549374d0\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\277ab3a74b604d78a7ebf46b605f46ad\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51e8bc57eedd49929ebb627b17356847\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\808a2cc40f0143cea44c5599c59e274a\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\530dcb03cade4e7eb0296866b3bc72e1\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>