##// END OF EJS Templates
Adde workaround to the behaviour of the logical operations stack in conjuction...
Adde workaround to the behaviour of the logical operations stack in conjuction with async/await methods

File last commit:

r255:b00441e04738 v3
r255:b00441e04738 v3
Show More
Implab.csproj
19 lines | 1016 B | text/plain | TextLexer
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<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>
<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>
</PropertyGroup>
</Project>