Add more shared sources
authorAlex Perovich <alperovi@microsoft.com>
Tue, 28 Feb 2017 22:37:49 +0000 (14:37 -0800)
committerAlex Perovich <alperovi@microsoft.com>
Tue, 28 Feb 2017 22:37:49 +0000 (14:37 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/856f5f5e69f1e3b7bbffb552fc6acb76adfc33b8

src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/StringBuffer.cs [moved from src/coreclr/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Security/CryptographicException.cs [moved from src/coreclr/src/mscorlib/corefx/System/Security/CryptographicException.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Threading/DeferredDisposableLifetime.cs [moved from src/coreclr/src/mscorlib/corefx/System/Threading/DeferredDisposableLifetime.cs with 100% similarity]

index b1086fc..60103f7 100644 (file)
     <MscorlibSources Condition="'$(FeatureCominterop)' == 'true'" Include="$(BclSourcesRoot)\System\Runtime\InteropServices\DispatchWrapper.cs" />
     <MscorlibSources Include="$(BclSourcesRoot)\System\Runtime\InteropServices\ICustomFactory.cs" />
   </ItemGroup>
-  <ItemGroup>
-    <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Runtime\InteropServices\StringBuffer.cs" />
-  </ItemGroup>
   <ItemGroup Condition="'$(FeatureClassicCominterop)' == 'true'">
     <MscorlibSources Include="$(BclSourcesRoot)\System\Runtime\InteropServices\ITypeLibConverter.cs" />
   </ItemGroup>
     <MscorlibSources Condition="'$(FeatureCominterop)' == 'true'" Include="$(BclSourcesRoot)\System\Threading\Tasks\IAsyncCausalityTracerStatics.cs" />
   </ItemGroup>
   <ItemGroup>
-    <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Threading\DeferredDisposableLifetime.cs" />
     <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Threading\ClrThreadPoolBoundHandle.cs" />
     <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Threading\ClrThreadPoolBoundHandleOverlapped.cs" />
     <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Threading\ClrThreadPoolPreAllocatedOverlapped.cs" />
   <ItemGroup>
     <MscorlibSources Include="$(BclSourcesRoot)\System\Numerics\Hashing\HashHelpers.cs" />
   </ItemGroup>
-  <ItemGroup>
-    <MscorlibSources Include="$(CoreFxSourcesRoot)\System\Security\CryptographicException.cs" />
-  </ItemGroup>
   <ItemGroup Condition="'$(TargetsUnix)' != 'true'">
     <MscorlibSources Include="$(CoreFxSourcesRoot)\System\HResults.cs" />
     <MscorlibSources Include="$(CoreFxSourcesRoot)\Interop\Windows\kernel32\Interop.CreateFile.cs" />
index c6fdba9..8c6cfb4 100644 (file)
@@ -68,6 +68,9 @@
     <Compile Include="$(MSBuildThisFileDirectory)\System\IO\FileStream.cs"/>
     <Compile Include="$(MSBuildThisFileDirectory)\System\IO\Path.cs"/>
     <Compile Include="$(MSBuildThisFileDirectory)\System\IO\PathInternal.cs"/>
+    <Compile Include="$(MSBuildThisFileDirectory)\System\Runtime\InteropServices\StringBuffer.cs"/>
+    <Compile Include="$(MSBuildThisFileDirectory)\System\Security\CryptographicException.cs"/>
+    <Compile Include="$(MSBuildThisFileDirectory)\System\Threading\DeferredDisposableLifetime.cs"/>
   </ItemGroup>
   <ItemGroup Condition="$(TargetsWindows)">
     <Compile Include="$(MSBuildThisFileDirectory)\System\IO\FileStream.Win32.cs"/>