##// END OF EJS Templates
Implab.Diagnostics drafts
Implab.Diagnostics drafts

File last commit:

r253:34df34841225 v3.0.1-beta v3
r253:34df34841225 v3.0.1-beta v3
Show More
Implab.csproj
18 lines | 899 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
refactoring, moving to dotnercore, simplifying promises
r240 <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
cin
Added implab nuget spec
r234 </PropertyGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240
</Project>