##// END OF EJS Templates
Merge pull request !2 from ImplabNet v3...
Merge pull request !2 from ImplabNet v3 Changes from branch: V3

File last commit:

r291:450a55e0c222 v3
r294:abef3ebaa230 merge default
Show More
Implab.csproj
26 lines | 1.3 KiB | 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>
<Version>3.0.14</Version>
<PackageLicenseUrl>https://bitbucket.org/wozard/implabnet/src/v3/Implab/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://bitbucket.org/wozard/implabnet</PackageProjectUrl>
<RepositoryUrl>https://bitbucket.org/wozard/implabnet</RepositoryUrl>
<RepositoryType>mercurial</RepositoryType>
<PackageTags>IMPLAB;Json pull-parser;Json Xml;async;diagnostics;serialization;</PackageTags>
<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>
<ItemGroup>
<EmbeddedResource Include="src\Xml\json.xsl"/>
</ItemGroup>
</Project>