comparison Implab/Implab.csproj @ 144:8c0b95069066 v2

DRAFT: refactoring
author cin
date Fri, 06 Mar 2015 15:45:26 +0300
parents 16f926ee499d
children 706fccb85524
comparison
equal deleted inserted replaced
143:16f926ee499d 144:8c0b95069066
148 <Compile Include="ObjectPool.cs" /> 148 <Compile Include="ObjectPool.cs" />
149 <Compile Include="Parallels\AsyncQueue.cs" /> 149 <Compile Include="Parallels\AsyncQueue.cs" />
150 <Compile Include="PromiseT.cs" /> 150 <Compile Include="PromiseT.cs" />
151 <Compile Include="IDeferred.cs" /> 151 <Compile Include="IDeferred.cs" />
152 <Compile Include="IDeferredT.cs" /> 152 <Compile Include="IDeferredT.cs" />
153 <Compile Include="AbstractPromise.cs" />
154 <Compile Include="Promise.cs" /> 153 <Compile Include="Promise.cs" />
155 <Compile Include="PromiseTransientException.cs" /> 154 <Compile Include="PromiseTransientException.cs" />
156 <Compile Include="Parallels\Signal.cs" /> 155 <Compile Include="Parallels\Signal.cs" />
157 <Compile Include="Parallels\SharedLock.cs" /> 156 <Compile Include="Parallels\SharedLock.cs" />
158 <Compile Include="Diagnostics\ILogWriter.cs" /> 157 <Compile Include="Diagnostics\ILogWriter.cs" />
159 <Compile Include="Diagnostics\ListenerBase.cs" /> 158 <Compile Include="Diagnostics\ListenerBase.cs" />
160 <Compile Include="Parallels\BlockingQueue.cs" /> 159 <Compile Include="Parallels\BlockingQueue.cs" />
161 <Compile Include="ICancelationToken.cs" /> 160 <Compile Include="ICancelationToken.cs" />
161 <Compile Include="AbstractEvent.cs" />
162 <Compile Include="AbstractPromise.cs" />
163 <Compile Include="AbstractPromiseT.cs" />
164 <Compile Include="FuncTask.cs" />
165 <Compile Include="FuncTaskBase.cs" />
166 <Compile Include="FuncTaskT.cs" />
167 <Compile Include="ChainTask.cs" />
162 </ItemGroup> 168 </ItemGroup>
163 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 169 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164 <ItemGroup /> 170 <ItemGroup />
165 <ProjectExtensions> 171 <ProjectExtensions>
166 <MonoDevelop> 172 <MonoDevelop>