Convert serial reader from console to web API

This commit is contained in:
2021-06-14 15:51:47 -04:00
parent c9f27b2c60
commit a52fbd0282
8 changed files with 251 additions and 159 deletions

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<ActiveDebugProfile>SerialReader</ActiveDebugProfile>
</PropertyGroup>
</Project>