|
<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.Telemetry</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_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\RentedSpan\RentedSpan.cs" Link="src\Shared\RentedSpan\RentedSpan.cs"/>
<Compile Include="..\..\Shared\NumericExtensions\NumericExtensions.cs" Link="src\Shared\NumericExtensions\NumericExtensions.cs"/>
<Compile Include="..\..\Shared\Memoization\Memoize.cs" Link="src\Shared\Memoization\Memoize.cs"/>
<Compile Include="..\..\Shared\Memoization\MemoizedFunction.cs" Link="src\Shared\Memoization\MemoizedFunction.cs"/>
<Compile Include="..\..\Shared\Data.Validation\LengthAttribute.cs" Link="src\Shared\Data.Validation\LengthAttribute.cs"/>
<Compile Include="..\..\Shared\Data.Validation\TimeSpanAttribute.cs" Link="src\Shared\Data.Validation\TimeSpanAttribute.cs"/>
<Compile Include="..\..\Shared\Data.Validation\ValidationContextExtensions.cs" Link="src\Shared\Data.Validation\ValidationContextExtensions.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="..\..\Shared\LogBuffering\DeserializedLogRecord.cs" Link="src\Shared\LogBuffering\DeserializedLogRecord.cs"/>
<Compile Include="..\..\Shared\LogBuffering\SerializedLogRecord.cs" Link="src\Shared\LogBuffering\SerializedLogRecord.cs"/>
<Compile Include="..\..\Shared\LogBuffering\SerializedLogRecordFactory.cs" Link="src\Shared\LogBuffering\SerializedLogRecordFactory.cs"/>
<Compile Include="Buffering\BufferedLoggerProxy.cs"/>
<Compile Include="Buffering\GlobalBuffer.cs"/>
<Compile Include="Buffering\GlobalBufferLoggingBuilderExtensions.cs"/>
<Compile Include="Buffering\GlobalLogBufferingConfigureOptions.cs"/>
<Compile Include="Buffering\GlobalLogBufferingOptions.cs"/>
<Compile Include="Buffering\GlobalLogBufferingOptionsCustomValidator.cs"/>
<Compile Include="Buffering\GlobalLogBufferingOptionsValidator.cs"/>
<Compile Include="Buffering\GlobalLogBufferManager.cs"/>
<Compile Include="Buffering\LogBufferingFilterRule.cs"/>
<Compile Include="Buffering\LogBufferingFilterRuleSelector.cs"/>
<Compile Include="Buffering\StringifyComprarer.cs"/>
<Compile Include="Enrichment\ApplicationEnricherServiceCollectionExtensions.cs"/>
<Compile Include="Enrichment\ApplicationEnricherTags.cs"/>
<Compile Include="Enrichment\ApplicationLogEnricher.cs"/>
<Compile Include="Enrichment\ApplicationLogEnricherOptions.cs"/>
<Compile Include="Enrichment\ProcessEnricherServiceCollectionExtensions.cs"/>
<Compile Include="Enrichment\ProcessEnricherTagNames.cs"/>
<Compile Include="Enrichment\ProcessLogEnricher.cs"/>
<Compile Include="Enrichment\ProcessLogEnricherOptions.cs"/>
<Compile Include="Enrichment\StaticProcessLogEnricher.cs"/>
<Compile Include="Http\HttpRouteFormatter.cs"/>
<Compile Include="Http\HttpRouteParameter.cs"/>
<Compile Include="Http\HttpRouteParser.cs"/>
<Compile Include="Http\IHttpRouteFormatter.cs"/>
<Compile Include="Http\IHttpRouteParser.cs"/>
<Compile Include="Http\ParsedRouteSegments.cs"/>
<Compile Include="Http\Segment.cs"/>
<Compile Include="Http\TelemetryCommonExtensions.cs"/>
<Compile Include="Latency\Internal\CheckpointTracker.cs"/>
<Compile Include="Latency\Internal\LatencyConsoleExporter.cs"/>
<Compile Include="Latency\Internal\LatencyContext.cs"/>
<Compile Include="Latency\Internal\LatencyContextPool.cs"/>
<Compile Include="Latency\Internal\LatencyContextProvider.cs"/>
<Compile Include="Latency\Internal\LatencyContextRegistrySet.cs"/>
<Compile Include="Latency\Internal\LatencyContextTokenIssuer.cs"/>
<Compile Include="Latency\Internal\LatencyInstrumentProvider.cs"/>
<Compile Include="Latency\Internal\MeasureTracker.cs"/>
<Compile Include="Latency\Internal\Registry.cs"/>
<Compile Include="Latency\Internal\ResetOnGetObjectPool.cs"/>
<Compile Include="Latency\Internal\TagCollection.cs"/>
<Compile Include="Latency\LatencyConsoleExtensions.cs"/>
<Compile Include="Latency\LatencyConsoleOptions.cs"/>
<Compile Include="Latency\LatencyContextExtensions.cs"/>
<Compile Include="Latency\LatencyContextOptions.cs"/>
<Compile Include="Logging\ExtendedLogger.cs"/>
<Compile Include="Logging\ExtendedLogger.EnrichmentTagCollector.cs"/>
<Compile Include="Logging\ExtendedLogger.LegacyTagJoiner.cs"/>
<Compile Include="Logging\ExtendedLogger.ModernTagJoiner.cs"/>
<Compile Include="Logging\ExtendedLogger.Scope.cs"/>
<Compile Include="Logging\ExtendedLogger.ThreadLocals.cs"/>
<Compile Include="Logging\ExtendedLoggerFactory.cs"/>
<Compile Include="Logging\Import\LoggerFactoryScopeProvider.cs"/>
<Compile Include="Logging\Import\LoggerInformation.cs"/>
<Compile Include="Logging\Import\LoggerRuleSelector.cs"/>
<Compile Include="Logging\Import\NullScope.cs"/>
<Compile Include="Logging\Import\ProviderAliasUtilities.cs"/>
<Compile Include="Logging\JustInTimeRedactor.cs"/>
<Compile Include="Logging\LoggerConfig.cs"/>
<Compile Include="Logging\LoggerEnrichmentOptions.cs"/>
<Compile Include="Logging\LoggerEnrichmentOptionsValidator.cs"/>
<Compile Include="Logging\LoggerRedactionOptions.cs"/>
<Compile Include="Logging\LoggingEnrichmentExtensions.cs"/>
<Compile Include="Logging\LoggingEventSource.cs"/>
<Compile Include="Logging\LoggingRedactionExtensions.cs"/>
<Compile Include="Sampling\ILogSamplingFilterRule.cs"/>
<Compile Include="Sampling\LogSamplingRuleSelector.cs"/>
<Compile Include="Sampling\LogSamplingRuleSelectorExtensions.cs"/>
<Compile Include="Sampling\RandomProbabilisticSampler.cs"/>
<Compile Include="Sampling\RandomProbabilisticSamplerConfigureOptions.cs"/>
<Compile Include="Sampling\RandomProbabilisticSamplerFilterRule.cs"/>
<Compile Include="Sampling\RandomProbabilisticSamplerOptions.cs"/>
<Compile Include="Sampling\RandomProbabilisticSamplerOptionsValidator.cs"/>
<Compile Include="Sampling\SamplingLoggerBuilderExtensions.cs"/>
<Compile Include="Sampling\TraceBasedSampler.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\Microsoft.Extensions.Telemetry.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\Microsoft.Extensions.Telemetry.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\Microsoft.Extensions.Telemetry.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net8.0\Microsoft.Extensions.Telemetry.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\55edfc056a42469494a69aa002bd4ced\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\ffcb03e08f5549ee8daded691ce339ac\Microsoft.Extensions.AmbientMetadata.Application.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0524f5d38894f23a0bad2dd3a69d406\Microsoft.Extensions.Compliance.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\649f9a5315084d038b64e29ea11b1fb5\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e947d92388f44f84bcf87bb92b8c10a2\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8dbf677037c4363bdec07364295385f\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\9efc724329ab415f9a4af6b465bba4d6\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddf3c06128114e05bea5363a4e48d1c5\Microsoft.Extensions.DependencyInjection.AutoActivation.dll"/>
<ReferencePath Include="..\..\..\..\ref\5104d7b0292e45b095e4112d70086b0a\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\ref\433c048dae954620986248311151f66b\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\781590a6c8e24e6b9f85d75a1ac30c81\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\c5a0a59f4fe94472b758b1fb5fa6028d\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\71e52421c6904ee8851944a0b0136989\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\467a937c5b0048b8ab12571d93e32745\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\df7a339e325b4bc59b14a148610a3a19\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\ref\9fb0bdc95f2a4309903ae2eed775046f\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\f9964b37fdf04e8e901a82f8809fc884\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0308d995074f4663b87ab86169c72b7d\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\ref\854060075cf34b92aae74d5d941038ea\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\247b494036794d2b8fe635a9067d48b0\Microsoft.Extensions.Telemetry.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc8eabe140ac402aa2aba5e86e39f641\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\294bd54a687b4ced98fbc761886ad7da\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\90f1f63314414b6e81226de48f5ecccc\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\e475ef08c03e46329c38265aba8298e9\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f5233f51b3c48708e089b6cb63a24f4\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\75e8e78099ef43a8a48c8d86f5cfaa1b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\002177b4f8c44e07b4622ff2a4f45f37\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd47d8ce7caf4e948a266848c39e1f57\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\2eb0ed3da553443aa8212a88bfabe956\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec1eae7bf46e4a4d9d7dc16f78459e47\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\69e2af19a7834c01819bc6c26285b64d\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ad6944ca3d242cd96234719e060beab\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0a98bc9257c436283aee6591d638505\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\082f2fccac73443d8b95e744fec22eeb\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb6dbcc5b4a94f6faa1cc3c944ffa59f\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\3225286cdbe04e9c9e3e278d1149007f\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e929f9b2a904ffd983efea969c2d85c\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\34a669c1668e435d8921a65ca7330b86\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\066210a642ac496d90f2d0b8042df85d\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\07c035a60223407ca5341491b1fe8583\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\4584eb9929784288b3cb572e29b1e77d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b22b17be5a24d2fbcb9845af7100037\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\dec5ca7627ae42cb9f718f5c04ef3cd8\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\1cc9a91c1b454b4fa4f6cfa833f2cfe4\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6ccc9b3136c4e87a04be1e5cf99dc84\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\047237e119194d6f82f9c8d25cb2059e\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\0aae2361c6fb460083d9a1e1c145131f\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0c1fa59ae6645f89d0cf2cabecc4a01\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b8b49030e744371961f6b3f97d86e6e\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e0081ee192040c48f62994fdbded377\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\59a30e3461dd48dbb19aa45f22699cc3\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d400593c240481fbd5be2546aced694\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a414830d57146dbaa46679b690f250c\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb6eea21d6cd449090b6400c4f6bcd1a\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\25154f383608494e974911317ed69b1e\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\952a123feef14b50b4fcbeb48e4cb8d6\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3c81ec0e96143559f55c96412606cb9\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\61d030af56fc48a89708d75f5d149668\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ba3c643054e4e57bbd685b4a0e0651a\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b7e71d132d7445a889a7bd7be8abf83\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\c8bdb1ac094a41c0ac5c9cfbe67f3c4d\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7872853009441039d379e8eba08d801\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\00b22612730745b3b53289bb280b6d08\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a3618ee80e94b459cd826677a9c6f45\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6356ec4a5f7846adb63d757f229ee0be\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\df8c169b400042d4a185664c1ff51eed\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a8eee23c4c14376b48aa95490e9aa13\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\70eef49ac4e64d8bacd5663efe90319f\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\7017f928f9d644b6801d4c34112626bb\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e2a369b220b4db3b7e354884e0319ad\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\c7228d71ac9f42d5a9ab1a055ef437ab\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bfe2726f98243fd8629a0d223d09ebd\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\84f686da33c94a58bbf3e79efbca5ae8\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\991bda5387734cff80ffe2f2b1e63d80\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d1d535b19e04d58a9c6de9e21f5dd8e\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\27a2febf3be94810a64cfae9715b6b1d\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\b811b3cc3b7e49ea9996173370c3adc8\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f0f9d337c744cf8a08ec1a02c2118fe\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\eeb2a5ce62554533be134098a489d904\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\76fabf6f8acf4a0099cae0bcf8b21846\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe6d3df3ba824811a6085696917ed399\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\ceabb2ad84be42a2bfe821405c1121b3\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\039fbb2f00f1448cbf13a2794f44e7bf\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\f831b619f8b345ca8456c8aa4cd6a734\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\96ad79c9516d41bcadaebb76bc8e7423\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\1efbdeda2c934bdbbdf657fd21846798\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\aed2f98ba28548d5993bd78081ba29ee\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\36ce8fb886044503b78226350582783b\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ca5e872fe73476c982f44682b2dff6e\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\5dd6c3bce5714a6496a45e4f9969cdb3\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\176a60481f194871931fcafc432e5b73\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\25a620d0972c405c816fd7bcce6fcde9\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\74bfbdc7f0394207bd6fe05629cfa42b\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c3a756fa88e438cba9d3f82303035b3\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e1831d4284e4a52a4424a445781654d\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb094ecb4a8d4f7fa1dd73fc1e1658de\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b01b915036e40dcb79f31c15a079a0a\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\d241235f80ce4191b6641955ef3fc240\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\e8079cf83c534d39b17e46daa86c141f\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\a143da4b371e4744ad05e47dc5fc7e2f\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\603f583435af40d592f4825beee50199\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c5254a7f21545caaea2914c13a387b5\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4105cac1b6e478781e0fd0237fbebec\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\64b59c97372946c3a768ac1b7bc4af17\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\928e97d50a104fa197e17f50973a0b9e\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\7cca828255d44784b5e719446740818a\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\3492ad19491a4ca9b91c975e3a2935fa\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\0526945079554e56bcdb2edd93c6d7e9\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\7736d85f23334bc5a57b6ce4b6329d07\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\59d41b7d66374a9aa868465c3acad617\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cd320f69f1b48e09d18802d3ab82df3\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\773f0513090e4519ab5a241336cddeff\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\83e17a38a96248aa820a35ed388900d4\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cb0e27cf73c49648369800b28f26686\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\78a66cb252e54628bed9412347608784\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9064259960aa4152bafbc3b33a10bc36\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe931f982d5040c8961c331b1c7c0efe\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\373feb71b1894b17b8f6d8110afeac8b\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\c046e90c7e0e4527bf6c3d4d374a07d3\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac0b76aed0714cf2af3b39dcdac07a80\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa4f91c60d8a4b35bfdb128dab827f45\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\48784f2cc040478a838e6f34cf32f4e9\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\720773e947e7493db3986fec69a1b152\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\5794ccd3a7b04b3f89b364c6047ce67a\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\31a831a41c99445695c2fd78824521e4\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\c4f02b602a34487ea67d2bc7c15c6bd4\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\52bc1e4ab4ea4e10ae719ef10fe96d2a\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\c5037dbad7d449c8930e561b40dbb6f2\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\85608145a01d46eea3e4f5943127b361\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\a1deee50294f4675bf974fb6ebcf7a96\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\589b5dfe69d14223a6771911e7d17019\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\af484e1788734c39a344e605d1e502fc\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\40faee6e4a324afeb5418966e7b01a88\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b06a87abbd64a53b7a601a5a379886b\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ed51b2d1d3a4c85a9363e75d4d0aebf\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\fdc6f2a4c34a49e089444486737b68eb\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\7eff7f8b1c5d4b4e8fcd95f16d991875\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\b77949b9574f4754a15123dab8250de1\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\92a826cfa1ae4012ad21bb2c5c617a30\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4299c740a4148feb3bf035cb636f0b6\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6d48831f4d74a63bd9c68300f0c78f4\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\602352531f864418b763dcf31f6352d1\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4ae821a61d24826b060bb3ee0f13067\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\8f3d62e5792c4013bfd8d18bf4a1a8a6\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\151933ddc5f242e4aeadb981119fad6e\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fdd77ea653441d4aef3d77a6d238688\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\d84e30a8cc244e6dae9f3c00d3eac1a7\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d53c55cbb5043d6bf1e406597d18eca\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\414f803fb94a40a7bc9207d307340223\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\aeb95f6ef9a34766bbde5f51a0a883c5\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\594d9dedcee946f4affb8c9fa9d792bd\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\94f7729f89e74ef2ac15f6bfa7eb2063\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\1eab2f569eb34059907f85ef342621ab\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5392a2df55184ac188e243314bebab3b\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\39ba1db820604c0f9045ea6a7ccedb90\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a8330f208bf47ca919a096b223b9aa3\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\52bd68df54614816aa5c697ae77bf567\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\eea3fa9f72e24d7289493e5619f5ea0f\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\303eff5232e84385b98cc879820bc668\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cece16a4a7b4fe2a247ca307f821504\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e9ce3eb3ab74341b18312d94964443e\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\70f91622d40f4b4f8096461c8ad07f1a\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f91f5ab698e84ab0bba3ea1cfcf32cb2\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\97abcb9d605744d1bdd78f1d2f495c96\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\261a429fd83149438eb1a5036e0cab31\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\bdab5684ea5f4f98bfa5c17d6e5b1767\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\d89452e5e6cf4055925a119c8b512df1\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8900e8c9ff247feb2b3513130ca181d\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3bdbf89d990444b9ddaadaf3e2f2df3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\3bafb3a8ac8c4af9a3ad201b13192a2e\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\90270581c1bf4fdbac5d871a34495c05\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0b1805bb49b46c3b758532201fc4993\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a9d29217c93416fa55d592e8a7181dc\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ec2914fa63b446d8775f5f99da73150\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b843442f20842b28e9490f694694ff6\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\950682390bcc484186b0155b63c191a0\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\f319669a34d04949bb84faf73b7ed270\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\720267261481499cbd9738163e106c84\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\0212f2131b3540d2bab1c440e0ec3b00\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\e60f4c922bf4465380fe90b442a41cd0\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\74f6fd1b375745de9604d51793433e73\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\15f692490c504040ad1b27ec53f7e313\WindowsBase.dll"/>
</ItemGroup>
</Project>
|