Added 8 bit status

Added update tool status & life thread/signalR
This commit is contained in:
Lucio Maranta
2018-07-25 17:47:33 +02:00
parent 9a961a8a7b
commit 746ff140c5
17 changed files with 326 additions and 184 deletions
+5 -5
View File
@@ -78,9 +78,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201807171434381_InitMigration.cs" />
<Compile Include="Migrations\201807171434381_InitMigration.Designer.cs">
<DependentUpon>201807171434381_InitMigration.cs</DependentUpon>
<Compile Include="Migrations\201807251330036_InitMigration.cs" />
<Compile Include="Migrations\201807251330036_InitMigration.Designer.cs">
<DependentUpon>201807251330036_InitMigration.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -116,8 +116,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201807171434381_InitMigration.resx">
<DependentUpon>201807171434381_InitMigration.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201807251330036_InitMigration.resx">
<DependentUpon>201807251330036_InitMigration.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />