Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 144:8c0b95069066 v2
DRAFT: refactoring
author | cin |
---|---|
date | Fri, 06 Mar 2015 15:45:26 +0300 |
parents | 16f926ee499d |
children | 706fccb85524 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Wed Mar 04 18:05:39 2015 +0300 +++ b/Implab/Implab.csproj Fri Mar 06 15:45:26 2015 +0300 @@ -150,7 +150,6 @@ <Compile Include="PromiseT.cs" /> <Compile Include="IDeferred.cs" /> <Compile Include="IDeferredT.cs" /> - <Compile Include="AbstractPromise.cs" /> <Compile Include="Promise.cs" /> <Compile Include="PromiseTransientException.cs" /> <Compile Include="Parallels\Signal.cs" /> @@ -159,6 +158,13 @@ <Compile Include="Diagnostics\ListenerBase.cs" /> <Compile Include="Parallels\BlockingQueue.cs" /> <Compile Include="ICancelationToken.cs" /> + <Compile Include="AbstractEvent.cs" /> + <Compile Include="AbstractPromise.cs" /> + <Compile Include="AbstractPromiseT.cs" /> + <Compile Include="FuncTask.cs" /> + <Compile Include="FuncTaskBase.cs" /> + <Compile Include="FuncTaskT.cs" /> + <Compile Include="ChainTask.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />