Browse Source

Updated for VS2019

Updated for latest SDK.
master
atom0s 2 years ago
parent
commit
dd4992fff7
No known key found for this signature in database
GPG Key ID: 37D5FD3494D79AF8
  1. 4
      WatchEXP/WatchEXP.vcxproj
  2. BIN
      release/Plugins/WatchEXP.dll

4
WatchEXP/WatchEXP.vcxproj

@ -19,13 +19,13 @@ @@ -19,13 +19,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v141_xp</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v141_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>

BIN
release/Plugins/WatchEXP.dll

Binary file not shown.
Loading…
Cancel
Save