##// END OF EJS Templates
PollingComponent: implemented correct stopping
PollingComponent: implemented correct stopping

File last commit:

r255:b00441e04738 v3
r259:7d52dc684bbd v3
Show More
Implab.csproj
19 lines | 1016 B | text/plain | TextLexer
cin
refactoring, moving to dotnercore, simplifying promises
r240 <Project Sdk="Microsoft.NET.Sdk">
cin
small fixes
r2 <PropertyGroup>
cin
Implab.Diagnostics drafts
r253 <Authors>Sergey Smirnov</Authors>
<Title>Implab library</Title>
<Description>Provides some helper clesses like XML serialization helpers, JSON XML reader,
JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal
and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc.
</Description>
<Copyright>2012-2018 Sergey Smirnov</Copyright>
<LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl>
<ProjectUrl>https://implab.org</ProjectUrl>
<RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl>
cin
Adde workaround to the behaviour of the logical operations stack in conjuction...
r255 <TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
<DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants>
cin
Added implab nuget spec
r234 </PropertyGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240
</Project>