From 9ad9f2ea5ff7cb64b0b24ea6ee50124889e11068 Mon Sep 17 00:00:00 2001 From: Holy Wu Date: Thu, 3 Jan 2019 11:41:37 +0800 Subject: [PATCH] Upgrade MSVC to 2017 --- msvc/BM3D.sln | 4 +- msvc/BM3D.vcxproj | 70 ++++++++++++++--------------- msvc/VapourSynth.Plugin.Win32.props | 1 - msvc/VapourSynth.Plugin.x64.props | 1 - 4 files changed, 36 insertions(+), 40 deletions(-) diff --git a/msvc/BM3D.sln b/msvc/BM3D.sln index e4b4775..9cde1df 100644 --- a/msvc/BM3D.sln +++ b/msvc/BM3D.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.168 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BM3D", "BM3D.vcxproj", "{E93BF469-E2BA-4C9A-9E5A-C08D085FE469}" EndProject diff --git a/msvc/BM3D.vcxproj b/msvc/BM3D.vcxproj index 8b7fed7..6110b4c 100644 --- a/msvc/BM3D.vcxproj +++ b/msvc/BM3D.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -19,37 +19,39 @@ + true + 15.0 {E93BF469-E2BA-4C9A-9E5A-C08D085FE469} - VapourSynthBM3D - 8.1 - BM3D + Win32Proj + BM3D + 10.0.17763.0 DynamicLibrary true - v140 - MultiByte + v141 + Unicode DynamicLibrary false - v140 + v141 true - MultiByte + Unicode DynamicLibrary true - v140 - MultiByte + v141 + Unicode DynamicLibrary false - v140 + v141 true - MultiByte + Unicode @@ -84,54 +86,50 @@ + _DEBUG;%(PreprocessorDefinitions) Level3 - Disabled - true + true + true + true - - true - + _DEBUG;%(PreprocessorDefinitions) Level3 - Disabled - true + true + true + true - - true - - Level3 - MaxSpeed - true - true - true NDEBUG;%(PreprocessorDefinitions) + Level3 + true + false + true + true - true true true + Windows - Level3 - MaxSpeed - true - true - true - - NDEBUG;%(PreprocessorDefinitions) + Level3 + true + false + true + true - true true true + Windows diff --git a/msvc/VapourSynth.Plugin.Win32.props b/msvc/VapourSynth.Plugin.Win32.props index 9af3df0..576528f 100644 --- a/msvc/VapourSynth.Plugin.Win32.props +++ b/msvc/VapourSynth.Plugin.Win32.props @@ -11,7 +11,6 @@ vapoursynth.lib;vsscript.lib;%(AdditionalDependencies) - Precise C:\Program Files (x86)\VapourSynth\sdk\include;%(AdditionalIncludeDirectories) diff --git a/msvc/VapourSynth.Plugin.x64.props b/msvc/VapourSynth.Plugin.x64.props index bf25f24..ffb1a10 100644 --- a/msvc/VapourSynth.Plugin.x64.props +++ b/msvc/VapourSynth.Plugin.x64.props @@ -12,7 +12,6 @@ C:\Program Files (x86)\VapourSynth\sdk\include;%(AdditionalIncludeDirectories) - Precise