Skip to content

Commit

Permalink
Malware detection fixes (#144)
Browse files Browse the repository at this point in the history
Toolset changed to v142
  • Loading branch information
MiranDMC authored Jun 7, 2024
1 parent 50df696 commit 302843f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLEO5.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit 302843f

Please sign in to comment.