Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 260:547a2fc0d93e v3 v3.0.6
minor fixes
author | cin |
---|---|
date | Fri, 13 Apr 2018 19:14:59 +0300 |
parents | b00441e04738 |
children | f1696cdc3d7a |
comparison
equal
deleted
inserted
replaced
259:7d52dc684bbd | 260:547a2fc0d93e |
---|---|
6 <Description>Provides some helper clesses like XML serialization helpers, JSON XML reader, | 6 <Description>Provides some helper clesses like XML serialization helpers, JSON XML reader, |
7 JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal | 7 JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal |
8 and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc. | 8 and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc. |
9 </Description> | 9 </Description> |
10 <Copyright>2012-2018 Sergey Smirnov</Copyright> | 10 <Copyright>2012-2018 Sergey Smirnov</Copyright> |
11 <LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl> | 11 <Version>3.0.6</Version> |
12 <ProjectUrl>https://implab.org</ProjectUrl> | 12 <PackageLicenseUrl>https://opensource.org/licenses/BSD-2-Clause</PackageLicenseUrl> |
13 <PackageProjectUrl>https://implab.org</PackageProjectUrl> | |
13 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> | 14 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> |
15 <RepositoryType>mercurial</RepositoryType> | |
16 <PackageTags>IMPLAB;Json pull-parser;Json Xml;async;diagnostics;serialization;</PackageTags> | |
14 <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> | 17 <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> |
15 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> | 18 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> |
16 <DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants> | 19 <DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants> |
17 </PropertyGroup> | 20 </PropertyGroup> |
18 | 21 |