diff options
Diffstat (limited to 'plugins/winamp/winamp.vcxproj')
-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 cf839cfa..ccc04e72 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="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Configuration"> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v140</PlatformToolset> <ConfigurationType>DynamicLibrary</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> @@ -54,4 +54,4 @@ <ClCompile Include="winamp.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -</Project> \ No newline at end of file +</Project> |