diff Implab/Implab.csproj @ 156:97fbbf816844 v2

Promises: SignalXXX methods merged into SignalHandler method. Components: RunnableComponent In progress
author cin
date Mon, 15 Feb 2016 04:22:15 +0300
parents 240aa6994018
children 130781364799
line wrap: on
line diff
--- a/Implab/Implab.csproj	Fri Feb 12 16:24:24 2016 +0300
+++ b/Implab/Implab.csproj	Mon Feb 15 04:22:15 2016 +0300
@@ -182,6 +182,8 @@
     <Compile Include="Components\App.cs" />
     <Compile Include="Components\IRunnable.cs" />
     <Compile Include="Components\ExecutionState.cs" />
+    <Compile Include="Components\RunnableComponent.cs" />
+    <Compile Include="Components\IFactory.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup />