aboutsummaryrefslogtreecommitdiff
path: root/TestDLL
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-29 11:06:10 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-29 11:06:10 +0200
commit24ceb42147a0a1de2ce6e522b47976d725bc587a (patch)
tree8678bcd9c1c4aa6920f9c7c5062a4a0216060c1f /TestDLL
parentb7ec484c79973aff43a4b4e089e5c08999b50fc2 (diff)
changed platform toolset to v140 (MSVC 2015, Hunt uses same)
Diffstat (limited to 'TestDLL')
-rw-r--r--TestDLL/TestDLL.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/TestDLL/TestDLL.vcxproj b/TestDLL/TestDLL.vcxproj
index 3be98fb..4a1e418 100644
--- a/TestDLL/TestDLL.vcxproj
+++ b/TestDLL/TestDLL.vcxproj
@@ -42,14 +42,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>