Remove conditional compilation of DotNETRuntimeEventSource.cs.
authorBrian Robbins <brianrob@microsoft.com>
Wed, 27 Jun 2018 01:23:07 +0000 (18:23 -0700)
committerBrian Robbins <brianrob@microsoft.com>
Wed, 27 Jun 2018 18:19:37 +0000 (11:19 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/b2959eda8e324fdf14e51def8fa2d27765532fff

src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj

index 9e8d9f7..b6917cd 100644 (file)
     <Compile Include="$(BclSourcesRoot)\System\Diagnostics\Eventing\EventPipe.cs" />
     <Compile Include="$(BclSourcesRoot)\System\Diagnostics\Eventing\EventPipeEventProvider.cs" />
     <Compile Include="$(BclSourcesRoot)\System\Diagnostics\Eventing\EventPipeMetadataGenerator.cs" />
-    <Compile Condition="Exists('$(IntermediateOutputPath)..\eventing\DotNETRuntimeEventSource.cs')" Include="$(IntermediateOutputPath)..\eventing\DotNETRuntimeEventSource.cs" />
+    <Compile Include="$(IntermediateOutputPath)..\eventing\DotNETRuntimeEventSource.cs" />
     <Compile Include="$(BclSourcesRoot)\System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventHandleTable.cs" />
   </ItemGroup>
   <ItemGroup>
   </ItemGroup>
   <Import Project="ILLink.targets" />
   <Import Project="GenerateCompilerResponseFile.targets" />
-</Project>
\ No newline at end of file
+</Project>