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:
authorMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-09 15:25:18 +0400
commit91d40d754d6a908fa82fec5f29ff40fbbc6ac45d (patch)
tree64e71f7f6017a7d2c7aabcc8f44891266ed5d2d9 /mcs/class/Mono.Parallel/Mono.Parallel-net_4_0.csproj
parent0e72f48e8155abb012e5429fbf879f3720f863e6 (diff)
Update class library csproj files
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.