Feature: Add resource files to Visual Studio solution files.
The application logo was introduced in #84. However, the resource files were only set up for the CMake scripts. Equivalent changes to those to the CMakeLists.txt file need to be applied to the Dolphin-memory-engine.vcxproj file too.
Since #112, the Visual Studio solution files have diverged a little further. It now also needs to link against the QtSvg component, and bundle the library (Qt6Svg[d].dll) and the SVG plug-in (qsvg[d].dll).
Maintaining these platform-specific build files is a bit too cumbersome, in my opinion.
@dreamsyntax Thoughts on removing them?
I'd still rather keep them just for easy building locally without CMake. It doesnt need to be up to date as artifacts built with VS will never be released