-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Historically we've only supported two version of Visual Studio at any one time, it's currently VS2013 and VS2015 with default builds generated using VS2013, which ties us to VC++ 2013. With the release of VS2017 just recently it's time to consider our roadmap and when we move from VS2013 as our default to VS2015.
The only complication with this is the VC++ version being tired to the VS version. So VS2015 means the new requirement for VC++2015.
I'm not in a quite rush to make this change as VC2017 is very new, would prefer that it stabilise for a bit, so this is something to consider over the next 3-6mths.
The cef.sdk packages would be updated so by default it would only be possible to build using VS2015/17 as they get too large including three debug and release builds of the libcefwrapper
Feedback welcome.