koffi 0.9.20 → 0.9.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/CMakeLists.txt +1 -57
  2. package/README.md +7 -6
  3. package/benchmark/build.sh +13 -0
  4. package/benchmark/raylib_c +0 -0
  5. package/benchmark/raylib_c.c +83 -0
  6. package/benchmark/raylib_koffi.js +127 -0
  7. package/benchmark/raylib_node_ffi.js +144 -0
  8. package/package.json +4 -2
  9. package/src/call_arm32.cc +5 -8
  10. package/src/call_arm64.cc +16 -5
  11. package/src/call_arm64_fwd.S +18 -12
  12. package/src/call_x64_sysv.cc +5 -4
  13. package/src/ffi.cc +70 -87
  14. package/src/util.cc +0 -2
  15. package/src/util.hh +5 -3
  16. package/test/registry/machines.json +21 -11
  17. package/test/test.js +38 -20
  18. package/test/tests/misc.c +98 -3
  19. package/test/tests/misc.js +30 -1
  20. package/test/tests/raylib.js +1 -1
  21. package/test/tests/sqlite.js +1 -1
  22. package/vendor/raylib/src/external/glfw/src/posix_time.c +3 -1
  23. package/vendor/raylib/src/external/glfw/src/wl_init.c +3 -1
  24. package/vendor/raylib/projects/VS2019/examples/audio_module_playing.vcxproj +0 -387
  25. package/vendor/raylib/projects/VS2019/examples/audio_multichannel_sound.vcxproj +0 -387
  26. package/vendor/raylib/projects/VS2019/examples/audio_music_stream.vcxproj +0 -387
  27. package/vendor/raylib/projects/VS2019/examples/audio_raw_stream.vcxproj +0 -387
  28. package/vendor/raylib/projects/VS2019/examples/audio_sound_loading.vcxproj +0 -387
  29. package/vendor/raylib/projects/VS2019/examples/core_2d_camera.vcxproj +0 -387
  30. package/vendor/raylib/projects/VS2019/examples/core_2d_camera_platformer.vcxproj +0 -387
  31. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_first_person.vcxproj +0 -387
  32. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_free.vcxproj +0 -387
  33. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_mode.vcxproj +0 -387
  34. package/vendor/raylib/projects/VS2019/examples/core_3d_picking.vcxproj +0 -387
  35. package/vendor/raylib/projects/VS2019/examples/core_basic_window.vcxproj +0 -387
  36. package/vendor/raylib/projects/VS2019/examples/core_custom_logging.vcxproj +0 -387
  37. package/vendor/raylib/projects/VS2019/examples/core_drop_files.vcxproj +0 -387
  38. package/vendor/raylib/projects/VS2019/examples/core_input_gamepad.vcxproj +0 -387
  39. package/vendor/raylib/projects/VS2019/examples/core_input_gestures.vcxproj +0 -387
  40. package/vendor/raylib/projects/VS2019/examples/core_input_keys.vcxproj +0 -387
  41. package/vendor/raylib/projects/VS2019/examples/core_input_mouse.vcxproj +0 -387
  42. package/vendor/raylib/projects/VS2019/examples/core_input_mouse_wheel.vcxproj +0 -387
  43. package/vendor/raylib/projects/VS2019/examples/core_input_multitouch.vcxproj +0 -387
  44. package/vendor/raylib/projects/VS2019/examples/core_loading_thread.vcxproj +0 -387
  45. package/vendor/raylib/projects/VS2019/examples/core_quat_conversion.vcxproj +0 -387
  46. package/vendor/raylib/projects/VS2019/examples/core_random_values.vcxproj +0 -387
  47. package/vendor/raylib/projects/VS2019/examples/core_scissor_test.vcxproj +0 -387
  48. package/vendor/raylib/projects/VS2019/examples/core_split_screen.vcxproj +0 -387
  49. package/vendor/raylib/projects/VS2019/examples/core_storage_values.vcxproj +0 -387
  50. package/vendor/raylib/projects/VS2019/examples/core_vr_simulator.vcxproj +0 -387
  51. package/vendor/raylib/projects/VS2019/examples/core_window_flags.vcxproj +0 -387
  52. package/vendor/raylib/projects/VS2019/examples/core_window_letterbox.vcxproj +0 -387
  53. package/vendor/raylib/projects/VS2019/examples/core_world_screen.vcxproj +0 -387
  54. package/vendor/raylib/projects/VS2019/examples/easings_testbed.vcxproj +0 -387
  55. package/vendor/raylib/projects/VS2019/examples/embedded_files_loading.vcxproj +0 -387
  56. package/vendor/raylib/projects/VS2019/examples/models_animation.vcxproj +0 -387
  57. package/vendor/raylib/projects/VS2019/examples/models_billboard.vcxproj +0 -387
  58. package/vendor/raylib/projects/VS2019/examples/models_box_collisions.vcxproj +0 -387
  59. package/vendor/raylib/projects/VS2019/examples/models_cubicmap.vcxproj +0 -387
  60. package/vendor/raylib/projects/VS2019/examples/models_first_person_maze.vcxproj +0 -387
  61. package/vendor/raylib/projects/VS2019/examples/models_geometric_shapes.vcxproj +0 -387
  62. package/vendor/raylib/projects/VS2019/examples/models_heightmap.vcxproj +0 -387
  63. package/vendor/raylib/projects/VS2019/examples/models_loading.vcxproj +0 -387
  64. package/vendor/raylib/projects/VS2019/examples/models_loading_gltf.vcxproj +0 -387
  65. package/vendor/raylib/projects/VS2019/examples/models_loading_vox.vcxproj +0 -387
  66. package/vendor/raylib/projects/VS2019/examples/models_mesh_generation.vcxproj +0 -387
  67. package/vendor/raylib/projects/VS2019/examples/models_mesh_picking.vcxproj +0 -387
  68. package/vendor/raylib/projects/VS2019/examples/models_orthographic_projection.vcxproj +0 -387
  69. package/vendor/raylib/projects/VS2019/examples/models_rlgl_solar_system.vcxproj +0 -387
  70. package/vendor/raylib/projects/VS2019/examples/models_skybox.vcxproj +0 -387
  71. package/vendor/raylib/projects/VS2019/examples/models_waving_cubes.vcxproj +0 -387
  72. package/vendor/raylib/projects/VS2019/examples/models_yaw_pitch_roll.vcxproj +0 -387
  73. package/vendor/raylib/projects/VS2019/examples/physics_demo.vcxproj +0 -387
  74. package/vendor/raylib/projects/VS2019/examples/physics_friction.vcxproj +0 -387
  75. package/vendor/raylib/projects/VS2019/examples/physics_movement.vcxproj +0 -387
  76. package/vendor/raylib/projects/VS2019/examples/physics_restitution.vcxproj +0 -387
  77. package/vendor/raylib/projects/VS2019/examples/physics_shatter.vcxproj +0 -387
  78. package/vendor/raylib/projects/VS2019/examples/raudio_standalone.vcxproj +0 -387
  79. package/vendor/raylib/projects/VS2019/examples/rlgl_standalone.vcxproj +0 -391
  80. package/vendor/raylib/projects/VS2019/examples/shaders_basic_lighting.vcxproj +0 -387
  81. package/vendor/raylib/projects/VS2019/examples/shaders_custom_uniform.vcxproj +0 -387
  82. package/vendor/raylib/projects/VS2019/examples/shaders_eratosthenes.vcxproj +0 -387
  83. package/vendor/raylib/projects/VS2019/examples/shaders_fog.vcxproj +0 -387
  84. package/vendor/raylib/projects/VS2019/examples/shaders_hot_reloading.vcxproj +0 -387
  85. package/vendor/raylib/projects/VS2019/examples/shaders_julia_set.vcxproj +0 -387
  86. package/vendor/raylib/projects/VS2019/examples/shaders_mesh_instancing.vcxproj +0 -387
  87. package/vendor/raylib/projects/VS2019/examples/shaders_model_shader.vcxproj +0 -387
  88. package/vendor/raylib/projects/VS2019/examples/shaders_multi_sample2d.vcxproj +0 -387
  89. package/vendor/raylib/projects/VS2019/examples/shaders_palette_switch.vcxproj +0 -387
  90. package/vendor/raylib/projects/VS2019/examples/shaders_postprocessing.vcxproj +0 -387
  91. package/vendor/raylib/projects/VS2019/examples/shaders_raymarching.vcxproj +0 -387
  92. package/vendor/raylib/projects/VS2019/examples/shaders_shapes_textures.vcxproj +0 -387
  93. package/vendor/raylib/projects/VS2019/examples/shaders_simple_mask.vcxproj +0 -387
  94. package/vendor/raylib/projects/VS2019/examples/shaders_spotlight.vcxproj +0 -387
  95. package/vendor/raylib/projects/VS2019/examples/shaders_texture_drawing.vcxproj +0 -387
  96. package/vendor/raylib/projects/VS2019/examples/shaders_texture_waves.vcxproj +0 -387
  97. package/vendor/raylib/projects/VS2019/examples/shapes_basic_shapes.vcxproj +0 -387
  98. package/vendor/raylib/projects/VS2019/examples/shapes_bouncing_ball.vcxproj +0 -387
  99. package/vendor/raylib/projects/VS2019/examples/shapes_collision_area.vcxproj +0 -387
  100. package/vendor/raylib/projects/VS2019/examples/shapes_colors_palette.vcxproj +0 -387
  101. package/vendor/raylib/projects/VS2019/examples/shapes_draw_circle_sector.vcxproj +0 -387
  102. package/vendor/raylib/projects/VS2019/examples/shapes_draw_rectangle_rounded.vcxproj +0 -387
  103. package/vendor/raylib/projects/VS2019/examples/shapes_draw_ring.vcxproj +0 -387
  104. package/vendor/raylib/projects/VS2019/examples/shapes_easings_ball_anim.vcxproj +0 -387
  105. package/vendor/raylib/projects/VS2019/examples/shapes_easings_box_anim.vcxproj +0 -387
  106. package/vendor/raylib/projects/VS2019/examples/shapes_easings_rectangle_array.vcxproj +0 -387
  107. package/vendor/raylib/projects/VS2019/examples/shapes_following_eyes.vcxproj +0 -387
  108. package/vendor/raylib/projects/VS2019/examples/shapes_lines_bezier.vcxproj +0 -387
  109. package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib.vcxproj +0 -387
  110. package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib_anim.vcxproj +0 -387
  111. package/vendor/raylib/projects/VS2019/examples/shapes_rectangle_scaling.vcxproj +0 -387
  112. package/vendor/raylib/projects/VS2019/examples/shapes_top_down_lights.vcxproj +0 -387
  113. package/vendor/raylib/projects/VS2019/examples/text_font_filters.vcxproj +0 -387
  114. package/vendor/raylib/projects/VS2019/examples/text_font_loading.vcxproj +0 -387
  115. package/vendor/raylib/projects/VS2019/examples/text_font_sdf.vcxproj +0 -387
  116. package/vendor/raylib/projects/VS2019/examples/text_font_spritefont.vcxproj +0 -387
  117. package/vendor/raylib/projects/VS2019/examples/text_format_text.vcxproj +0 -387
  118. package/vendor/raylib/projects/VS2019/examples/text_input_box.vcxproj +0 -387
  119. package/vendor/raylib/projects/VS2019/examples/text_raylib_fonts.vcxproj +0 -387
  120. package/vendor/raylib/projects/VS2019/examples/text_rectangle_bounds.vcxproj +0 -387
  121. package/vendor/raylib/projects/VS2019/examples/text_unicode.vcxproj +0 -387
  122. package/vendor/raylib/projects/VS2019/examples/text_writing_anim.vcxproj +0 -387
  123. package/vendor/raylib/projects/VS2019/examples/textures_background_scrolling.vcxproj +0 -387
  124. package/vendor/raylib/projects/VS2019/examples/textures_blend_modes.vcxproj +0 -387
  125. package/vendor/raylib/projects/VS2019/examples/textures_bunnymark.vcxproj +0 -387
  126. package/vendor/raylib/projects/VS2019/examples/textures_draw_tiled.vcxproj +0 -387
  127. package/vendor/raylib/projects/VS2019/examples/textures_image_drawing.vcxproj +0 -387
  128. package/vendor/raylib/projects/VS2019/examples/textures_image_generation.vcxproj +0 -387
  129. package/vendor/raylib/projects/VS2019/examples/textures_image_loading.vcxproj +0 -387
  130. package/vendor/raylib/projects/VS2019/examples/textures_image_processing.vcxproj +0 -387
  131. package/vendor/raylib/projects/VS2019/examples/textures_image_text.vcxproj +0 -387
  132. package/vendor/raylib/projects/VS2019/examples/textures_logo_raylib.vcxproj +0 -387
  133. package/vendor/raylib/projects/VS2019/examples/textures_mouse_painting.vcxproj +0 -387
  134. package/vendor/raylib/projects/VS2019/examples/textures_npatch_drawing.vcxproj +0 -387
  135. package/vendor/raylib/projects/VS2019/examples/textures_particles_blending.vcxproj +0 -387
  136. package/vendor/raylib/projects/VS2019/examples/textures_raw_data.vcxproj +0 -387
  137. package/vendor/raylib/projects/VS2019/examples/textures_rectangle.vcxproj +0 -387
  138. package/vendor/raylib/projects/VS2019/examples/textures_sprite_button.vcxproj +0 -387
  139. package/vendor/raylib/projects/VS2019/examples/textures_sprite_explosion.vcxproj +0 -387
  140. package/vendor/raylib/projects/VS2019/examples/textures_srcrec_dstrec.vcxproj +0 -387
  141. package/vendor/raylib/projects/VS2019/examples/textures_to_image.vcxproj +0 -387
  142. package/vendor/raylib/projects/VS2019/raylib/raylib.vcxproj +0 -341
  143. package/vendor/raylib/projects/VS2019/raylib.sln +0 -2293
  144. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj +0 -226
  145. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.filters +0 -10
  146. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.user +0 -4
  147. package/vendor/raylib/projects/VS2019-Android/raylib_android.sln +0 -75
  148. package/vendor/raylib/projects/VS2022/examples/audio_module_playing.vcxproj +0 -390
  149. package/vendor/raylib/projects/VS2022/examples/audio_multichannel_sound.vcxproj +0 -390
  150. package/vendor/raylib/projects/VS2022/examples/audio_music_stream.vcxproj +0 -390
  151. package/vendor/raylib/projects/VS2022/examples/audio_raw_stream.vcxproj +0 -390
  152. package/vendor/raylib/projects/VS2022/examples/audio_sound_loading.vcxproj +0 -390
  153. package/vendor/raylib/projects/VS2022/examples/core_2d_camera.vcxproj +0 -390
  154. package/vendor/raylib/projects/VS2022/examples/core_2d_camera_platformer.vcxproj +0 -390
  155. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_first_person.vcxproj +0 -390
  156. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_free.vcxproj +0 -390
  157. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_mode.vcxproj +0 -390
  158. package/vendor/raylib/projects/VS2022/examples/core_3d_picking.vcxproj +0 -390
  159. package/vendor/raylib/projects/VS2022/examples/core_basic_window.vcxproj +0 -390
  160. package/vendor/raylib/projects/VS2022/examples/core_custom_logging.vcxproj +0 -390
  161. package/vendor/raylib/projects/VS2022/examples/core_drop_files.vcxproj +0 -390
  162. package/vendor/raylib/projects/VS2022/examples/core_input_gamepad.vcxproj +0 -387
  163. package/vendor/raylib/projects/VS2022/examples/core_input_gestures.vcxproj +0 -387
  164. package/vendor/raylib/projects/VS2022/examples/core_input_keys.vcxproj +0 -387
  165. package/vendor/raylib/projects/VS2022/examples/core_input_mouse.vcxproj +0 -387
  166. package/vendor/raylib/projects/VS2022/examples/core_input_mouse_wheel.vcxproj +0 -387
  167. package/vendor/raylib/projects/VS2022/examples/core_input_multitouch.vcxproj +0 -387
  168. package/vendor/raylib/projects/VS2022/examples/core_loading_thread.vcxproj +0 -387
  169. package/vendor/raylib/projects/VS2022/examples/core_quat_conversion.vcxproj +0 -387
  170. package/vendor/raylib/projects/VS2022/examples/core_random_values.vcxproj +0 -387
  171. package/vendor/raylib/projects/VS2022/examples/core_scissor_test.vcxproj +0 -387
  172. package/vendor/raylib/projects/VS2022/examples/core_split_screen.vcxproj +0 -387
  173. package/vendor/raylib/projects/VS2022/examples/core_storage_values.vcxproj +0 -387
  174. package/vendor/raylib/projects/VS2022/examples/core_vr_simulator.vcxproj +0 -387
  175. package/vendor/raylib/projects/VS2022/examples/core_window_flags.vcxproj +0 -387
  176. package/vendor/raylib/projects/VS2022/examples/core_window_letterbox.vcxproj +0 -387
  177. package/vendor/raylib/projects/VS2022/examples/core_world_screen.vcxproj +0 -387
  178. package/vendor/raylib/projects/VS2022/examples/easings_testbed.vcxproj +0 -387
  179. package/vendor/raylib/projects/VS2022/examples/embedded_files_loading.vcxproj +0 -387
  180. package/vendor/raylib/projects/VS2022/examples/models_animation.vcxproj +0 -387
  181. package/vendor/raylib/projects/VS2022/examples/models_billboard.vcxproj +0 -387
  182. package/vendor/raylib/projects/VS2022/examples/models_box_collisions.vcxproj +0 -387
  183. package/vendor/raylib/projects/VS2022/examples/models_cubicmap.vcxproj +0 -387
  184. package/vendor/raylib/projects/VS2022/examples/models_first_person_maze.vcxproj +0 -387
  185. package/vendor/raylib/projects/VS2022/examples/models_geometric_shapes.vcxproj +0 -387
  186. package/vendor/raylib/projects/VS2022/examples/models_heightmap.vcxproj +0 -387
  187. package/vendor/raylib/projects/VS2022/examples/models_loading.vcxproj +0 -387
  188. package/vendor/raylib/projects/VS2022/examples/models_loading_gltf.vcxproj +0 -387
  189. package/vendor/raylib/projects/VS2022/examples/models_loading_vox.vcxproj +0 -387
  190. package/vendor/raylib/projects/VS2022/examples/models_mesh_generation.vcxproj +0 -387
  191. package/vendor/raylib/projects/VS2022/examples/models_mesh_picking.vcxproj +0 -387
  192. package/vendor/raylib/projects/VS2022/examples/models_orthographic_projection.vcxproj +0 -387
  193. package/vendor/raylib/projects/VS2022/examples/models_rlgl_solar_system.vcxproj +0 -387
  194. package/vendor/raylib/projects/VS2022/examples/models_skybox.vcxproj +0 -387
  195. package/vendor/raylib/projects/VS2022/examples/models_waving_cubes.vcxproj +0 -387
  196. package/vendor/raylib/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj +0 -387
  197. package/vendor/raylib/projects/VS2022/examples/physics_demo.vcxproj +0 -387
  198. package/vendor/raylib/projects/VS2022/examples/physics_friction.vcxproj +0 -387
  199. package/vendor/raylib/projects/VS2022/examples/physics_movement.vcxproj +0 -387
  200. package/vendor/raylib/projects/VS2022/examples/physics_restitution.vcxproj +0 -387
  201. package/vendor/raylib/projects/VS2022/examples/physics_shatter.vcxproj +0 -387
  202. package/vendor/raylib/projects/VS2022/examples/raudio_standalone.vcxproj +0 -387
  203. package/vendor/raylib/projects/VS2022/examples/rlgl_standalone.vcxproj +0 -391
  204. package/vendor/raylib/projects/VS2022/examples/shaders_basic_lighting.vcxproj +0 -387
  205. package/vendor/raylib/projects/VS2022/examples/shaders_custom_uniform.vcxproj +0 -387
  206. package/vendor/raylib/projects/VS2022/examples/shaders_eratosthenes.vcxproj +0 -387
  207. package/vendor/raylib/projects/VS2022/examples/shaders_fog.vcxproj +0 -387
  208. package/vendor/raylib/projects/VS2022/examples/shaders_hot_reloading.vcxproj +0 -387
  209. package/vendor/raylib/projects/VS2022/examples/shaders_julia_set.vcxproj +0 -387
  210. package/vendor/raylib/projects/VS2022/examples/shaders_mesh_instancing.vcxproj +0 -387
  211. package/vendor/raylib/projects/VS2022/examples/shaders_model_shader.vcxproj +0 -387
  212. package/vendor/raylib/projects/VS2022/examples/shaders_multi_sample2d.vcxproj +0 -387
  213. package/vendor/raylib/projects/VS2022/examples/shaders_palette_switch.vcxproj +0 -387
  214. package/vendor/raylib/projects/VS2022/examples/shaders_postprocessing.vcxproj +0 -387
  215. package/vendor/raylib/projects/VS2022/examples/shaders_raymarching.vcxproj +0 -387
  216. package/vendor/raylib/projects/VS2022/examples/shaders_shapes_textures.vcxproj +0 -387
  217. package/vendor/raylib/projects/VS2022/examples/shaders_simple_mask.vcxproj +0 -387
  218. package/vendor/raylib/projects/VS2022/examples/shaders_spotlight.vcxproj +0 -387
  219. package/vendor/raylib/projects/VS2022/examples/shaders_texture_drawing.vcxproj +0 -387
  220. package/vendor/raylib/projects/VS2022/examples/shaders_texture_waves.vcxproj +0 -387
  221. package/vendor/raylib/projects/VS2022/examples/shapes_basic_shapes.vcxproj +0 -387
  222. package/vendor/raylib/projects/VS2022/examples/shapes_bouncing_ball.vcxproj +0 -387
  223. package/vendor/raylib/projects/VS2022/examples/shapes_collision_area.vcxproj +0 -387
  224. package/vendor/raylib/projects/VS2022/examples/shapes_colors_palette.vcxproj +0 -387
  225. package/vendor/raylib/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj +0 -387
  226. package/vendor/raylib/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj +0 -387
  227. package/vendor/raylib/projects/VS2022/examples/shapes_draw_ring.vcxproj +0 -387
  228. package/vendor/raylib/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj +0 -387
  229. package/vendor/raylib/projects/VS2022/examples/shapes_easings_box_anim.vcxproj +0 -387
  230. package/vendor/raylib/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj +0 -387
  231. package/vendor/raylib/projects/VS2022/examples/shapes_following_eyes.vcxproj +0 -387
  232. package/vendor/raylib/projects/VS2022/examples/shapes_lines_bezier.vcxproj +0 -387
  233. package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib.vcxproj +0 -387
  234. package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj +0 -387
  235. package/vendor/raylib/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj +0 -387
  236. package/vendor/raylib/projects/VS2022/examples/text_font_filters.vcxproj +0 -387
  237. package/vendor/raylib/projects/VS2022/examples/text_font_loading.vcxproj +0 -387
  238. package/vendor/raylib/projects/VS2022/examples/text_font_sdf.vcxproj +0 -387
  239. package/vendor/raylib/projects/VS2022/examples/text_font_spritefont.vcxproj +0 -387
  240. package/vendor/raylib/projects/VS2022/examples/text_format_text.vcxproj +0 -387
  241. package/vendor/raylib/projects/VS2022/examples/text_input_box.vcxproj +0 -387
  242. package/vendor/raylib/projects/VS2022/examples/text_raylib_fonts.vcxproj +0 -387
  243. package/vendor/raylib/projects/VS2022/examples/text_rectangle_bounds.vcxproj +0 -387
  244. package/vendor/raylib/projects/VS2022/examples/text_unicode.vcxproj +0 -387
  245. package/vendor/raylib/projects/VS2022/examples/text_writing_anim.vcxproj +0 -387
  246. package/vendor/raylib/projects/VS2022/examples/textures_background_scrolling.vcxproj +0 -387
  247. package/vendor/raylib/projects/VS2022/examples/textures_blend_modes.vcxproj +0 -387
  248. package/vendor/raylib/projects/VS2022/examples/textures_bunnymark.vcxproj +0 -387
  249. package/vendor/raylib/projects/VS2022/examples/textures_draw_tiled.vcxproj +0 -387
  250. package/vendor/raylib/projects/VS2022/examples/textures_image_drawing.vcxproj +0 -387
  251. package/vendor/raylib/projects/VS2022/examples/textures_image_generation.vcxproj +0 -387
  252. package/vendor/raylib/projects/VS2022/examples/textures_image_loading.vcxproj +0 -387
  253. package/vendor/raylib/projects/VS2022/examples/textures_image_processing.vcxproj +0 -387
  254. package/vendor/raylib/projects/VS2022/examples/textures_image_text.vcxproj +0 -387
  255. package/vendor/raylib/projects/VS2022/examples/textures_logo_raylib.vcxproj +0 -387
  256. package/vendor/raylib/projects/VS2022/examples/textures_mouse_painting.vcxproj +0 -387
  257. package/vendor/raylib/projects/VS2022/examples/textures_npatch_drawing.vcxproj +0 -387
  258. package/vendor/raylib/projects/VS2022/examples/textures_particles_blending.vcxproj +0 -387
  259. package/vendor/raylib/projects/VS2022/examples/textures_raw_data.vcxproj +0 -387
  260. package/vendor/raylib/projects/VS2022/examples/textures_rectangle.vcxproj +0 -387
  261. package/vendor/raylib/projects/VS2022/examples/textures_sprite_button.vcxproj +0 -387
  262. package/vendor/raylib/projects/VS2022/examples/textures_sprite_explosion.vcxproj +0 -387
  263. package/vendor/raylib/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj +0 -387
  264. package/vendor/raylib/projects/VS2022/examples/textures_to_image.vcxproj +0 -387
  265. package/vendor/raylib/projects/VS2022/raylib/raylib.vcxproj +0 -340
  266. package/vendor/raylib/projects/VS2022/raylib.sln +0 -2274
@@ -1,226 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|ARM">
5
- <Configuration>Debug</Configuration>
6
- <Platform>ARM</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|ARM">
9
- <Configuration>Release</Configuration>
10
- <Platform>ARM</Platform>
11
- </ProjectConfiguration>
12
- <ProjectConfiguration Include="Debug|ARM64">
13
- <Configuration>Debug</Configuration>
14
- <Platform>ARM64</Platform>
15
- </ProjectConfiguration>
16
- <ProjectConfiguration Include="Release|ARM64">
17
- <Configuration>Release</Configuration>
18
- <Platform>ARM64</Platform>
19
- </ProjectConfiguration>
20
- <ProjectConfiguration Include="Debug|x64">
21
- <Configuration>Debug</Configuration>
22
- <Platform>x64</Platform>
23
- </ProjectConfiguration>
24
- <ProjectConfiguration Include="Release|x64">
25
- <Configuration>Release</Configuration>
26
- <Platform>x64</Platform>
27
- </ProjectConfiguration>
28
- <ProjectConfiguration Include="Debug|x86">
29
- <Configuration>Debug</Configuration>
30
- <Platform>x86</Platform>
31
- </ProjectConfiguration>
32
- <ProjectConfiguration Include="Release|x86">
33
- <Configuration>Release</Configuration>
34
- <Platform>x86</Platform>
35
- </ProjectConfiguration>
36
- </ItemGroup>
37
- <PropertyGroup Label="Globals">
38
- <ProjectGuid>{bfb31759-4fca-4503-bc7c-a97f705efdb2}</ProjectGuid>
39
- <Keyword>Android</Keyword>
40
- <RootNamespace>raylib_android</RootNamespace>
41
- <DefaultLanguage>en-US</DefaultLanguage>
42
- <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
43
- <ApplicationType>Android</ApplicationType>
44
- <ApplicationTypeRevision>3.0</ApplicationTypeRevision>
45
- </PropertyGroup>
46
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48
- <ConfigurationType>DynamicLibrary</ConfigurationType>
49
- <UseDebugLibraries>true</UseDebugLibraries>
50
- <PlatformToolset>Clang_5_0</PlatformToolset>
51
- </PropertyGroup>
52
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53
- <ConfigurationType>DynamicLibrary</ConfigurationType>
54
- <UseDebugLibraries>false</UseDebugLibraries>
55
- <PlatformToolset>Clang_5_0</PlatformToolset>
56
- </PropertyGroup>
57
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
58
- <ConfigurationType>DynamicLibrary</ConfigurationType>
59
- <UseDebugLibraries>true</UseDebugLibraries>
60
- <PlatformToolset>Clang_5_0</PlatformToolset>
61
- </PropertyGroup>
62
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
63
- <ConfigurationType>DynamicLibrary</ConfigurationType>
64
- <UseDebugLibraries>false</UseDebugLibraries>
65
- <PlatformToolset>Clang_5_0</PlatformToolset>
66
- </PropertyGroup>
67
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
68
- <ConfigurationType>DynamicLibrary</ConfigurationType>
69
- <UseDebugLibraries>true</UseDebugLibraries>
70
- <PlatformToolset>Clang_5_0</PlatformToolset>
71
- <AndroidAPILevel>android-29</AndroidAPILevel>
72
- </PropertyGroup>
73
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
74
- <ConfigurationType>DynamicLibrary</ConfigurationType>
75
- <UseDebugLibraries>false</UseDebugLibraries>
76
- <PlatformToolset>Clang_5_0</PlatformToolset>
77
- </PropertyGroup>
78
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
79
- <ConfigurationType>DynamicLibrary</ConfigurationType>
80
- <UseDebugLibraries>true</UseDebugLibraries>
81
- <PlatformToolset>Clang_5_0</PlatformToolset>
82
- </PropertyGroup>
83
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
84
- <ConfigurationType>DynamicLibrary</ConfigurationType>
85
- <UseDebugLibraries>false</UseDebugLibraries>
86
- <PlatformToolset>Clang_5_0</PlatformToolset>
87
- </PropertyGroup>
88
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
89
- <ImportGroup Label="ExtensionSettings">
90
- </ImportGroup>
91
- <ImportGroup Label="Shared">
92
- </ImportGroup>
93
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95
- </ImportGroup>
96
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
97
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98
- </ImportGroup>
99
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
100
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
101
- </ImportGroup>
102
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
103
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
104
- </ImportGroup>
105
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
106
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107
- </ImportGroup>
108
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
109
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110
- </ImportGroup>
111
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
112
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113
- </ImportGroup>
114
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
115
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116
- </ImportGroup>
117
- <PropertyGroup Label="UserMacros" />
118
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
119
- <TargetName>libmain</TargetName>
120
- </PropertyGroup>
121
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
122
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
123
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
124
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
125
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
126
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" />
127
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" />
128
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
129
- <ClCompile>
130
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
131
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
132
- <CompileAs>CompileAsC</CompileAs>
133
- <CLanguageStandard>c99</CLanguageStandard>
134
- <CppLanguageStandard>Default</CppLanguageStandard>
135
- <PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
136
- </ClCompile>
137
- <Link>
138
- <LibraryDependencies>%(LibraryDependencies);EGL;GLESv2;log;android;c;m;raylib</LibraryDependencies>
139
- <AdditionalLibraryDirectories>../../../../src/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
140
- </Link>
141
- </ItemDefinitionGroup>
142
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
143
- <ClCompile>
144
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
145
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
146
- <CompileAs>CompileAsC</CompileAs>
147
- <CLanguageStandard>c99</CLanguageStandard>
148
- <CppLanguageStandard>Default</CppLanguageStandard>
149
- <PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
150
- </ClCompile>
151
- <Link>
152
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
153
- <AdditionalLibraryDirectories>.;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
154
- </Link>
155
- </ItemDefinitionGroup>
156
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
157
- <ClCompile>
158
- <PrecompiledHeader>Use</PrecompiledHeader>
159
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
160
- <CompileAs>CompileAsCpp</CompileAs>
161
- </ClCompile>
162
- <Link>
163
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
164
- </Link>
165
- </ItemDefinitionGroup>
166
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
167
- <ClCompile>
168
- <PrecompiledHeader>Use</PrecompiledHeader>
169
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
170
- <CompileAs>CompileAsCpp</CompileAs>
171
- </ClCompile>
172
- <Link>
173
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
174
- </Link>
175
- </ItemDefinitionGroup>
176
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
177
- <ClCompile>
178
- <PrecompiledHeader>Use</PrecompiledHeader>
179
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
180
- <CompileAs>CompileAsCpp</CompileAs>
181
- </ClCompile>
182
- <Link>
183
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
184
- </Link>
185
- </ItemDefinitionGroup>
186
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
187
- <ClCompile>
188
- <PrecompiledHeader>Use</PrecompiledHeader>
189
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
190
- <CompileAs>CompileAsCpp</CompileAs>
191
- </ClCompile>
192
- <Link>
193
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
194
- </Link>
195
- </ItemDefinitionGroup>
196
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
197
- <ClCompile>
198
- <PrecompiledHeader>Use</PrecompiledHeader>
199
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
200
- <CompileAs>CompileAsCpp</CompileAs>
201
- </ClCompile>
202
- <Link>
203
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
204
- </Link>
205
- </ItemDefinitionGroup>
206
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
207
- <ClCompile>
208
- <PrecompiledHeader>Use</PrecompiledHeader>
209
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
210
- <CompileAs>CompileAsCpp</CompileAs>
211
- </ClCompile>
212
- <Link>
213
- <LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
214
- </Link>
215
- </ItemDefinitionGroup>
216
- <ItemGroup>
217
- <ClInclude Include="android_native_app_glue.h" />
218
- </ItemGroup>
219
- <ItemGroup>
220
- <ClCompile Include="android_native_app_glue.c" />
221
- <ClCompile Include="main.c" />
222
- </ItemGroup>
223
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
224
- <ImportGroup Label="ExtensionTargets">
225
- </ImportGroup>
226
- </Project>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup>
4
- <ClInclude Include="android_native_app_glue.h" />
5
- </ItemGroup>
6
- <ItemGroup>
7
- <ClCompile Include="android_native_app_glue.c" />
8
- <ClCompile Include="main.c" />
9
- </ItemGroup>
10
- </Project>
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <PropertyGroup />
4
- </Project>
@@ -1,75 +0,0 @@
1
- 
2
- Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio Version 16
4
- VisualStudioVersion = 16.0.31702.278
5
- MinimumVisualStudioVersion = 10.0.40219.1
6
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "raylib_android", "raylib_android", "{5C24BC76-8848-40EA-9BBB-A544648D8D5B}"
7
- EndProject
8
- Project("{39E2626F-3545-4960-A6E8-258AD8476CE5}") = "raylib_android.Packaging", "raylib_android\raylib_android.Packaging\raylib_android.Packaging.androidproj", "{B2231F0D-52DA-4C55-8998-5886F766553C}"
9
- EndProject
10
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib_android.NativeActivity", "raylib_android\raylib_android.NativeActivity\raylib_android.NativeActivity.vcxproj", "{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}"
11
- EndProject
12
- Global
13
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
14
- Debug|ARM = Debug|ARM
15
- Debug|ARM64 = Debug|ARM64
16
- Debug|x64 = Debug|x64
17
- Debug|x86 = Debug|x86
18
- Release|ARM = Release|ARM
19
- Release|ARM64 = Release|ARM64
20
- Release|x64 = Release|x64
21
- Release|x86 = Release|x86
22
- EndGlobalSection
23
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
24
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.ActiveCfg = Debug|ARM
25
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Build.0 = Debug|ARM
26
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Deploy.0 = Debug|ARM
27
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.ActiveCfg = Debug|ARM64
28
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Build.0 = Debug|ARM64
29
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Deploy.0 = Debug|ARM64
30
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.ActiveCfg = Debug|x64
31
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Build.0 = Debug|x64
32
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Deploy.0 = Debug|x64
33
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.ActiveCfg = Debug|x86
34
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Build.0 = Debug|x86
35
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Deploy.0 = Debug|x86
36
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.ActiveCfg = Release|ARM
37
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Build.0 = Release|ARM
38
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Deploy.0 = Release|ARM
39
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.ActiveCfg = Release|ARM64
40
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Build.0 = Release|ARM64
41
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Deploy.0 = Release|ARM64
42
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.ActiveCfg = Release|x64
43
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Build.0 = Release|x64
44
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Deploy.0 = Release|x64
45
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.ActiveCfg = Release|x86
46
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Build.0 = Release|x86
47
- {B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Deploy.0 = Release|x86
48
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.ActiveCfg = Debug|ARM
49
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.Build.0 = Debug|ARM
50
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.ActiveCfg = Debug|ARM64
51
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.Build.0 = Debug|ARM64
52
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.ActiveCfg = Debug|x64
53
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.Build.0 = Debug|x64
54
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.ActiveCfg = Debug|x86
55
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.Build.0 = Debug|x86
56
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.ActiveCfg = Release|ARM
57
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.Build.0 = Release|ARM
58
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.ActiveCfg = Release|ARM64
59
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.Build.0 = Release|ARM64
60
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.ActiveCfg = Release|x64
61
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.Build.0 = Release|x64
62
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.ActiveCfg = Release|x86
63
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.Build.0 = Release|x86
64
- EndGlobalSection
65
- GlobalSection(SolutionProperties) = preSolution
66
- HideSolutionNode = FALSE
67
- EndGlobalSection
68
- GlobalSection(NestedProjects) = preSolution
69
- {B2231F0D-52DA-4C55-8998-5886F766553C} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
70
- {BFB31759-4FCA-4503-BC7C-A97F705EFDB2} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
71
- EndGlobalSection
72
- GlobalSection(ExtensibilityGlobals) = postSolution
73
- SolutionGuid = {B7ED0AA6-6B00-40AC-BF71-526D5BEEFC78}
74
- EndGlobalSection
75
- EndGlobal