diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 08:07:51 +0000 | 
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 08:07:51 +0000 | 
| commit | aba2387014bf45ead02551a3334ae7edfae53224 (patch) | |
| tree | 8e9c2378990fc847eaf7c28b08c323969284271a /plugins/FTPFileYM/curl/lib | |
| parent | f04ec74a251fe4694176f079d4bd5ec4b96770b4 (diff) | |
platform toolset updated for vc2015
git-svn-id: http://svn.miranda-ng.org/main/trunk@14596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/curl/lib')
| -rw-r--r-- | plugins/FTPFileYM/curl/lib/vc6libcurl_14.vcxproj | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/FTPFileYM/curl/lib/vc6libcurl_14.vcxproj b/plugins/FTPFileYM/curl/lib/vc6libcurl_14.vcxproj index 29b004ee41..dcf364dc69 100644 --- a/plugins/FTPFileYM/curl/lib/vc6libcurl_14.vcxproj +++ b/plugins/FTPFileYM/curl/lib/vc6libcurl_14.vcxproj @@ -25,22 +25,22 @@    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
      <ConfigurationType>StaticLibrary</ConfigurationType>
 -    <PlatformToolset>v120_xp</PlatformToolset>
 +    <PlatformToolset>v140_xp</PlatformToolset>
      <CharacterSet>Unicode</CharacterSet>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
      <ConfigurationType>StaticLibrary</ConfigurationType>
 -    <PlatformToolset>v120_xp</PlatformToolset>
 +    <PlatformToolset>v140_xp</PlatformToolset>
      <CharacterSet>Unicode</CharacterSet>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
      <ConfigurationType>StaticLibrary</ConfigurationType>
 -    <PlatformToolset>v120_xp</PlatformToolset>
 +    <PlatformToolset>v140_xp</PlatformToolset>
      <CharacterSet>Unicode</CharacterSet>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
      <ConfigurationType>StaticLibrary</ConfigurationType>
 -    <PlatformToolset>v120_xp</PlatformToolset>
 +    <PlatformToolset>v140_xp</PlatformToolset>
      <CharacterSet>Unicode</CharacterSet>
    </PropertyGroup>
    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  | 
