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:
authorJoão Matos <joao@tritao.eu>2015-01-29 20:01:11 +0300
committerJoão Matos <joao@tritao.eu>2015-01-29 20:02:08 +0300
commit32db079545c12380d66952328c05c6f4a70284d8 (patch)
tree929761c29709efbb52d4e290194cd1dae07e0001 /mcs/class/Mono.Parallel
parent7551802f99c1baa48d83380520c01cfe42ed5a35 (diff)
[build] Updated the class library MSBuild projects.
Diffstat (limited to 'mcs/class/Mono.Parallel')
-rw-r--r--mcs/class/Mono.Parallel/Mono.Parallel-net_4_5.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_5.csproj b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_5.csproj
index 9064170b122..900465443fd 100644
--- a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_5.csproj
+++ b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_5.csproj
@@ -48,12 +48,12 @@
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\corlib\System.Collections.Concurrent\ConcurrentOrderedList.cs" />
- <Compile Include="..\corlib\System.Threading.Tasks\CyclicDeque.cs" />
- <Compile Include="..\corlib\System.Threading.Tasks\IConcurrentDeque.cs" />
- <Compile Include="..\corlib\System.Threading.Tasks\PopResult.cs" />
- <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Mono.Collections.Concurrent\ConcurrentSkipList.cs" />
+ <Compile Include="Mono.Threading.Tasks\CyclicDeque.cs" />
+ <Compile Include="Mono.Threading.Tasks\IConcurrentDeque.cs" />
+ <Compile Include="Mono.Threading.Tasks\PopResult.cs" />
+ <Compile Include="Mono.Threading\AtomicBoolean.cs" />
<Compile Include="Mono.Threading\CSnzi.cs" />
<Compile Include="Mono.Threading\ReaderWriterLockSlimmer.cs" />
<Compile Include="Mono.Threading\Snzi.cs" />