New: Sharpmake setup (windows only)
- Picking it as it knows how to generate cross-compile commands with clang. This will make linux dev easier
Will do old solution file clean separately
Tests: generated and built debug version of the dll
Clean: removing old solution and projects
Update: baby steps towards linux build
- Moved the debug generation of sharpmake solution to Sharpmake/Build
- Added Fastbuild for cross compilation support (as a quick hack, in theory MSBuild should be capable as well)
- Added Linux related configs to sharpmake
Tests: got it to recognize the target, but fails for missing toolchain - that's next