adding support for self check and db updat ewith zip files

This commit is contained in:
jakani24
2024-03-29 10:11:39 +01:00
parent 3b450984b8
commit aa0bc23f50
53 changed files with 786 additions and 146 deletions

View File

@@ -155,6 +155,7 @@
<ClCompile Include="update.cpp" />
<ClCompile Include="utils.cpp" />
<ClCompile Include="virus_ctrl.cpp" />
<ClCompile Include="zip.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="check_dir.h" />
@@ -175,6 +176,7 @@
<ClInclude Include="utils.h" />
<ClInclude Include="virus_ctrl.h" />
<ClInclude Include="well_known.h" />
<ClInclude Include="zip.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="client_backend.rc" />