|
<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.25609.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;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\d2abd4637ff14ab2b91a1a0df2433511\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24b72129982847d7a3fb61fa81447ec5\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1569037120141078ff7046dd7b90984\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd7de7d3bf5a49778ce99487bbd9a104\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89c96afed13d470d8a5b53c2b31c1980\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63180b0cbcef4b3aa76ec4552d5f2a09\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50e15c762b5840039c9c32512a44580e\System.Private.CoreLib.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|