summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-20 08:42:47 -0800
committerGitHub <noreply@github.com>2017-11-20 08:42:47 -0800
commit9dd7d6d937b6a92280b0c7a90d2e09e0c3189385 (patch)
tree9d5f7b15a6377203ad08651f54eaeaba7f96442b /src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
parenta16fdf04c50fd7b14b939835a040bd21084f1dc4 (diff)
downloadcoreclr-9dd7d6d937b6a92280b0c7a90d2e09e0c3189385.tar.gz
coreclr-9dd7d6d937b6a92280b0c7a90d2e09e0c3189385.tar.bz2
coreclr-9dd7d6d937b6a92280b0c7a90d2e09e0c3189385.zip
Move TaskToApm to shared CoreLib partition (#15113)
- Get TaskToApm in sync with CoreFX copy and move it to shared CoreLib partition - Delete redundant __Error file - Delete remaining uses of InternalBlockCopy and replace it with BlockCopy
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 96d878f029..f85567b49d 100644
--- a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
+++ b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
@@ -510,6 +510,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\SynchronizationLockException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskCanceledException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskExtensions.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskToApm.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskSchedulerException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\ValueTask.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\ThreadAbortException.cs" />