cefsharp / cef-binary

NuGet repackaging of the CEF binaries provided by Chromium Embedded Framework
https://cef-builds.spotifycdn.com/index.html
Other
108 stars 87 forks source link

Fix vs2022 target #104

Closed mistoll closed 1 year ago

mistoll commented 1 year ago

This PR fixes #103 (detect vs2022).

It also adds support for using VS Build Tools instead of VS IDE versions. Build Tools are slimmer than the IDE and are well suited for docker build images. Build tools 2019 and 2022 should both work.

Tested only with Visual Studio Build Tools 2022.

amaitland commented 1 year ago

Thanks 👍

In future if you could please create a separate PR for enhancements.

mistoll commented 1 year ago

Splitted it. New one is #105. (no conflicts) Now this PR only fixes vs2022 support.