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-09-20 14:12:33 +0300
committerMarek Safar <marek.safar@gmail.com>2018-09-20 14:17:12 +0300
commit929d528d8cafc78cf11c218d88ec1c731e16856c (patch)
tree9e4f0cf0453b27ea28b145ffb5f3f04e58e9feaf
parent3a1221354ddc9691cdcbbbafa29b0299523836f1 (diff)
[csproj] Update project files
-rw-r--r--mcs/class/corlib/corlib.csproj27
1 files changed, 15 insertions, 12 deletions
diff --git a/mcs/class/corlib/corlib.csproj b/mcs/class/corlib/corlib.csproj
index f9afb593911..219e79aea69 100644
--- a/mcs/class/corlib/corlib.csproj
+++ b/mcs/class/corlib/corlib.csproj
@@ -381,7 +381,6 @@
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Nullable.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Number.Formatting.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Number.NumberBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Number.Parsing.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Numerics\ConstantHelper.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Numerics\Register.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Numerics\Vector.cs" />
@@ -840,28 +839,34 @@
<Compile Include="..\..\..\external\corert\src\Common\src\System\Collections\Generic\LowLevelList.cs" />
<Compile Include="..\..\..\external\corert\src\Common\src\System\Numerics\Hashing\HashHelpers.cs" />
<Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\GCHandleType.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Collections\Generic\ArraySortHelper.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\InsufficientMemoryException.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\MissingFieldException.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\MissingMemberException.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Number.Parsing.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\OutOfMemoryException.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\ConstrainedExecution\CriticalFinalizerObject.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\ManualResetEventSlim.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\NativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\SpinWait.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\TimeoutHelper.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Internal\Runtime\Augments\AsyncCausalityTracer.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Internal\Runtime\Augments\TaskTraceCallbacks.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Internal\Threading\Tasks\Tracing\TaskTrace.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Array.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\ByReference.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.CoreRT.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Globalization\GlobalizationMode.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\InsufficientMemoryException.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\MissingFieldException.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\MissingMemberException.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\MissingMemberException.CoreRT.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.CoreRT.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\OutOfMemoryException.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Reflection\CustomAttributeNamedArgument.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Reflection\CustomAttributeTypedArgument.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Reflection\MissingMetadataException.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\ReflectionBlockedAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\CriticalFinalizerObject.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\CancellationTokenRegistration.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\LockHolder.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\NativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Tasks\DebuggerSupport.Dummy.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Tasks\DebuggerSupport.cs" />
<Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs" />
@@ -1201,10 +1206,8 @@
<Compile Include="..\referencesource\mscorlib\system\text\surrogateencoder.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\CancellationToken.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\CancellationTokenSource.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\ManualResetEventSlim.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\SemaphoreSlim.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\SpinLock.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\SpinWait.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\Tasks\AsyncCausalityTracer.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\ThreadLocal.cs" />
<Compile Include="..\referencesource\mscorlib\system\threading\eventwaithandle.cs" />