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
We are shipping the project files in the VS2010 format so to allow it to be used with any VS version >= 2010.
The readme file explains in chapter 3.2.2 how to upgrade the project and solution file into a more recent Visual Studio version. In principle it's just loading the solution, selecting to upgrade it (and the projects) to the current format, and then retargeting the solution.
The reason we are shipping the VS 2010 version rather than a more recent one is to allow it to also be used for older projects out of the box. If we were to ship the project/solution files in the VS 2017 format, these would be mostly incompatible with earlier Visual Studio versions.
However our mid term plan is to completely migrate to CMake and deprecate the Visual Studio project files. However, this will be done in a future version and not for 1.0 (case: SLNET-251).
To 141. Current is for Visual Studio v10 or something which is old.
The text was updated successfully, but these errors were encountered: