cliftonm / FlowSharp

A WinForm Diagramming Tool
246 stars 105 forks source link

Solving compiler errors #78

Open devio-at opened 4 years ago

devio-at commented 4 years ago

Some projects reference Clifton.* projects. Those projects need to reference the assemblies residing in /Libs.

HopeRunner does not compile as it does not completely implement IHopeRunner. Removing Processing and EnableDisableReceptor solved the build errors, as the interface seems not to be required to run the FlowSharp.exe