diff options
author | segfault <segfault@DESKTOP-IK88PGB> | 2020-03-15 11:16:53 -0700 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-15 19:26:13 +0100 |
commit | 4cfe052ca5d9b8ce8351cc3f0591e77e8d833435 (patch) | |
tree | ede6bc20dcc50cbba4076a722e0dd1f7e35ae9df /TestDLL | |
parent | abe88987050388018f5a29b54f3a587a95473bee (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.vcxproj | 4 |
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> |