diff Implab/Implab.csproj @ 129:471f596b2603 v2

Added SharedLock to synchronization routines
author cin
date Thu, 29 Jan 2015 18:31:06 +0300
parents 6241bff0cd64
children 04d4c92d0f28
line wrap: on
line diff
--- a/Implab/Implab.csproj	Thu Jan 29 05:09:31 2015 +0300
+++ b/Implab/Implab.csproj	Thu Jan 29 18:31:06 2015 +0300
@@ -143,8 +143,6 @@
     <Compile Include="Diagnostics\Extensions.cs" />
     <Compile Include="IComponentContainer.cs" />
     <Compile Include="PromiseEventType.cs" />
-    <Compile Include="Parallels\MTCustomQueue.cs" />
-    <Compile Include="Parallels\MTCustomQueueNode.cs" />
     <Compile Include="ComponentContainer.cs" />
     <Compile Include="DisposablePool.cs" />
     <Compile Include="ObjectPool.cs" />
@@ -156,6 +154,7 @@
     <Compile Include="Promise.cs" />
     <Compile Include="PromiseTransientException.cs" />
     <Compile Include="Parallels\Signal.cs" />
+    <Compile Include="Parallels\SharedLock.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup />