- Added files from raylib build to allow native debugging.
- Fixed issue with RayHitInfo. bool types different so using byte instead.
- Menu for example removed from Test projects and moved to exampes. - Changed nativeLibName from raylib.dll to raylib. It should find the correct one this way but might need a dll.config file.
- Basic command line menu for core project. - Made a copy of Test.Core that uses corert compiler.