|
<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>System.Diagnostics.TraceSource</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26172.108\tools\snk\MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;TRACE;DEBUG;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;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="System\Diagnostics\BooleanSwitch.cs"/>
<Compile Include="System\Diagnostics\InitializingSwitchEventArgs.cs"/>
<Compile Include="System\Diagnostics\InitializingTraceSourceEventArgs.cs"/>
<Compile Include="System\Diagnostics\CorrelationManager.cs"/>
<Compile Include="System\Diagnostics\DefaultTraceListener.cs"/>
<Compile Include="System\Diagnostics\DiagnosticsConfiguration.cs"/>
<Compile Include="System\Diagnostics\SeverityFilter.cs"/>
<Compile Include="System\Diagnostics\SourceFilter.cs"/>
<Compile Include="System\Diagnostics\SourceLevels.cs"/>
<Compile Include="System\Diagnostics\SourceSwitch.cs"/>
<Compile Include="System\Diagnostics\Switch.cs"/>
<Compile Include="System\Diagnostics\Trace.cs"/>
<Compile Include="System\Diagnostics\TraceEventCache.cs"/>
<Compile Include="System\Diagnostics\TraceEventType.cs"/>
<Compile Include="System\Diagnostics\TraceFilter.cs"/>
<Compile Include="System\Diagnostics\TraceInternal.cs"/>
<Compile Include="System\Diagnostics\TraceLevel.cs"/>
<Compile Include="System\Diagnostics\TraceListener.cs"/>
<Compile Include="System\Diagnostics\TraceListeners.cs"/>
<Compile Include="System\Diagnostics\TraceOptions.cs"/>
<Compile Include="System\Diagnostics\TraceSource.cs"/>
<Compile Include="System\Diagnostics\TraceSwitch.cs"/>
<Compile Include="System\Diagnostics\TraceUtils.cs"/>
<Compile Include="System\Diagnostics\SwitchAttribute.cs"/>
<Compile Include="System\Diagnostics\SwitchLevelAttribute.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\System.SR.cs" Link="artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\System.Diagnostics.TraceSource.AssemblyInfo.cs" Link="artifacts\obj\System.Diagnostics.TraceSource\Debug\net11.0\System.Diagnostics.TraceSource.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\2cf8f536af0f4f2abe3c2dcf961b28a6\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77b47b6f3ad64dfcad7c673b4cdf6276\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c98fcbeb7dc49c8ad08db986a62bf50\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\870b947fe32f497d86429080170b93c2\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2cdfdd44bf949c4839d13bd28925d49\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96ed17a564624d7ab185d1a17720c55b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ef5a6b6343d4e9fb5ea59723413c755\System.Private.CoreLib.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|