lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Retarget to VS2022 and C++20 #1064

Closed ldicker83 closed 2 years ago

DanRStevens commented 2 years ago

I just noticed only the x64 configs were updated to use stdcpp20. The Win32 configs were still targetting stdcpp17. And only the main project was updated, not the unit test project, nor the test-graphics project.

No worries. Now that I see the impact of the setting change on the project file, I believe I can manually apply updates.