adding rtp process scanner

This commit is contained in:
jakani24
2024-03-10 17:58:48 +01:00
parent 12691dcf0f
commit e98dad70cc
25 changed files with 228 additions and 341 deletions

View File

@@ -139,6 +139,7 @@
<ClCompile Include="app_ctrl.cpp" />
<ClCompile Include="app_ctrl.h" />
<ClCompile Include="check_dir.cpp" />
<ClCompile Include="check_process.cpp" />
<ClCompile Include="client_backend.cpp" />
<ClCompile Include="connect.cpp" />
<ClCompile Include="local_com.cpp" />
@@ -156,6 +157,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="check_dir.h" />
<ClInclude Include="check_process.h" />
<ClInclude Include="connect.h" />
<ClInclude Include="local_com.h" />
<ClInclude Include="local_schedule.h" />