koffi 0.9.18 → 0.9.19

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 (256) hide show
  1. package/CMakeLists.txt +16 -4
  2. package/README.md +14 -6
  3. package/package.json +1 -1
  4. package/src/call_x64_sysv_fwd.S +27 -22
  5. package/src/ffi.cc +16 -0
  6. package/test/registry/machines.json +143 -4
  7. package/test/registry/sha256sum.txt +21 -0
  8. package/test/test.js +2 -1
  9. package/test/tests/misc.js +1 -2
  10. package/test/tests/raylib.js +1 -2
  11. package/test/tests/sqlite.js +9 -5
  12. package/vendor/libcc/libcc.cc +32 -2
  13. package/vendor/libcc/libcc.hh +1 -1
  14. package/vendor/raylib/projects/VS2019/examples/audio_module_playing.vcxproj +387 -0
  15. package/vendor/raylib/projects/VS2019/examples/audio_multichannel_sound.vcxproj +387 -0
  16. package/vendor/raylib/projects/VS2019/examples/audio_music_stream.vcxproj +387 -0
  17. package/vendor/raylib/projects/VS2019/examples/audio_raw_stream.vcxproj +387 -0
  18. package/vendor/raylib/projects/VS2019/examples/audio_sound_loading.vcxproj +387 -0
  19. package/vendor/raylib/projects/VS2019/examples/core_2d_camera.vcxproj +387 -0
  20. package/vendor/raylib/projects/VS2019/examples/core_2d_camera_platformer.vcxproj +387 -0
  21. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_first_person.vcxproj +387 -0
  22. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_free.vcxproj +387 -0
  23. package/vendor/raylib/projects/VS2019/examples/core_3d_camera_mode.vcxproj +387 -0
  24. package/vendor/raylib/projects/VS2019/examples/core_3d_picking.vcxproj +387 -0
  25. package/vendor/raylib/projects/VS2019/examples/core_basic_window.vcxproj +387 -0
  26. package/vendor/raylib/projects/VS2019/examples/core_custom_logging.vcxproj +387 -0
  27. package/vendor/raylib/projects/VS2019/examples/core_drop_files.vcxproj +387 -0
  28. package/vendor/raylib/projects/VS2019/examples/core_input_gamepad.vcxproj +387 -0
  29. package/vendor/raylib/projects/VS2019/examples/core_input_gestures.vcxproj +387 -0
  30. package/vendor/raylib/projects/VS2019/examples/core_input_keys.vcxproj +387 -0
  31. package/vendor/raylib/projects/VS2019/examples/core_input_mouse.vcxproj +387 -0
  32. package/vendor/raylib/projects/VS2019/examples/core_input_mouse_wheel.vcxproj +387 -0
  33. package/vendor/raylib/projects/VS2019/examples/core_input_multitouch.vcxproj +387 -0
  34. package/vendor/raylib/projects/VS2019/examples/core_loading_thread.vcxproj +387 -0
  35. package/vendor/raylib/projects/VS2019/examples/core_quat_conversion.vcxproj +387 -0
  36. package/vendor/raylib/projects/VS2019/examples/core_random_values.vcxproj +387 -0
  37. package/vendor/raylib/projects/VS2019/examples/core_scissor_test.vcxproj +387 -0
  38. package/vendor/raylib/projects/VS2019/examples/core_split_screen.vcxproj +387 -0
  39. package/vendor/raylib/projects/VS2019/examples/core_storage_values.vcxproj +387 -0
  40. package/vendor/raylib/projects/VS2019/examples/core_vr_simulator.vcxproj +387 -0
  41. package/vendor/raylib/projects/VS2019/examples/core_window_flags.vcxproj +387 -0
  42. package/vendor/raylib/projects/VS2019/examples/core_window_letterbox.vcxproj +387 -0
  43. package/vendor/raylib/projects/VS2019/examples/core_world_screen.vcxproj +387 -0
  44. package/vendor/raylib/projects/VS2019/examples/easings_testbed.vcxproj +387 -0
  45. package/vendor/raylib/projects/VS2019/examples/embedded_files_loading.vcxproj +387 -0
  46. package/vendor/raylib/projects/VS2019/examples/models_animation.vcxproj +387 -0
  47. package/vendor/raylib/projects/VS2019/examples/models_billboard.vcxproj +387 -0
  48. package/vendor/raylib/projects/VS2019/examples/models_box_collisions.vcxproj +387 -0
  49. package/vendor/raylib/projects/VS2019/examples/models_cubicmap.vcxproj +387 -0
  50. package/vendor/raylib/projects/VS2019/examples/models_first_person_maze.vcxproj +387 -0
  51. package/vendor/raylib/projects/VS2019/examples/models_geometric_shapes.vcxproj +387 -0
  52. package/vendor/raylib/projects/VS2019/examples/models_heightmap.vcxproj +387 -0
  53. package/vendor/raylib/projects/VS2019/examples/models_loading.vcxproj +387 -0
  54. package/vendor/raylib/projects/VS2019/examples/models_loading_gltf.vcxproj +387 -0
  55. package/vendor/raylib/projects/VS2019/examples/models_loading_vox.vcxproj +387 -0
  56. package/vendor/raylib/projects/VS2019/examples/models_mesh_generation.vcxproj +387 -0
  57. package/vendor/raylib/projects/VS2019/examples/models_mesh_picking.vcxproj +387 -0
  58. package/vendor/raylib/projects/VS2019/examples/models_orthographic_projection.vcxproj +387 -0
  59. package/vendor/raylib/projects/VS2019/examples/models_rlgl_solar_system.vcxproj +387 -0
  60. package/vendor/raylib/projects/VS2019/examples/models_skybox.vcxproj +387 -0
  61. package/vendor/raylib/projects/VS2019/examples/models_waving_cubes.vcxproj +387 -0
  62. package/vendor/raylib/projects/VS2019/examples/models_yaw_pitch_roll.vcxproj +387 -0
  63. package/vendor/raylib/projects/VS2019/examples/physics_demo.vcxproj +387 -0
  64. package/vendor/raylib/projects/VS2019/examples/physics_friction.vcxproj +387 -0
  65. package/vendor/raylib/projects/VS2019/examples/physics_movement.vcxproj +387 -0
  66. package/vendor/raylib/projects/VS2019/examples/physics_restitution.vcxproj +387 -0
  67. package/vendor/raylib/projects/VS2019/examples/physics_shatter.vcxproj +387 -0
  68. package/vendor/raylib/projects/VS2019/examples/raudio_standalone.vcxproj +387 -0
  69. package/vendor/raylib/projects/VS2019/examples/rlgl_standalone.vcxproj +391 -0
  70. package/vendor/raylib/projects/VS2019/examples/shaders_basic_lighting.vcxproj +387 -0
  71. package/vendor/raylib/projects/VS2019/examples/shaders_custom_uniform.vcxproj +387 -0
  72. package/vendor/raylib/projects/VS2019/examples/shaders_eratosthenes.vcxproj +387 -0
  73. package/vendor/raylib/projects/VS2019/examples/shaders_fog.vcxproj +387 -0
  74. package/vendor/raylib/projects/VS2019/examples/shaders_hot_reloading.vcxproj +387 -0
  75. package/vendor/raylib/projects/VS2019/examples/shaders_julia_set.vcxproj +387 -0
  76. package/vendor/raylib/projects/VS2019/examples/shaders_mesh_instancing.vcxproj +387 -0
  77. package/vendor/raylib/projects/VS2019/examples/shaders_model_shader.vcxproj +387 -0
  78. package/vendor/raylib/projects/VS2019/examples/shaders_multi_sample2d.vcxproj +387 -0
  79. package/vendor/raylib/projects/VS2019/examples/shaders_palette_switch.vcxproj +387 -0
  80. package/vendor/raylib/projects/VS2019/examples/shaders_postprocessing.vcxproj +387 -0
  81. package/vendor/raylib/projects/VS2019/examples/shaders_raymarching.vcxproj +387 -0
  82. package/vendor/raylib/projects/VS2019/examples/shaders_shapes_textures.vcxproj +387 -0
  83. package/vendor/raylib/projects/VS2019/examples/shaders_simple_mask.vcxproj +387 -0
  84. package/vendor/raylib/projects/VS2019/examples/shaders_spotlight.vcxproj +387 -0
  85. package/vendor/raylib/projects/VS2019/examples/shaders_texture_drawing.vcxproj +387 -0
  86. package/vendor/raylib/projects/VS2019/examples/shaders_texture_waves.vcxproj +387 -0
  87. package/vendor/raylib/projects/VS2019/examples/shapes_basic_shapes.vcxproj +387 -0
  88. package/vendor/raylib/projects/VS2019/examples/shapes_bouncing_ball.vcxproj +387 -0
  89. package/vendor/raylib/projects/VS2019/examples/shapes_collision_area.vcxproj +387 -0
  90. package/vendor/raylib/projects/VS2019/examples/shapes_colors_palette.vcxproj +387 -0
  91. package/vendor/raylib/projects/VS2019/examples/shapes_draw_circle_sector.vcxproj +387 -0
  92. package/vendor/raylib/projects/VS2019/examples/shapes_draw_rectangle_rounded.vcxproj +387 -0
  93. package/vendor/raylib/projects/VS2019/examples/shapes_draw_ring.vcxproj +387 -0
  94. package/vendor/raylib/projects/VS2019/examples/shapes_easings_ball_anim.vcxproj +387 -0
  95. package/vendor/raylib/projects/VS2019/examples/shapes_easings_box_anim.vcxproj +387 -0
  96. package/vendor/raylib/projects/VS2019/examples/shapes_easings_rectangle_array.vcxproj +387 -0
  97. package/vendor/raylib/projects/VS2019/examples/shapes_following_eyes.vcxproj +387 -0
  98. package/vendor/raylib/projects/VS2019/examples/shapes_lines_bezier.vcxproj +387 -0
  99. package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib.vcxproj +387 -0
  100. package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib_anim.vcxproj +387 -0
  101. package/vendor/raylib/projects/VS2019/examples/shapes_rectangle_scaling.vcxproj +387 -0
  102. package/vendor/raylib/projects/VS2019/examples/shapes_top_down_lights.vcxproj +387 -0
  103. package/vendor/raylib/projects/VS2019/examples/text_font_filters.vcxproj +387 -0
  104. package/vendor/raylib/projects/VS2019/examples/text_font_loading.vcxproj +387 -0
  105. package/vendor/raylib/projects/VS2019/examples/text_font_sdf.vcxproj +387 -0
  106. package/vendor/raylib/projects/VS2019/examples/text_font_spritefont.vcxproj +387 -0
  107. package/vendor/raylib/projects/VS2019/examples/text_format_text.vcxproj +387 -0
  108. package/vendor/raylib/projects/VS2019/examples/text_input_box.vcxproj +387 -0
  109. package/vendor/raylib/projects/VS2019/examples/text_raylib_fonts.vcxproj +387 -0
  110. package/vendor/raylib/projects/VS2019/examples/text_rectangle_bounds.vcxproj +387 -0
  111. package/vendor/raylib/projects/VS2019/examples/text_unicode.vcxproj +387 -0
  112. package/vendor/raylib/projects/VS2019/examples/text_writing_anim.vcxproj +387 -0
  113. package/vendor/raylib/projects/VS2019/examples/textures_background_scrolling.vcxproj +387 -0
  114. package/vendor/raylib/projects/VS2019/examples/textures_blend_modes.vcxproj +387 -0
  115. package/vendor/raylib/projects/VS2019/examples/textures_bunnymark.vcxproj +387 -0
  116. package/vendor/raylib/projects/VS2019/examples/textures_draw_tiled.vcxproj +387 -0
  117. package/vendor/raylib/projects/VS2019/examples/textures_image_drawing.vcxproj +387 -0
  118. package/vendor/raylib/projects/VS2019/examples/textures_image_generation.vcxproj +387 -0
  119. package/vendor/raylib/projects/VS2019/examples/textures_image_loading.vcxproj +387 -0
  120. package/vendor/raylib/projects/VS2019/examples/textures_image_processing.vcxproj +387 -0
  121. package/vendor/raylib/projects/VS2019/examples/textures_image_text.vcxproj +387 -0
  122. package/vendor/raylib/projects/VS2019/examples/textures_logo_raylib.vcxproj +387 -0
  123. package/vendor/raylib/projects/VS2019/examples/textures_mouse_painting.vcxproj +387 -0
  124. package/vendor/raylib/projects/VS2019/examples/textures_npatch_drawing.vcxproj +387 -0
  125. package/vendor/raylib/projects/VS2019/examples/textures_particles_blending.vcxproj +387 -0
  126. package/vendor/raylib/projects/VS2019/examples/textures_raw_data.vcxproj +387 -0
  127. package/vendor/raylib/projects/VS2019/examples/textures_rectangle.vcxproj +387 -0
  128. package/vendor/raylib/projects/VS2019/examples/textures_sprite_button.vcxproj +387 -0
  129. package/vendor/raylib/projects/VS2019/examples/textures_sprite_explosion.vcxproj +387 -0
  130. package/vendor/raylib/projects/VS2019/examples/textures_srcrec_dstrec.vcxproj +387 -0
  131. package/vendor/raylib/projects/VS2019/examples/textures_to_image.vcxproj +387 -0
  132. package/vendor/raylib/projects/VS2019/raylib/raylib.vcxproj +341 -0
  133. package/vendor/raylib/projects/VS2019/raylib.sln +2293 -0
  134. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj +226 -0
  135. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.filters +10 -0
  136. package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.user +4 -0
  137. package/vendor/raylib/projects/VS2019-Android/raylib_android.sln +75 -0
  138. package/vendor/raylib/projects/VS2022/examples/audio_module_playing.vcxproj +390 -0
  139. package/vendor/raylib/projects/VS2022/examples/audio_multichannel_sound.vcxproj +390 -0
  140. package/vendor/raylib/projects/VS2022/examples/audio_music_stream.vcxproj +390 -0
  141. package/vendor/raylib/projects/VS2022/examples/audio_raw_stream.vcxproj +390 -0
  142. package/vendor/raylib/projects/VS2022/examples/audio_sound_loading.vcxproj +390 -0
  143. package/vendor/raylib/projects/VS2022/examples/core_2d_camera.vcxproj +390 -0
  144. package/vendor/raylib/projects/VS2022/examples/core_2d_camera_platformer.vcxproj +390 -0
  145. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_first_person.vcxproj +390 -0
  146. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_free.vcxproj +390 -0
  147. package/vendor/raylib/projects/VS2022/examples/core_3d_camera_mode.vcxproj +390 -0
  148. package/vendor/raylib/projects/VS2022/examples/core_3d_picking.vcxproj +390 -0
  149. package/vendor/raylib/projects/VS2022/examples/core_basic_window.vcxproj +390 -0
  150. package/vendor/raylib/projects/VS2022/examples/core_custom_logging.vcxproj +390 -0
  151. package/vendor/raylib/projects/VS2022/examples/core_drop_files.vcxproj +390 -0
  152. package/vendor/raylib/projects/VS2022/examples/core_input_gamepad.vcxproj +387 -0
  153. package/vendor/raylib/projects/VS2022/examples/core_input_gestures.vcxproj +387 -0
  154. package/vendor/raylib/projects/VS2022/examples/core_input_keys.vcxproj +387 -0
  155. package/vendor/raylib/projects/VS2022/examples/core_input_mouse.vcxproj +387 -0
  156. package/vendor/raylib/projects/VS2022/examples/core_input_mouse_wheel.vcxproj +387 -0
  157. package/vendor/raylib/projects/VS2022/examples/core_input_multitouch.vcxproj +387 -0
  158. package/vendor/raylib/projects/VS2022/examples/core_loading_thread.vcxproj +387 -0
  159. package/vendor/raylib/projects/VS2022/examples/core_quat_conversion.vcxproj +387 -0
  160. package/vendor/raylib/projects/VS2022/examples/core_random_values.vcxproj +387 -0
  161. package/vendor/raylib/projects/VS2022/examples/core_scissor_test.vcxproj +387 -0
  162. package/vendor/raylib/projects/VS2022/examples/core_split_screen.vcxproj +387 -0
  163. package/vendor/raylib/projects/VS2022/examples/core_storage_values.vcxproj +387 -0
  164. package/vendor/raylib/projects/VS2022/examples/core_vr_simulator.vcxproj +387 -0
  165. package/vendor/raylib/projects/VS2022/examples/core_window_flags.vcxproj +387 -0
  166. package/vendor/raylib/projects/VS2022/examples/core_window_letterbox.vcxproj +387 -0
  167. package/vendor/raylib/projects/VS2022/examples/core_world_screen.vcxproj +387 -0
  168. package/vendor/raylib/projects/VS2022/examples/easings_testbed.vcxproj +387 -0
  169. package/vendor/raylib/projects/VS2022/examples/embedded_files_loading.vcxproj +387 -0
  170. package/vendor/raylib/projects/VS2022/examples/models_animation.vcxproj +387 -0
  171. package/vendor/raylib/projects/VS2022/examples/models_billboard.vcxproj +387 -0
  172. package/vendor/raylib/projects/VS2022/examples/models_box_collisions.vcxproj +387 -0
  173. package/vendor/raylib/projects/VS2022/examples/models_cubicmap.vcxproj +387 -0
  174. package/vendor/raylib/projects/VS2022/examples/models_first_person_maze.vcxproj +387 -0
  175. package/vendor/raylib/projects/VS2022/examples/models_geometric_shapes.vcxproj +387 -0
  176. package/vendor/raylib/projects/VS2022/examples/models_heightmap.vcxproj +387 -0
  177. package/vendor/raylib/projects/VS2022/examples/models_loading.vcxproj +387 -0
  178. package/vendor/raylib/projects/VS2022/examples/models_loading_gltf.vcxproj +387 -0
  179. package/vendor/raylib/projects/VS2022/examples/models_loading_vox.vcxproj +387 -0
  180. package/vendor/raylib/projects/VS2022/examples/models_mesh_generation.vcxproj +387 -0
  181. package/vendor/raylib/projects/VS2022/examples/models_mesh_picking.vcxproj +387 -0
  182. package/vendor/raylib/projects/VS2022/examples/models_orthographic_projection.vcxproj +387 -0
  183. package/vendor/raylib/projects/VS2022/examples/models_rlgl_solar_system.vcxproj +387 -0
  184. package/vendor/raylib/projects/VS2022/examples/models_skybox.vcxproj +387 -0
  185. package/vendor/raylib/projects/VS2022/examples/models_waving_cubes.vcxproj +387 -0
  186. package/vendor/raylib/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj +387 -0
  187. package/vendor/raylib/projects/VS2022/examples/physics_demo.vcxproj +387 -0
  188. package/vendor/raylib/projects/VS2022/examples/physics_friction.vcxproj +387 -0
  189. package/vendor/raylib/projects/VS2022/examples/physics_movement.vcxproj +387 -0
  190. package/vendor/raylib/projects/VS2022/examples/physics_restitution.vcxproj +387 -0
  191. package/vendor/raylib/projects/VS2022/examples/physics_shatter.vcxproj +387 -0
  192. package/vendor/raylib/projects/VS2022/examples/raudio_standalone.vcxproj +387 -0
  193. package/vendor/raylib/projects/VS2022/examples/rlgl_standalone.vcxproj +391 -0
  194. package/vendor/raylib/projects/VS2022/examples/shaders_basic_lighting.vcxproj +387 -0
  195. package/vendor/raylib/projects/VS2022/examples/shaders_custom_uniform.vcxproj +387 -0
  196. package/vendor/raylib/projects/VS2022/examples/shaders_eratosthenes.vcxproj +387 -0
  197. package/vendor/raylib/projects/VS2022/examples/shaders_fog.vcxproj +387 -0
  198. package/vendor/raylib/projects/VS2022/examples/shaders_hot_reloading.vcxproj +387 -0
  199. package/vendor/raylib/projects/VS2022/examples/shaders_julia_set.vcxproj +387 -0
  200. package/vendor/raylib/projects/VS2022/examples/shaders_mesh_instancing.vcxproj +387 -0
  201. package/vendor/raylib/projects/VS2022/examples/shaders_model_shader.vcxproj +387 -0
  202. package/vendor/raylib/projects/VS2022/examples/shaders_multi_sample2d.vcxproj +387 -0
  203. package/vendor/raylib/projects/VS2022/examples/shaders_palette_switch.vcxproj +387 -0
  204. package/vendor/raylib/projects/VS2022/examples/shaders_postprocessing.vcxproj +387 -0
  205. package/vendor/raylib/projects/VS2022/examples/shaders_raymarching.vcxproj +387 -0
  206. package/vendor/raylib/projects/VS2022/examples/shaders_shapes_textures.vcxproj +387 -0
  207. package/vendor/raylib/projects/VS2022/examples/shaders_simple_mask.vcxproj +387 -0
  208. package/vendor/raylib/projects/VS2022/examples/shaders_spotlight.vcxproj +387 -0
  209. package/vendor/raylib/projects/VS2022/examples/shaders_texture_drawing.vcxproj +387 -0
  210. package/vendor/raylib/projects/VS2022/examples/shaders_texture_waves.vcxproj +387 -0
  211. package/vendor/raylib/projects/VS2022/examples/shapes_basic_shapes.vcxproj +387 -0
  212. package/vendor/raylib/projects/VS2022/examples/shapes_bouncing_ball.vcxproj +387 -0
  213. package/vendor/raylib/projects/VS2022/examples/shapes_collision_area.vcxproj +387 -0
  214. package/vendor/raylib/projects/VS2022/examples/shapes_colors_palette.vcxproj +387 -0
  215. package/vendor/raylib/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj +387 -0
  216. package/vendor/raylib/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj +387 -0
  217. package/vendor/raylib/projects/VS2022/examples/shapes_draw_ring.vcxproj +387 -0
  218. package/vendor/raylib/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj +387 -0
  219. package/vendor/raylib/projects/VS2022/examples/shapes_easings_box_anim.vcxproj +387 -0
  220. package/vendor/raylib/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj +387 -0
  221. package/vendor/raylib/projects/VS2022/examples/shapes_following_eyes.vcxproj +387 -0
  222. package/vendor/raylib/projects/VS2022/examples/shapes_lines_bezier.vcxproj +387 -0
  223. package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib.vcxproj +387 -0
  224. package/vendor/raylib/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj +387 -0
  225. package/vendor/raylib/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj +387 -0
  226. package/vendor/raylib/projects/VS2022/examples/text_font_filters.vcxproj +387 -0
  227. package/vendor/raylib/projects/VS2022/examples/text_font_loading.vcxproj +387 -0
  228. package/vendor/raylib/projects/VS2022/examples/text_font_sdf.vcxproj +387 -0
  229. package/vendor/raylib/projects/VS2022/examples/text_font_spritefont.vcxproj +387 -0
  230. package/vendor/raylib/projects/VS2022/examples/text_format_text.vcxproj +387 -0
  231. package/vendor/raylib/projects/VS2022/examples/text_input_box.vcxproj +387 -0
  232. package/vendor/raylib/projects/VS2022/examples/text_raylib_fonts.vcxproj +387 -0
  233. package/vendor/raylib/projects/VS2022/examples/text_rectangle_bounds.vcxproj +387 -0
  234. package/vendor/raylib/projects/VS2022/examples/text_unicode.vcxproj +387 -0
  235. package/vendor/raylib/projects/VS2022/examples/text_writing_anim.vcxproj +387 -0
  236. package/vendor/raylib/projects/VS2022/examples/textures_background_scrolling.vcxproj +387 -0
  237. package/vendor/raylib/projects/VS2022/examples/textures_blend_modes.vcxproj +387 -0
  238. package/vendor/raylib/projects/VS2022/examples/textures_bunnymark.vcxproj +387 -0
  239. package/vendor/raylib/projects/VS2022/examples/textures_draw_tiled.vcxproj +387 -0
  240. package/vendor/raylib/projects/VS2022/examples/textures_image_drawing.vcxproj +387 -0
  241. package/vendor/raylib/projects/VS2022/examples/textures_image_generation.vcxproj +387 -0
  242. package/vendor/raylib/projects/VS2022/examples/textures_image_loading.vcxproj +387 -0
  243. package/vendor/raylib/projects/VS2022/examples/textures_image_processing.vcxproj +387 -0
  244. package/vendor/raylib/projects/VS2022/examples/textures_image_text.vcxproj +387 -0
  245. package/vendor/raylib/projects/VS2022/examples/textures_logo_raylib.vcxproj +387 -0
  246. package/vendor/raylib/projects/VS2022/examples/textures_mouse_painting.vcxproj +387 -0
  247. package/vendor/raylib/projects/VS2022/examples/textures_npatch_drawing.vcxproj +387 -0
  248. package/vendor/raylib/projects/VS2022/examples/textures_particles_blending.vcxproj +387 -0
  249. package/vendor/raylib/projects/VS2022/examples/textures_raw_data.vcxproj +387 -0
  250. package/vendor/raylib/projects/VS2022/examples/textures_rectangle.vcxproj +387 -0
  251. package/vendor/raylib/projects/VS2022/examples/textures_sprite_button.vcxproj +387 -0
  252. package/vendor/raylib/projects/VS2022/examples/textures_sprite_explosion.vcxproj +387 -0
  253. package/vendor/raylib/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj +387 -0
  254. package/vendor/raylib/projects/VS2022/examples/textures_to_image.vcxproj +387 -0
  255. package/vendor/raylib/projects/VS2022/raylib/raylib.vcxproj +340 -0
  256. package/vendor/raylib/projects/VS2022/raylib.sln +2274 -0
@@ -0,0 +1,341 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <ItemGroup Label="ProjectConfigurations">
4
+ <ProjectConfiguration Include="Debug.DLL|Win32">
5
+ <Configuration>Debug.DLL</Configuration>
6
+ <Platform>Win32</Platform>
7
+ </ProjectConfiguration>
8
+ <ProjectConfiguration Include="Debug.DLL|x64">
9
+ <Configuration>Debug.DLL</Configuration>
10
+ <Platform>x64</Platform>
11
+ </ProjectConfiguration>
12
+ <ProjectConfiguration Include="Debug|Win32">
13
+ <Configuration>Debug</Configuration>
14
+ <Platform>Win32</Platform>
15
+ </ProjectConfiguration>
16
+ <ProjectConfiguration Include="Debug|x64">
17
+ <Configuration>Debug</Configuration>
18
+ <Platform>x64</Platform>
19
+ </ProjectConfiguration>
20
+ <ProjectConfiguration Include="Release.DLL|Win32">
21
+ <Configuration>Release.DLL</Configuration>
22
+ <Platform>Win32</Platform>
23
+ </ProjectConfiguration>
24
+ <ProjectConfiguration Include="Release.DLL|x64">
25
+ <Configuration>Release.DLL</Configuration>
26
+ <Platform>x64</Platform>
27
+ </ProjectConfiguration>
28
+ <ProjectConfiguration Include="Release|Win32">
29
+ <Configuration>Release</Configuration>
30
+ <Platform>Win32</Platform>
31
+ </ProjectConfiguration>
32
+ <ProjectConfiguration Include="Release|x64">
33
+ <Configuration>Release</Configuration>
34
+ <Platform>x64</Platform>
35
+ </ProjectConfiguration>
36
+ </ItemGroup>
37
+ <PropertyGroup Label="Globals">
38
+ <ProjectGuid>{E89D61AC-55DE-4482-AFD4-DF7242EBC859}</ProjectGuid>
39
+ <Keyword>Win32Proj</Keyword>
40
+ <RootNamespace>raylib</RootNamespace>
41
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
42
+ </PropertyGroup>
43
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
45
+ <ConfigurationType>StaticLibrary</ConfigurationType>
46
+ <UseDebugLibraries>true</UseDebugLibraries>
47
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
48
+ <CharacterSet>Unicode</CharacterSet>
49
+ </PropertyGroup>
50
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
51
+ <ConfigurationType>StaticLibrary</ConfigurationType>
52
+ <UseDebugLibraries>true</UseDebugLibraries>
53
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
54
+ <CharacterSet>Unicode</CharacterSet>
55
+ </PropertyGroup>
56
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
57
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
58
+ <UseDebugLibraries>true</UseDebugLibraries>
59
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
60
+ <CharacterSet>Unicode</CharacterSet>
61
+ </PropertyGroup>
62
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="Configuration">
63
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
64
+ <UseDebugLibraries>true</UseDebugLibraries>
65
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
66
+ <CharacterSet>Unicode</CharacterSet>
67
+ </PropertyGroup>
68
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
69
+ <ConfigurationType>StaticLibrary</ConfigurationType>
70
+ <UseDebugLibraries>false</UseDebugLibraries>
71
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
72
+ <CharacterSet>Unicode</CharacterSet>
73
+ </PropertyGroup>
74
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
75
+ <ConfigurationType>StaticLibrary</ConfigurationType>
76
+ <UseDebugLibraries>false</UseDebugLibraries>
77
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
78
+ <CharacterSet>Unicode</CharacterSet>
79
+ </PropertyGroup>
80
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
81
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
82
+ <UseDebugLibraries>false</UseDebugLibraries>
83
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
84
+ <CharacterSet>Unicode</CharacterSet>
85
+ </PropertyGroup>
86
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="Configuration">
87
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
88
+ <UseDebugLibraries>false</UseDebugLibraries>
89
+ <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
90
+ <CharacterSet>Unicode</CharacterSet>
91
+ </PropertyGroup>
92
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
93
+ <ImportGroup Label="ExtensionSettings">
94
+ </ImportGroup>
95
+ <ImportGroup Label="Shared">
96
+ </ImportGroup>
97
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99
+ </ImportGroup>
100
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
101
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102
+ </ImportGroup>
103
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="PropertySheets">
104
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
105
+ </ImportGroup>
106
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="PropertySheets">
107
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
108
+ </ImportGroup>
109
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
111
+ </ImportGroup>
112
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
113
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
114
+ </ImportGroup>
115
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="PropertySheets">
116
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
117
+ </ImportGroup>
118
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="PropertySheets">
119
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120
+ </ImportGroup>
121
+ <PropertyGroup Label="UserMacros" />
122
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
123
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
124
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
125
+ </PropertyGroup>
126
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
128
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
129
+ </PropertyGroup>
130
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
131
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
132
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
133
+ </PropertyGroup>
134
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
135
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
136
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
137
+ </PropertyGroup>
138
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
139
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
140
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
141
+ </PropertyGroup>
142
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
143
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
144
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
145
+ </PropertyGroup>
146
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
147
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
148
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
149
+ </PropertyGroup>
150
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
151
+ <IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
152
+ <OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
153
+ </PropertyGroup>
154
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
155
+ <ClCompile>
156
+ <PrecompiledHeader>
157
+ </PrecompiledHeader>
158
+ <WarningLevel>Level3</WarningLevel>
159
+ <Optimization>Disabled</Optimization>
160
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
161
+ <CompileAs>CompileAsC</CompileAs>
162
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
163
+ </ClCompile>
164
+ <Link>
165
+ <SubSystem>Windows</SubSystem>
166
+ </Link>
167
+ <Lib>
168
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
169
+ </Lib>
170
+ </ItemDefinitionGroup>
171
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
172
+ <ClCompile>
173
+ <PrecompiledHeader>
174
+ </PrecompiledHeader>
175
+ <WarningLevel>Level3</WarningLevel>
176
+ <Optimization>Disabled</Optimization>
177
+ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
178
+ <CompileAs>CompileAsC</CompileAs>
179
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
180
+ </ClCompile>
181
+ <Link>
182
+ <SubSystem>Windows</SubSystem>
183
+ </Link>
184
+ <Lib>
185
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
186
+ </Lib>
187
+ </ItemDefinitionGroup>
188
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
189
+ <ClCompile>
190
+ <PrecompiledHeader>
191
+ </PrecompiledHeader>
192
+ <WarningLevel>Level3</WarningLevel>
193
+ <Optimization>Disabled</Optimization>
194
+ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
195
+ <CompileAs>CompileAsC</CompileAs>
196
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
197
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
198
+ </ClCompile>
199
+ <Link>
200
+ <SubSystem>Windows</SubSystem>
201
+ <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
202
+ </Link>
203
+ <Lib>
204
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
205
+ </Lib>
206
+ </ItemDefinitionGroup>
207
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
208
+ <ClCompile>
209
+ <PrecompiledHeader>
210
+ </PrecompiledHeader>
211
+ <WarningLevel>Level3</WarningLevel>
212
+ <Optimization>Disabled</Optimization>
213
+ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
214
+ <CompileAs>CompileAsC</CompileAs>
215
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
216
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
217
+ </ClCompile>
218
+ <Link>
219
+ <SubSystem>Windows</SubSystem>
220
+ <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
221
+ </Link>
222
+ <Lib>
223
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
224
+ </Lib>
225
+ </ItemDefinitionGroup>
226
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
227
+ <ClCompile>
228
+ <WarningLevel>Level3</WarningLevel>
229
+ <PrecompiledHeader>
230
+ </PrecompiledHeader>
231
+ <Optimization>MaxSpeed</Optimization>
232
+ <FunctionLevelLinking>true</FunctionLevelLinking>
233
+ <IntrinsicFunctions>true</IntrinsicFunctions>
234
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
235
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
236
+ <CompileAs>CompileAsC</CompileAs>
237
+ </ClCompile>
238
+ <Link>
239
+ <SubSystem>Windows</SubSystem>
240
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
241
+ <OptimizeReferences>true</OptimizeReferences>
242
+ </Link>
243
+ </ItemDefinitionGroup>
244
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
245
+ <ClCompile>
246
+ <WarningLevel>Level3</WarningLevel>
247
+ <PrecompiledHeader>
248
+ </PrecompiledHeader>
249
+ <Optimization>MaxSpeed</Optimization>
250
+ <FunctionLevelLinking>true</FunctionLevelLinking>
251
+ <IntrinsicFunctions>true</IntrinsicFunctions>
252
+ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
253
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
254
+ <CompileAs>CompileAsC</CompileAs>
255
+ <DebugInformationFormat />
256
+ </ClCompile>
257
+ <Link>
258
+ <SubSystem>Windows</SubSystem>
259
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
260
+ <OptimizeReferences>true</OptimizeReferences>
261
+ </Link>
262
+ </ItemDefinitionGroup>
263
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
264
+ <ClCompile>
265
+ <WarningLevel>Level3</WarningLevel>
266
+ <PrecompiledHeader>
267
+ </PrecompiledHeader>
268
+ <Optimization>MaxSpeed</Optimization>
269
+ <FunctionLevelLinking>true</FunctionLevelLinking>
270
+ <IntrinsicFunctions>true</IntrinsicFunctions>
271
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
272
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
273
+ <CompileAs>CompileAsC</CompileAs>
274
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
275
+ </ClCompile>
276
+ <Link>
277
+ <SubSystem>Windows</SubSystem>
278
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
279
+ <OptimizeReferences>true</OptimizeReferences>
280
+ <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
281
+ </Link>
282
+ </ItemDefinitionGroup>
283
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
284
+ <ClCompile>
285
+ <WarningLevel>Level3</WarningLevel>
286
+ <PrecompiledHeader>
287
+ </PrecompiledHeader>
288
+ <Optimization>MaxSpeed</Optimization>
289
+ <FunctionLevelLinking>true</FunctionLevelLinking>
290
+ <IntrinsicFunctions>true</IntrinsicFunctions>
291
+ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP;BUILD_LIBTYPE_SHARED</PreprocessorDefinitions>
292
+ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
293
+ <CompileAs>CompileAsC</CompileAs>
294
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
295
+ <DebugInformationFormat />
296
+ </ClCompile>
297
+ <Link>
298
+ <SubSystem>Windows</SubSystem>
299
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
300
+ <OptimizeReferences>true</OptimizeReferences>
301
+ <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
302
+ </Link>
303
+ </ItemDefinitionGroup>
304
+ <ItemGroup>
305
+ <ClCompile Include="..\..\..\src\raudio.c" />
306
+ <ClCompile Include="..\..\..\src\rcore.c" />
307
+ <ClCompile Include="..\..\..\src\rmodels.c" />
308
+ <ClCompile Include="..\..\..\src\rglfw.c" />
309
+ <ClCompile Include="..\..\..\src\rshapes.c" />
310
+ <ClCompile Include="..\..\..\src\rtext.c" />
311
+ <ClCompile Include="..\..\..\src\rtextures.c" />
312
+ <ClCompile Include="..\..\..\src\utils.c" />
313
+ </ItemGroup>
314
+ <ItemGroup>
315
+ <ClInclude Include="..\..\..\src\external\cgltf.h" />
316
+ <ClInclude Include="..\..\..\src\rcamera.h" />
317
+ <ClInclude Include="..\..\..\src\config.h" />
318
+ <ClInclude Include="..\..\..\src\external\glad.h" />
319
+ <ClInclude Include="..\..\..\src\external\jar_mod.h" />
320
+ <ClInclude Include="..\..\..\src\external\jar_xm.h" />
321
+ <ClInclude Include="..\..\..\src\external\miniaudio.h" />
322
+ <ClInclude Include="..\..\..\src\external\stb_image.h" />
323
+ <ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
324
+ <ClInclude Include="..\..\..\src\external\stb_image_write.h" />
325
+ <ClInclude Include="..\..\..\src\external\stb_rect_pack.h" />
326
+ <ClInclude Include="..\..\..\src\external\stb_truetype.h" />
327
+ <ClInclude Include="..\..\..\src\external\stb_vorbis.h" />
328
+ <ClInclude Include="..\..\..\src\rgestures.h" />
329
+ <ClInclude Include="..\..\..\src\raylib.h" />
330
+ <ClInclude Include="..\..\..\src\raymath.h" />
331
+ <ClInclude Include="..\..\..\src\rlgl.h" />
332
+ <ClInclude Include="..\..\..\src\utils.h" />
333
+ <ClInclude Include="resource.h" />
334
+ </ItemGroup>
335
+ <ItemGroup>
336
+ <ResourceCompile Include="raylib.rc" />
337
+ </ItemGroup>
338
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
339
+ <ImportGroup Label="ExtensionTargets">
340
+ </ImportGroup>
341
+ </Project>