set up CoreLib to include EventCounter in build project (#22501)
authorSung Yoon Whang <suwhang@microsoft.com>
Sun, 10 Feb 2019 02:23:33 +0000 (18:23 -0800)
committerGitHub <noreply@github.com>
Sun, 10 Feb 2019 02:23:33 +0000 (18:23 -0800)
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems

index 192c520..dfb1aa7 100644 (file)
   <ItemGroup>
     <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\ActivityTracker.cs" />
     <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventActivityOptions.cs" />
+    <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventCounter.cs" />
     <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventDescriptor.cs" />
     <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventProvider.cs" />
     <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventSource.cs" />