Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
128:6241bff0cd64 | 129:471f596b2603 |
---|---|
141 <Compile Include="Diagnostics\LogEventArgs.cs" /> | 141 <Compile Include="Diagnostics\LogEventArgs.cs" /> |
142 <Compile Include="Diagnostics\LogEventArgsT.cs" /> | 142 <Compile Include="Diagnostics\LogEventArgsT.cs" /> |
143 <Compile Include="Diagnostics\Extensions.cs" /> | 143 <Compile Include="Diagnostics\Extensions.cs" /> |
144 <Compile Include="IComponentContainer.cs" /> | 144 <Compile Include="IComponentContainer.cs" /> |
145 <Compile Include="PromiseEventType.cs" /> | 145 <Compile Include="PromiseEventType.cs" /> |
146 <Compile Include="Parallels\MTCustomQueue.cs" /> | |
147 <Compile Include="Parallels\MTCustomQueueNode.cs" /> | |
148 <Compile Include="ComponentContainer.cs" /> | 146 <Compile Include="ComponentContainer.cs" /> |
149 <Compile Include="DisposablePool.cs" /> | 147 <Compile Include="DisposablePool.cs" /> |
150 <Compile Include="ObjectPool.cs" /> | 148 <Compile Include="ObjectPool.cs" /> |
151 <Compile Include="Parallels\AsyncQueue.cs" /> | 149 <Compile Include="Parallels\AsyncQueue.cs" /> |
152 <Compile Include="PromiseT.cs" /> | 150 <Compile Include="PromiseT.cs" /> |
154 <Compile Include="IDeferredT.cs" /> | 152 <Compile Include="IDeferredT.cs" /> |
155 <Compile Include="AbstractPromise.cs" /> | 153 <Compile Include="AbstractPromise.cs" /> |
156 <Compile Include="Promise.cs" /> | 154 <Compile Include="Promise.cs" /> |
157 <Compile Include="PromiseTransientException.cs" /> | 155 <Compile Include="PromiseTransientException.cs" /> |
158 <Compile Include="Parallels\Signal.cs" /> | 156 <Compile Include="Parallels\Signal.cs" /> |
157 <Compile Include="Parallels\SharedLock.cs" /> | |
159 </ItemGroup> | 158 </ItemGroup> |
160 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 159 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
161 <ItemGroup /> | 160 <ItemGroup /> |
162 <ProjectExtensions> | 161 <ProjectExtensions> |
163 <MonoDevelop> | 162 <MonoDevelop> |