diff options
author | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2013-09-13 18:49:19 +0200 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-09-15 15:07:46 -0700 |
commit | b658fca4a72c2aca810a8a1f53e4f3b2c924380d (patch) | |
tree | 3ac1ed993b54455e160cfe10ea950db2051c3f1f /plugins/winamp | |
parent | 277732e384a0c51d65a835d7ff810111ca735e4a (diff) |
Convert project files to vs2013
Diffstat (limited to 'plugins/winamp')
-rw-r--r-- | plugins/winamp/winamp.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/winamp/winamp.vcxproj b/plugins/winamp/winamp.vcxproj index e140f55f..3c0cfb34 100644 --- a/plugins/winamp/winamp.vcxproj +++ b/plugins/winamp/winamp.vcxproj @@ -1,7 +1,7 @@ <?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="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Configuration"> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Release|Win32"> |