BeamMP Source Visual Studio Project conversion

I converted the BeamMP Server and launcher source from GitHub to Visual studio projects.
You may need to use vcpkg to install the deps for both projects.
Once you install all the deps, run vcpkg integrate install
https://drive.google.com/file/d/1wcBMFY_bXrzGAMdyrjrZlh6ZqYrHHwV7/view?usp=sharing

These are both Visual Studio 2022 Projects!

Hope this helps make development on both these projects easier for everyone!