Cleanup unnecessary import (dotnet/coreclr#10472)
authorAlex Perovich <alperovi@microsoft.com>
Sat, 25 Mar 2017 03:13:09 +0000 (22:13 -0500)
committerDan Moseley <danmose@microsoft.com>
Sat, 25 Mar 2017 03:13:09 +0000 (20:13 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/2a5355996742034c88a4c5da592e56627d753b40

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

index 1dce811..bac8456 100644 (file)
     <!-- Use a different nativeresource file to avoid conflicts with mscorlib-->
     <Win32Resource Condition="'$(GenerateNativeVersionInfo)'=='true'">$(IntermediateOutputPath)\System.Private.CoreLib.res</Win32Resource>
   </PropertyGroup>
-  <!-- Import resources tools -->
-  <Import Condition="Exists('$(ToolsDir)\resources.targets')" Project="$(ToolsDir)\resources.targets" />
   <Import Project="GenerateCompilerResponseFile.targets" />
 </Project>