comparison Implab/Implab.csproj @ 117:8beee0d11de6 v2

pool refactoring
author cin
date Tue, 23 Dec 2014 19:48:47 +0300
parents da56ba7b1aab
children 2573b562e328
comparison
equal deleted inserted replaced
116:da56ba7b1aab 117:8beee0d11de6
125 <Compile Include="Parsing\ParserException.cs" /> 125 <Compile Include="Parsing\ParserException.cs" />
126 <Compile Include="Parsing\Scanner.cs" /> 126 <Compile Include="Parsing\Scanner.cs" />
127 <Compile Include="Parsing\StarToken.cs" /> 127 <Compile Include="Parsing\StarToken.cs" />
128 <Compile Include="Parsing\SymbolToken.cs" /> 128 <Compile Include="Parsing\SymbolToken.cs" />
129 <Compile Include="Parsing\Token.cs" /> 129 <Compile Include="Parsing\Token.cs" />
130 <Compile Include="SafePool.cs" />
131 <Compile Include="ServiceLocator.cs" /> 130 <Compile Include="ServiceLocator.cs" />
132 <Compile Include="TaskController.cs" /> 131 <Compile Include="TaskController.cs" />
133 <Compile Include="ProgressInitEventArgs.cs" /> 132 <Compile Include="ProgressInitEventArgs.cs" />
134 <Compile Include="Properties\AssemblyInfo.cs" /> 133 <Compile Include="Properties\AssemblyInfo.cs" />
135 <Compile Include="Promise.cs" /> 134 <Compile Include="Promise.cs" />
137 <Compile Include="Safe.cs" /> 136 <Compile Include="Safe.cs" />
138 <Compile Include="ValueEventArgs.cs" /> 137 <Compile Include="ValueEventArgs.cs" />
139 <Compile Include="PromiseExtensions.cs" /> 138 <Compile Include="PromiseExtensions.cs" />
140 <Compile Include="TransientPromiseException.cs" /> 139 <Compile Include="TransientPromiseException.cs" />
141 <Compile Include="SyncContextPromise.cs" /> 140 <Compile Include="SyncContextPromise.cs" />
142 <Compile Include="ObjectPool.cs" />
143 <Compile Include="Diagnostics\OperationContext.cs" /> 141 <Compile Include="Diagnostics\OperationContext.cs" />
144 <Compile Include="Diagnostics\TraceContext.cs" /> 142 <Compile Include="Diagnostics\TraceContext.cs" />
145 <Compile Include="Diagnostics\LogEventArgs.cs" /> 143 <Compile Include="Diagnostics\LogEventArgs.cs" />
146 <Compile Include="Diagnostics\LogEventArgsT.cs" /> 144 <Compile Include="Diagnostics\LogEventArgsT.cs" />
147 <Compile Include="Diagnostics\Extensions.cs" /> 145 <Compile Include="Diagnostics\Extensions.cs" />
148 <Compile Include="IComponentContainer.cs" /> 146 <Compile Include="IComponentContainer.cs" />
149 <Compile Include="PromiseEventType.cs" /> 147 <Compile Include="PromiseEventType.cs" />
150 <Compile Include="Parallels\MTCustomQueue.cs" /> 148 <Compile Include="Parallels\MTCustomQueue.cs" />
151 <Compile Include="Parallels\MTCustomQueueNode.cs" /> 149 <Compile Include="Parallels\MTCustomQueueNode.cs" />
152 <Compile Include="ComponentContainer.cs" /> 150 <Compile Include="ComponentContainer.cs" />
151 <Compile Include="DisposablePool.cs" />
152 <Compile Include="ObjectPool.cs" />
153 </ItemGroup> 153 </ItemGroup>
154 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 154 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155 <ItemGroup /> 155 <ItemGroup />
156 <ProjectExtensions> 156 <ProjectExtensions>
157 <MonoDevelop> 157 <MonoDevelop>