diff options
| author | joesis | 2017-06-20 11:51:37 +0800 |
|---|---|---|
| committer | joesis | 2017-06-20 11:51:37 +0800 |
| commit | 4c97f633f34dae20988f81a216a8d370d000ea4e (patch) | |
| tree | 8e7c562b0159da805b7392c81f0c8468e3889674 | |
| parent | 6c75433ef1a85cae3919dcf1e3fb29e0b8fd03f7 (diff) | |
| download | systray-4c97f633f34dae20988f81a216a8d370d000ea4e.tar.bz2 | |
upgrade to vs2015 project
| -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">
|
