aboutsummaryrefslogtreecommitdiff
path: root/TestDLL
diff options
context:
space:
mode:
authorsegfault <segfault@DESKTOP-IK88PGB>2020-03-15 11:16:53 -0700
committerToni Uhlig <matzeton@googlemail.com>2020-03-15 19:26:13 +0100
commit4cfe052ca5d9b8ce8351cc3f0591e77e8d833435 (patch)
treeede6bc20dcc50cbba4076a722e0dd1f7e35ae9df /TestDLL
parentabe88987050388018f5a29b54f3a587a95473bee (diff)
updated to v141 platform toolset and fixed missing include paths / linker libs
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 d48504c..107db70 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>v140</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>