summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-21 06:01:12 -0800
committerGitHub <noreply@github.com>2017-11-21 06:01:12 -0800
commit7fe84b111b94c7773aee3b6dca468d657a61fdca (patch)
tree2829991d9cee655868f8e6a854cddb9ef2cde511 /src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
parentd664f5ff1c7a8463c552c0eb6163999452c39694 (diff)
downloadcoreclr-7fe84b111b94c7773aee3b6dca468d657a61fdca.tar.gz
coreclr-7fe84b111b94c7773aee3b6dca468d657a61fdca.tar.bz2
coreclr-7fe84b111b94c7773aee3b6dca468d657a61fdca.zip
Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)
Diffstat (limited to 'src/mscorlib/shared/System.Private.CoreLib.Shared.projitems')
-rw-r--r--src/mscorlib/shared/System.Private.CoreLib.Shared.projitems1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
index 71381854fb..ab7dc93b4e 100644
--- a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
+++ b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
@@ -206,6 +206,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\IO\PinnedBufferMemoryStream.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\SeekOrigin.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\StreamHelpers.CopyValidation.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryAccessor.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryStream.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryStreamWrapper.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IObservable.cs" />