Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 187:dd4a3590f9c6 ref20160224
Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler
Any unhandled OperationCanceledException will cause the promise cancelation
author | cin |
---|---|
date | Tue, 19 Apr 2016 17:35:20 +0300 |
parents | c32688129f14 |
children | d45bdf510514 98eeb63cedb2 |
comparison
equal
deleted
inserted
replaced
186:75103928da09 | 187:dd4a3590f9c6 |
---|---|
191 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> | 191 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> |
192 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitorT.cs" /> | 192 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitorT.cs" /> |
193 <Compile Include="Automaton\AutomatonConst.cs" /> | 193 <Compile Include="Automaton\AutomatonConst.cs" /> |
194 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> | 194 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> |
195 <Compile Include="Components\LazyAndWeak.cs" /> | 195 <Compile Include="Components\LazyAndWeak.cs" /> |
196 <Compile Include="AbstractTask.cs" /> | |
197 <Compile Include="AbstractTaskT.cs" /> | |
196 </ItemGroup> | 198 </ItemGroup> |
197 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 199 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
198 <ItemGroup /> | 200 <ItemGroup /> |
199 <ProjectExtensions> | 201 <ProjectExtensions> |
200 <MonoDevelop> | 202 <MonoDevelop> |