Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 45:d10034588e38 interactive logger
initial work on interactive logger
author | cin |
---|---|
date | Thu, 17 Apr 2014 03:05:53 +0400 |
parents | fe33f4e02ad5 |
children | c0bf853aa04f |
comparison
equal
deleted
inserted
replaced
42:3ba6778ed336 | 45:d10034588e38 |
---|---|
50 <Compile Include="IProgressNotifier.cs" /> | 50 <Compile Include="IProgressNotifier.cs" /> |
51 <Compile Include="IPromise.cs" /> | 51 <Compile Include="IPromise.cs" /> |
52 <Compile Include="IPromiseBase.cs" /> | 52 <Compile Include="IPromiseBase.cs" /> |
53 <Compile Include="IServiceLocator.cs" /> | 53 <Compile Include="IServiceLocator.cs" /> |
54 <Compile Include="ITaskController.cs" /> | 54 <Compile Include="ITaskController.cs" /> |
55 <Compile Include="ManagedPromise.cs" /> | |
56 <Compile Include="Parallels\DispatchPool.cs" /> | 55 <Compile Include="Parallels\DispatchPool.cs" /> |
57 <Compile Include="Parallels\ArrayTraits.cs" /> | 56 <Compile Include="Parallels\ArrayTraits.cs" /> |
58 <Compile Include="Parallels\MTQueue.cs" /> | 57 <Compile Include="Parallels\MTQueue.cs" /> |
59 <Compile Include="Parallels\WorkerPool.cs" /> | 58 <Compile Include="Parallels\WorkerPool.cs" /> |
60 <Compile Include="ServiceLocator.cs" /> | 59 <Compile Include="ServiceLocator.cs" /> |