Mercurial > pub > ImplabNet
annotate Implab/Implab.csproj @ 253:34df34841225 v3 v3.0.1-beta
Implab.Diagnostics drafts
author | cin |
---|---|
date | Mon, 12 Feb 2018 17:03:37 +0300 |
parents | fa6cbf4d8841 |
children | b00441e04738 |
rev | line source |
---|---|
240
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
1 <Project Sdk="Microsoft.NET.Sdk"> |
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
2 |
2 | 3 <PropertyGroup> |
253 | 4 <Authors>Sergey Smirnov</Authors> |
5 <Title>Implab library</Title> | |
6 <Description>Provides some helper clesses like XML serialization helpers, JSON XML reader, | |
7 JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal | |
8 and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc. | |
9 </Description> | |
10 <Copyright>2012-2018 Sergey Smirnov</Copyright> | |
11 <LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl> | |
12 <ProjectUrl>https://implab.org</ProjectUrl> | |
13 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> | |
240
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
14 <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
15 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> |
234 | 16 </PropertyGroup> |
240
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
17 |
fa6cbf4d8841
refactoring, moving to dotnercore, simplifying promises
cin
parents:
237
diff
changeset
|
18 </Project> |