Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 255:b00441e04738 v3
Adde workaround to the behaviour of the logical operations stack in conjuction
with async/await methods
author | cin |
---|---|
date | Wed, 04 Apr 2018 15:38:48 +0300 |
parents | 34df34841225 |
children | 547a2fc0d93e |
comparison
equal
deleted
inserted
replaced
254:12c00235b105 | 255:b00441e04738 |
---|---|
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 <LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl> |
12 <ProjectUrl>https://implab.org</ProjectUrl> | 12 <ProjectUrl>https://implab.org</ProjectUrl> |
13 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> | 13 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> |
14 <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> | 14 <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> |
15 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> | 15 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> |
16 <DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants> | |
16 </PropertyGroup> | 17 </PropertyGroup> |
17 | 18 |
18 </Project> | 19 </Project> |