##// END OF EJS Templates
Refactoring...
Refactoring Added <array> element to injection parameters Working on registrations of factories

File last commit:

r265:74e048cbaac8 v3.0.10 v3
r277:963b17c275be v3
Show More
Implab.csproj
26 lines | 1.3 KiB | text/plain | TextLexer
cin
refactoring, moving to dotnercore, simplifying promises
r240 <Project Sdk="Microsoft.NET.Sdk">
cin
small fixes
r2 <PropertyGroup>
cin
Implab.Diagnostics drafts
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>
cin
Restored lost JsonXmlCaseTransform from version 2.1
r265 <Version>3.0.10</Version>
cin
Added IInitializable.Initialize() overload...
r262 <PackageLicenseUrl>https://hg.implab.org/pub/ImplabNet/file/tip/Implab/license.txt</PackageLicenseUrl>
cin
minor fixes
r260 <PackageProjectUrl>https://implab.org</PackageProjectUrl>
cin
Implab.Diagnostics drafts
r253 <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl>
cin
minor fixes
r260 <RepositoryType>mercurial</RepositoryType>
<PackageTags>IMPLAB;Json pull-parser;Json Xml;async;diagnostics;serialization;</PackageTags>
cin
Adde workaround to the behaviour of the logical operations stack in conjuction...
r255 <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>
cin
Added implab nuget spec
r234 </PropertyGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240
cin
Added XmlToJson xsl transformation....
r264 <ItemGroup>
<EmbeddedResource Include="Xml\json.xsl"/>
</ItemGroup>
cin
refactoring, moving to dotnercore, simplifying promises
r240 </Project>