updated some files

did some more testing and added the yara.h header
This commit is contained in:
jakani24
2023-09-24 10:01:36 +02:00
parent 62f156d0b6
commit 89e911488e
33 changed files with 121 additions and 16 deletions

View File

@@ -43,7 +43,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Multi-Byte-Zeichensatz verwenden</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -136,10 +136,14 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="client_backend.cpp" />
<ClCompile Include="connect.cpp" />
<ClCompile Include="md5hash.cpp" />
<ClCompile Include="scan.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="connect.h" />
<ClInclude Include="md5hash.h" />
<ClInclude Include="scan.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">