diff options
Diffstat (limited to 'plugins/LotusNotify/LotusNotify_14.vcxproj')
-rw-r--r-- | plugins/LotusNotify/LotusNotify_14.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LotusNotify/LotusNotify_14.vcxproj b/plugins/LotusNotify/LotusNotify_14.vcxproj index c4ecbab691..9c3c62348f 100644 --- a/plugins/LotusNotify/LotusNotify_14.vcxproj +++ b/plugins/LotusNotify/LotusNotify_14.vcxproj @@ -19,12 +19,12 @@ <ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v120_xp</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v120_xp</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|