File: Microsoft.Extensions.Telemetry.csproj
Web Access
Project: src\src\Libraries\Microsoft.Extensions.Telemetry\Microsoft.Extensions.Telemetry.csproj (Microsoft.Extensions.Telemetry)
<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;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\LegacySupport\DiagnosticAttributes\NullableAttributes.cs" Link="src\LegacySupport\DiagnosticAttributes\NullableAttributes.cs"/>
    <Compile Include="..\..\LegacySupport\IsExternalInit\IsExternalInit.cs" Link="src\LegacySupport\IsExternalInit\IsExternalInit.cs"/>
    <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\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\GetOrAdd\GetOrAddExtensions.cs" Link="src\LegacySupport\GetOrAdd\GetOrAddExtensions.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\PooledSetPolicy.cs" Link="src\Shared\Pools\PooledSetPolicy.cs"/>
    <Compile Include="..\..\Shared\Pools\PoolFactory.cs" Link="src\Shared\Pools\PoolFactory.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="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\Microsoft.Extensions.Telemetry.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\Microsoft.Extensions.Telemetry.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\Microsoft.Extensions.Telemetry.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.Extensions.Telemetry\Debug\net462\Microsoft.Extensions.Telemetry.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\0651085ab2db468e928095cd86821153\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b58c71adb6044e55a2583999aee51d00\Microsoft.Bcl.HashCode.dll"/>
    <ReferencePath Include="..\..\..\..\ref\af3a43515ce845f1b3aeaa367cda28c0\Microsoft.Bcl.TimeProvider.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45140f9685664a608fcab4f82c328436\Microsoft.Extensions.AmbientMetadata.Application.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94284eb07a9543ae9d464e1b92ad63e2\Microsoft.Extensions.Compliance.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23e60a24488e4b6aa9f1cf5721013201\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5dfbb8e9acb4db09b91ebf92c4c9c08\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7697398a67334597ac0689e319594836\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df89297dfc8447619ab453b66f06f462\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e2f2617d086a401b8437c3cb8bc35c0f\Microsoft.Extensions.DependencyInjection.AutoActivation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29358e90af2e4ccf9efe76d17231132f\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\187cbb1ce13f42919789168e9c8f37c6\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69e5d7edb7684ba0a9318dfe7e932c8f\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17ff841d5e554e1fa0dc84ba68b3d7bd\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cbe1c898fa1a4fe99eb91540fcbdc7f4\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fcd5a6fc59604cc1873e07e98a0526bb\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ced6d3f6e1f54ffdacf6dc5ebb8fb0ce\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97b80cc15a9742808f538d09e5cbe54e\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f47e61be173c4bf08ac200c4b3d1c8c6\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5bac3043d4584412b5e7d9f1eae40f3b\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\27bcb137d4454f8192da648bab8c9e3c\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0e7f72303935499389dbbfecfbb6dd6e\Microsoft.Extensions.Telemetry.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\04b32629b4364480b7ee968494a34fac\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b2d1b8bf968e435a8f1bf50ac8adbe27\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c75dc30bcdd441e798057be0d95878fa\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe4c196d33bb4943b384513e617837f9\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da453a8bb3ac4e34a3040ee9dd9be42a\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c255ff214a3f4b2ab550af06db14015b\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c225c5b26327481aa625952535e78688\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b2792b6d00b4a7b9841029a688ad04c\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97eaa07f64fd42278aaecab90a76928b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7141e86840f14d9d80339b1a8ef172e0\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ec9197d1f7c4c4dbf693e36cfb70674\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb56097fb2254a399d1794b048667fce\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77b60af6663e45bf9a2c75ff62f47cba\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7df9bef78e0f4dae8fb2a658c86e5d22\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\67040de58f2845c2853aec4726d6a392\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c79620f502f4e7692c81ec44e59e7a0\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b3cbc9a40647491cbd0ad34052fe604a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b7e9033d7cb340ba831f1657c9c0da4b\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\005f1668a7b942e9a3806c0ab160d243\System.Xml.Linq.dll"/>
  </ItemGroup>
</Project>