aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoesis2017-06-20 11:51:37 +0800
committerjoesis2017-06-20 11:51:37 +0800
commit4c97f633f34dae20988f81a216a8d370d000ea4e (patch)
tree8e7c562b0159da805b7392c81f0c8468e3889674
parent6c75433ef1a85cae3919dcf1e3fb29e0b8fd03f7 (diff)
downloadsystray-4c97f633f34dae20988f81a216a8d370d000ea4e.tar.bz2
upgrade to vs2015 project
-rwxr-xr-xsystray/systray/systray.vcxproj6
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">