Revert everything to VCRuntime2019 (since Appveyor doesn't work well with Clang/LLVM

This commit is contained in:
nastys
2020-04-04 03:34:45 +02:00
parent 1106b78af8
commit bb41a46789
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>ClangCL</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>