view 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
line wrap: on
line source

<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.6</Version>
    <PackageLicenseUrl>https://opensource.org/licenses/BSD-2-Clause</PackageLicenseUrl>
    <PackageProjectUrl>https://implab.org</PackageProjectUrl>
    <RepositoryUrl>https://hg.implab.org/pub/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>

</Project>