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:
Diffstat (limited to 'mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj')
-rw-r--r--mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj
index ddb7c414cf7..c817c942de0 100644
--- a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj
+++ b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj
@@ -52,9 +52,12 @@
<Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
<Compile Include="..\corlib\System.Collections.Concurrent\ConcurrentOrderedList.cs" />
<Compile Include="..\corlib\System.Threading.Tasks\CyclicDeque.cs" />
- <Compile Include="..\corlib\System.Threading.Tasks\ThreadWorker.cs" />
+ <Compile Include="..\corlib\System.Threading.Tasks\IConcurrentDeque.cs" />
+ <Compile Include="..\corlib\System.Threading.Tasks\PopResult.cs" />
+ <Compile Include="Mono.Threading.Tasks\ThreadWorker.cs" />
<Compile Include="Mono.Threading.Tasks\MonoTaskExtensions.cs" />
<Compile Include="Mono.Threading.Tasks\MonoTaskScheduler.cs" />
+ <Compile Include="Mono.Threading.Tasks\FixedTaskScheduler.cs" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.