Implab.csproj
18 lines
| 899 B
| text/plain
|
TextLexer
/ Implab / Implab.csproj
cin
|
r240 | <Project Sdk="Microsoft.NET.Sdk"> | ||
cin
|
r2 | <PropertyGroup> | ||
cin
|
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
|
r240 | <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> | ||
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> | ||||
cin
|
r234 | </PropertyGroup> | ||
cin
|
r240 | |||
</Project> | ||||