Remove unnused StringExtensions.cs from a couple projects (dotnet/corefx#41211)
authorStephen Toub <stoub@microsoft.com>
Fri, 20 Sep 2019 14:28:13 +0000 (10:28 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2019 14:28:13 +0000 (10:28 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/0286bce5fd360207ca707fe7024248be428cf0e9

src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj

index 52ff79d..128b37f 100644 (file)
     <Compile Include="$(CommonPath)\Interop\OSX\Interop.Libraries.cs">
       <Link>Common\Interop\OSX\Interop.Libraries.cs</Link>
     </Compile>
-    <Compile Include="$(CommonPath)\System\StringExtensions.cs">
-      <Link>Common\System\StringExtensions.cs</Link>
-    </Compile>
   </ItemGroup>
   <ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp' AND '$(TargetsWindows)' == 'true'">
     <Compile Include="$(CommonPath)\Interop\Windows\Shell32\Interop.ShellExecuteExW.cs">
index e2be2b2..82be680 100644 (file)
@@ -32,9 +32,6 @@
   </ItemGroup>
   <ItemGroup Condition="'$(TargetGroup)' != 'uap'">
     <Compile Include="System\Net\WebSockets\WebSocketHandle.Managed.cs" />
-    <Compile Include="$(CommonPath)\System\StringExtensions.cs">
-      <Link>Common\System\StringExtensions.cs</Link>
-    </Compile>
     <Compile Include="$(CommonPath)\System\Net\HttpKnownHeaderNames.cs">
       <Link>Common\System\Net\HttpKnownHeaderNames.cs</Link>
     </Compile>