Mercurial > pub > ImplabNet
view Implab.Playground/Implab.Playground.csproj @ 262:f1696cdc3d7a v3 v3.0.8
Added IInitializable.Initialize() overload
Added IRunnable.Start(), IRunnable.Start() overloads
Fixed cancellation of the current operation when Stop() is called
More tests
author | cin |
---|---|
date | Mon, 16 Apr 2018 02:12:39 +0300 |
parents | 547a2fc0d93e |
children | 6b3e5c48131b |
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride> </PropertyGroup> <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> </PropertyGroup> <PropertyGroup> <OutputType>Exe</OutputType> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <ProjectReference Include="../Implab/Implab.csproj"/> </ItemGroup> </Project>