Browse Source

ADDED: Resource file to example projects #4790

Ray 6 months ago
parent
commit
e1ec595251
100 changed files with 300 additions and 0 deletions
  1. 3 0
      projects/VS2022/examples/core_2d_camera_split_screen.vcxproj
  2. 3 0
      projects/VS2022/examples/core_3d_camera_split_screen.vcxproj
  3. 3 0
      projects/VS2022/examples/core_input_gamepad.vcxproj
  4. 3 0
      projects/VS2022/examples/core_input_gestures.vcxproj
  5. 3 0
      projects/VS2022/examples/core_input_keys.vcxproj
  6. 3 0
      projects/VS2022/examples/core_input_mouse.vcxproj
  7. 3 0
      projects/VS2022/examples/core_input_multitouch.vcxproj
  8. 3 0
      projects/VS2022/examples/core_loading_thread.vcxproj
  9. 3 0
      projects/VS2022/examples/core_random_sequence.vcxproj
  10. 3 0
      projects/VS2022/examples/core_random_values.vcxproj
  11. 3 0
      projects/VS2022/examples/core_scissor_test.vcxproj
  12. 3 0
      projects/VS2022/examples/core_storage_values.vcxproj
  13. 3 0
      projects/VS2022/examples/core_vr_simulator.vcxproj
  14. 3 0
      projects/VS2022/examples/core_window_flags.vcxproj
  15. 3 0
      projects/VS2022/examples/core_window_letterbox.vcxproj
  16. 3 0
      projects/VS2022/examples/core_world_screen.vcxproj
  17. 3 0
      projects/VS2022/examples/easings_testbed.vcxproj
  18. 3 0
      projects/VS2022/examples/embedded_files_loading.vcxproj
  19. 3 0
      projects/VS2022/examples/models_animation.vcxproj
  20. 3 0
      projects/VS2022/examples/models_billboard.vcxproj
  21. 3 0
      projects/VS2022/examples/models_bone_socket.vcxproj
  22. 3 0
      projects/VS2022/examples/models_box_collisions.vcxproj
  23. 3 0
      projects/VS2022/examples/models_cubicmap.vcxproj
  24. 3 0
      projects/VS2022/examples/models_first_person_maze.vcxproj
  25. 3 0
      projects/VS2022/examples/models_geometric_shapes.vcxproj
  26. 3 0
      projects/VS2022/examples/models_gpu_skinning.vcxproj
  27. 3 0
      projects/VS2022/examples/models_heightmap.vcxproj
  28. 3 0
      projects/VS2022/examples/models_loading.vcxproj
  29. 3 0
      projects/VS2022/examples/models_loading_gltf.vcxproj
  30. 3 0
      projects/VS2022/examples/models_loading_m3d.vcxproj
  31. 3 0
      projects/VS2022/examples/models_loading_vox.vcxproj
  32. 3 0
      projects/VS2022/examples/models_mesh_generation.vcxproj
  33. 3 0
      projects/VS2022/examples/models_mesh_picking.vcxproj
  34. 3 0
      projects/VS2022/examples/models_orthographic_projection.vcxproj
  35. 3 0
      projects/VS2022/examples/models_rlgl_solar_system.vcxproj
  36. 3 0
      projects/VS2022/examples/models_skybox.vcxproj
  37. 3 0
      projects/VS2022/examples/models_waving_cubes.vcxproj
  38. 3 0
      projects/VS2022/examples/models_yaw_pitch_roll.vcxproj
  39. 3 0
      projects/VS2022/examples/rlgl_compute_shaders.vcxproj
  40. 3 0
      projects/VS2022/examples/shaders_basic_lighting.vcxproj
  41. 3 0
      projects/VS2022/examples/shaders_custom_uniform.vcxproj
  42. 3 0
      projects/VS2022/examples/shaders_eratosthenes.vcxproj
  43. 3 0
      projects/VS2022/examples/shaders_fog.vcxproj
  44. 3 0
      projects/VS2022/examples/shaders_hot_reloading.vcxproj
  45. 3 0
      projects/VS2022/examples/shaders_hybrid_render.vcxproj
  46. 3 0
      projects/VS2022/examples/shaders_julia_set.vcxproj
  47. 3 0
      projects/VS2022/examples/shaders_mesh_instancing.vcxproj
  48. 3 0
      projects/VS2022/examples/shaders_model_shader.vcxproj
  49. 3 0
      projects/VS2022/examples/shaders_multi_sample2d.vcxproj
  50. 3 0
      projects/VS2022/examples/shaders_palette_switch.vcxproj
  51. 3 0
      projects/VS2022/examples/shaders_postprocessing.vcxproj
  52. 3 0
      projects/VS2022/examples/shaders_raymarching.vcxproj
  53. 3 0
      projects/VS2022/examples/shaders_rounded_rectangle.vcxproj
  54. 3 0
      projects/VS2022/examples/shaders_shadowmap.vcxproj
  55. 3 0
      projects/VS2022/examples/shaders_shapes_textures.vcxproj
  56. 3 0
      projects/VS2022/examples/shaders_simple_mask.vcxproj
  57. 3 0
      projects/VS2022/examples/shaders_spotlight.vcxproj
  58. 3 0
      projects/VS2022/examples/shaders_texture_drawing.vcxproj
  59. 3 0
      projects/VS2022/examples/shaders_texture_waves.vcxproj
  60. 3 0
      projects/VS2022/examples/shaders_vertex_displacement.vcxproj
  61. 3 0
      projects/VS2022/examples/shaders_write_depth.vcxproj
  62. 3 0
      projects/VS2022/examples/shapes_basic_shapes.vcxproj
  63. 3 0
      projects/VS2022/examples/shapes_bouncing_ball.vcxproj
  64. 3 0
      projects/VS2022/examples/shapes_collision_area.vcxproj
  65. 3 0
      projects/VS2022/examples/shapes_colors_palette.vcxproj
  66. 3 0
      projects/VS2022/examples/shapes_draw_circle_sector.vcxproj
  67. 3 0
      projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj
  68. 3 0
      projects/VS2022/examples/shapes_draw_ring.vcxproj
  69. 3 0
      projects/VS2022/examples/shapes_easings_ball_anim.vcxproj
  70. 3 0
      projects/VS2022/examples/shapes_easings_box_anim.vcxproj
  71. 3 0
      projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj
  72. 3 0
      projects/VS2022/examples/shapes_following_eyes.vcxproj
  73. 3 0
      projects/VS2022/examples/shapes_lines_bezier.vcxproj
  74. 3 0
      projects/VS2022/examples/shapes_logo_raylib.vcxproj
  75. 3 0
      projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj
  76. 3 0
      projects/VS2022/examples/shapes_rectangle_scaling.vcxproj
  77. 3 0
      projects/VS2022/examples/text_codepoints_loading.vcxproj
  78. 3 0
      projects/VS2022/examples/text_draw_3d.vcxproj
  79. 3 0
      projects/VS2022/examples/text_font_filters.vcxproj
  80. 3 0
      projects/VS2022/examples/text_font_loading.vcxproj
  81. 3 0
      projects/VS2022/examples/text_font_sdf.vcxproj
  82. 3 0
      projects/VS2022/examples/text_font_spritefont.vcxproj
  83. 3 0
      projects/VS2022/examples/text_format_text.vcxproj
  84. 3 0
      projects/VS2022/examples/text_input_box.vcxproj
  85. 3 0
      projects/VS2022/examples/text_raylib_fonts.vcxproj
  86. 3 0
      projects/VS2022/examples/text_rectangle_bounds.vcxproj
  87. 3 0
      projects/VS2022/examples/text_unicode.vcxproj
  88. 3 0
      projects/VS2022/examples/text_writing_anim.vcxproj
  89. 3 0
      projects/VS2022/examples/textures_background_scrolling.vcxproj
  90. 3 0
      projects/VS2022/examples/textures_blend_modes.vcxproj
  91. 3 0
      projects/VS2022/examples/textures_bunnymark.vcxproj
  92. 3 0
      projects/VS2022/examples/textures_draw_tiled.vcxproj
  93. 3 0
      projects/VS2022/examples/textures_fog_of_war.vcxproj
  94. 3 0
      projects/VS2022/examples/textures_gif_player.vcxproj
  95. 3 0
      projects/VS2022/examples/textures_image_drawing.vcxproj
  96. 3 0
      projects/VS2022/examples/textures_image_generation.vcxproj
  97. 3 0
      projects/VS2022/examples/textures_image_loading.vcxproj
  98. 3 0
      projects/VS2022/examples/textures_image_processing.vcxproj
  99. 3 0
      projects/VS2022/examples/textures_image_text.vcxproj
  100. 3 0
      projects/VS2022/examples/textures_logo_raylib.vcxproj

+ 3 - 0
projects/VS2022/examples/core_2d_camera_split_screen.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_2d_camera_split_screen.c" />
     <ClCompile Include="..\..\..\examples\core\core_2d_camera_split_screen.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_3d_camera_split_screen.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_3d_camera_split_screen.c" />
     <ClCompile Include="..\..\..\examples\core\core_3d_camera_split_screen.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_input_gamepad.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_input_gamepad.c" />
     <ClCompile Include="..\..\..\examples\core\core_input_gamepad.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_input_gestures.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_input_gestures.c" />
     <ClCompile Include="..\..\..\examples\core\core_input_gestures.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_input_keys.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_input_keys.c" />
     <ClCompile Include="..\..\..\examples\core\core_input_keys.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_input_mouse.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_input_mouse.c" />
     <ClCompile Include="..\..\..\examples\core\core_input_mouse.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_input_multitouch.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_input_multitouch.c" />
     <ClCompile Include="..\..\..\examples\core\core_input_multitouch.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_loading_thread.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_loading_thread.c" />
     <ClCompile Include="..\..\..\examples\core\core_loading_thread.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_random_sequence.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_random_sequence.c" />
     <ClCompile Include="..\..\..\examples\core\core_random_sequence.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_random_values.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_random_values.c" />
     <ClCompile Include="..\..\..\examples\core\core_random_values.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_scissor_test.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_scissor_test.c" />
     <ClCompile Include="..\..\..\examples\core\core_scissor_test.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_storage_values.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_storage_values.c" />
     <ClCompile Include="..\..\..\examples\core\core_storage_values.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_vr_simulator.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_vr_simulator.c" />
     <ClCompile Include="..\..\..\examples\core\core_vr_simulator.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_window_flags.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_window_flags.c" />
     <ClCompile Include="..\..\..\examples\core\core_window_flags.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_window_letterbox.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_window_letterbox.c" />
     <ClCompile Include="..\..\..\examples\core\core_window_letterbox.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/core_world_screen.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\core\core_world_screen.c" />
     <ClCompile Include="..\..\..\examples\core\core_world_screen.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/easings_testbed.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\others\easings_testbed.c" />
     <ClCompile Include="..\..\..\examples\others\easings_testbed.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/embedded_files_loading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\others\embedded_files_loading.c" />
     <ClCompile Include="..\..\..\examples\others\embedded_files_loading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_animation.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_animation.c" />
     <ClCompile Include="..\..\..\examples\models\models_animation.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_billboard.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_billboard.c" />
     <ClCompile Include="..\..\..\examples\models\models_billboard.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_bone_socket.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_bone_socket.c" />
     <ClCompile Include="..\..\..\examples\models\models_bone_socket.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_box_collisions.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_box_collisions.c" />
     <ClCompile Include="..\..\..\examples\models\models_box_collisions.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_cubicmap.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_cubicmap.c" />
     <ClCompile Include="..\..\..\examples\models\models_cubicmap.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_first_person_maze.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_first_person_maze.c" />
     <ClCompile Include="..\..\..\examples\models\models_first_person_maze.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_geometric_shapes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_geometric_shapes.c" />
     <ClCompile Include="..\..\..\examples\models\models_geometric_shapes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_gpu_skinning.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_gpu_skinning.c" />
     <ClCompile Include="..\..\..\examples\models\models_gpu_skinning.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_heightmap.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_heightmap.c" />
     <ClCompile Include="..\..\..\examples\models\models_heightmap.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_loading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_loading.c" />
     <ClCompile Include="..\..\..\examples\models\models_loading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_loading_gltf.vcxproj

@@ -558,6 +558,9 @@
   <ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\..\..\examples\examples.rc" />
     <ResourceCompile Include="..\..\..\examples\examples.rc" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_loading_m3d.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_loading_m3d.c" />
     <ClCompile Include="..\..\..\examples\models\models_loading_m3d.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_loading_vox.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_loading_vox.c" />
     <ClCompile Include="..\..\..\examples\models\models_loading_vox.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_mesh_generation.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_mesh_generation.c" />
     <ClCompile Include="..\..\..\examples\models\models_mesh_generation.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_mesh_picking.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_mesh_picking.c" />
     <ClCompile Include="..\..\..\examples\models\models_mesh_picking.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_orthographic_projection.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_orthographic_projection.c" />
     <ClCompile Include="..\..\..\examples\models\models_orthographic_projection.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_rlgl_solar_system.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_rlgl_solar_system.c" />
     <ClCompile Include="..\..\..\examples\models\models_rlgl_solar_system.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_skybox.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_skybox.c" />
     <ClCompile Include="..\..\..\examples\models\models_skybox.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_waving_cubes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_waving_cubes.c" />
     <ClCompile Include="..\..\..\examples\models\models_waving_cubes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/models_yaw_pitch_roll.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\models\models_yaw_pitch_roll.c" />
     <ClCompile Include="..\..\..\examples\models\models_yaw_pitch_roll.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/rlgl_compute_shaders.vcxproj

@@ -556,6 +556,9 @@
     <ClCompile Include="..\..\..\examples\others\rlgl_compute_shader.c" />
     <ClCompile Include="..\..\..\examples\others\rlgl_compute_shader.c" />
     <ClCompile Include="..\..\..\src\rglfw.c" />
     <ClCompile Include="..\..\..\src\rglfw.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_basic_lighting.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_basic_lighting.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_basic_lighting.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_custom_uniform.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_custom_uniform.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_custom_uniform.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_eratosthenes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_eratosthenes.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_eratosthenes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_fog.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_fog.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_fog.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_hot_reloading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_hot_reloading.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_hot_reloading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_hybrid_render.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_hybrid_render.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_hybrid_render.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_julia_set.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_julia_set.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_julia_set.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_mesh_instancing.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_mesh_instancing.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_mesh_instancing.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_model_shader.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_model_shader.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_model_shader.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_multi_sample2d.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_multi_sample2d.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_multi_sample2d.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_palette_switch.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_palette_switch.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_palette_switch.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_postprocessing.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_postprocessing.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_postprocessing.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_raymarching.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_raymarching.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_raymarching.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_rounded_rectangle.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_rounded_rectangle.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_rounded_rectangle.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_shadowmap.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_shadowmap.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_shadowmap.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_shapes_textures.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_shapes_textures.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_shapes_textures.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_simple_mask.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_simple_mask.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_simple_mask.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_spotlight.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_spotlight.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_spotlight.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_texture_drawing.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_texture_drawing.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_texture_drawing.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_texture_waves.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_texture_waves.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_texture_waves.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_vertex_displacement.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_vertex_displacement.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_vertex_displacement.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shaders_write_depth.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shaders\shaders_write_depth.c" />
     <ClCompile Include="..\..\..\examples\shaders\shaders_write_depth.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_basic_shapes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_basic_shapes.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_basic_shapes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_bouncing_ball.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_bouncing_ball.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_bouncing_ball.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_collision_area.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_collision_area.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_collision_area.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_colors_palette.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_colors_palette.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_colors_palette.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_draw_circle_sector.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_circle_sector.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_circle_sector.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_rectangle_rounded.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_rectangle_rounded.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_draw_ring.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_ring.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_draw_ring.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_easings_ball_anim.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_ball_anim.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_ball_anim.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_easings_box_anim.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_box_anim.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_box_anim.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_rectangle_array.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_easings_rectangle_array.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_following_eyes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_following_eyes.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_following_eyes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_lines_bezier.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_lines_bezier.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_lines_bezier.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_logo_raylib.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_logo_raylib.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_logo_raylib.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_logo_raylib_anim.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_logo_raylib_anim.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/shapes_rectangle_scaling.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\shapes\shapes_rectangle_scaling.c" />
     <ClCompile Include="..\..\..\examples\shapes\shapes_rectangle_scaling.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_codepoints_loading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_codepoints_loading.c" />
     <ClCompile Include="..\..\..\examples\text\text_codepoints_loading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_draw_3d.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_draw_3d.c" />
     <ClCompile Include="..\..\..\examples\text\text_draw_3d.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_font_filters.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_font_filters.c" />
     <ClCompile Include="..\..\..\examples\text\text_font_filters.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_font_loading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_font_loading.c" />
     <ClCompile Include="..\..\..\examples\text\text_font_loading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_font_sdf.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_font_sdf.c" />
     <ClCompile Include="..\..\..\examples\text\text_font_sdf.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_font_spritefont.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_font_spritefont.c" />
     <ClCompile Include="..\..\..\examples\text\text_font_spritefont.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_format_text.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_format_text.c" />
     <ClCompile Include="..\..\..\examples\text\text_format_text.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_input_box.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_input_box.c" />
     <ClCompile Include="..\..\..\examples\text\text_input_box.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_raylib_fonts.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_raylib_fonts.c" />
     <ClCompile Include="..\..\..\examples\text\text_raylib_fonts.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_rectangle_bounds.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_rectangle_bounds.c" />
     <ClCompile Include="..\..\..\examples\text\text_rectangle_bounds.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_unicode.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_unicode.c" />
     <ClCompile Include="..\..\..\examples\text\text_unicode.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/text_writing_anim.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\text\text_writing_anim.c" />
     <ClCompile Include="..\..\..\examples\text\text_writing_anim.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_background_scrolling.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_background_scrolling.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_background_scrolling.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_blend_modes.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_blend_modes.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_blend_modes.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_bunnymark.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_bunnymark.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_bunnymark.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_draw_tiled.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_draw_tiled.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_draw_tiled.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_fog_of_war.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_fog_of_war.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_fog_of_war.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_gif_player.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_gif_player.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_gif_player.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_image_drawing.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_image_drawing.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_image_drawing.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_image_generation.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_image_generation.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_image_generation.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_image_loading.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_image_loading.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_image_loading.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_image_processing.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_image_processing.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_image_processing.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_image_text.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_image_text.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_image_text.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3 - 0
projects/VS2022/examples/textures_logo_raylib.vcxproj

@@ -555,6 +555,9 @@
   <ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\examples\textures\textures_logo_raylib.c" />
     <ClCompile Include="..\..\..\examples\textures\textures_logo_raylib.c" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\..\..\src\raylib.rc" />
+  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
       <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

Some files were not shown because too many files changed in this diff