You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
The platform toolset of Projects "Accrod.Video.FFMPEG(GPL)" and "Accrod.Tests.Math.Cpp" are setup with value "v141". But in Visual Studio 2015, only v140 and v140_xp are available. "v141" be available in VS 2017.
Projects "Accord.Tests.Video.FFMPEG" and "Accrod.Tests.Math.Interop" are depend on above assembly. So totally 4 projects failed.
To resolve this issue, open project properties dialog, in "General" section, change the value of "Platform toolsets" to "Visual Studio 2015 (v140)" and rebuild all c++ projects.
Related unit tests are passed after build with "Visual Studio 2015 (v140)"