Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-01-05 18:41:22 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-05 18:46:19 +0300
commit6dd4ff09f6fde7b25a39f599ca339617c2e10224 (patch)
tree1f46d4cfa9849d5c4bbb70d2d29fa0f80b628295 /mcs/class/corlib
parent261b75e047af12b1a87d376446ce7068dfe80af0 (diff)
[msvc] Update csproj files
Diffstat (limited to 'mcs/class/corlib')
-rw-r--r--mcs/class/corlib/corlib-net_4_x.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/mcs/class/corlib/corlib-net_4_x.csproj b/mcs/class/corlib/corlib-net_4_x.csproj
index f0e0c847d89..da6c9d67931 100644
--- a/mcs/class/corlib/corlib-net_4_x.csproj
+++ b/mcs/class/corlib/corlib-net_4_x.csproj
@@ -71,16 +71,19 @@
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\Binary\WriterLittleEndian.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\IRetainable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\MemoryHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\OperationStatus.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\OwnedMemory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Buffers\StandardFormat.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Memory.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\MemoryDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\MemoryExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\MemoryExtensions.Portable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Pinnable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\ReadOnlyMemory.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\ReadOnlySpan.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Runtime\InteropServices\MemoryMarshal.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\Span.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanExtensions.Portable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanHelpers.byte.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanHelpers.Clear.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanHelpers.cs" />