This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Description
What would you like to submit? (put an 'x' inside the bracket that applies)
Issue description
Failed projects:
Accrod.Video.FFMPEG(GPL)
Accord.Tests.Video.FFMPEG
Accrod.Tests.Math.Cpp
Accrod.Tests.Math.Interop
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)"
Thanks,
Wiley Xu