diff options
| -rwxr-xr-x | systray/systray/systray.vcxproj | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/systray/systray/systray.vcxproj b/systray/systray/systray.vcxproj index 84830e6..1518d22 100755 --- a/systray/systray/systray.vcxproj +++ b/systray/systray/systray.vcxproj @@ -1,5 +1,5 @@  <?xml version="1.0" encoding="utf-8"?>
 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <ItemGroup Label="ProjectConfigurations">
      <ProjectConfiguration Include="Debug|Win32">
        <Configuration>Debug</Configuration>
 @@ -20,14 +20,14 @@      <ConfigurationType>DynamicLibrary</ConfigurationType>
      <UseDebugLibraries>true</UseDebugLibraries>
      <CharacterSet>Unicode</CharacterSet>
 -    <PlatformToolset>v90</PlatformToolset>
 +    <PlatformToolset>v140</PlatformToolset>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
      <ConfigurationType>DynamicLibrary</ConfigurationType>
      <UseDebugLibraries>false</UseDebugLibraries>
      <WholeProgramOptimization>true</WholeProgramOptimization>
      <CharacterSet>Unicode</CharacterSet>
 -    <PlatformToolset>v90</PlatformToolset>
 +    <PlatformToolset>v140</PlatformToolset>
    </PropertyGroup>
    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    <ImportGroup Label="ExtensionSettings">
 | 
