diff Implab/Implab.csproj @ 128:6241bff0cd64 v2

Added Signal class a lightweight alternative to ManualResetEvent
author cin
date Thu, 29 Jan 2015 05:09:31 +0300
parents d86da8d2d4c3
children 471f596b2603
line wrap: on
line diff
--- a/Implab/Implab.csproj	Tue Jan 27 18:18:29 2015 +0300
+++ b/Implab/Implab.csproj	Thu Jan 29 05:09:31 2015 +0300
@@ -155,6 +155,7 @@
     <Compile Include="AbstractPromise.cs" />
     <Compile Include="Promise.cs" />
     <Compile Include="PromiseTransientException.cs" />
+    <Compile Include="Parallels\Signal.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup />