ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
GNU Lesser General Public License v2.1
175 stars 76 forks source link

How to change code to support to generate vs2022 solution #39

Closed wnpllrzodiac closed 2 years ago

wnpllrzodiac commented 2 years ago

I can ONLY get project build aginst vs2010 toolset currently. Need to do a re-target to upgrade to v143 toolset correctly. Pls give some advice.

Sibras commented 2 years ago

The latest version of FFVS (1.10.0) has support for VS2022 generated projects. Make sure your using the latest version and try it out. The default projects in FFmpeg repo have also been updated using the latest FFVS.

wnpllrzodiac commented 2 years ago

It's cool. I generated vs2022 solution file successfully. Thank you very much!