Browse Source

REVIEWED: VS2022 projects use a custom resource file...

...instead of relying in src/raylib provided one. #4900
pull/4903/head
Ray 3 weeks ago
parent
commit
cf1713e6dd
146 changed files with 157 additions and 157 deletions
  1. +12
    -12
      examples/examples.rc
  2. +1
    -1
      projects/VS2022/examples/audio_mixed_processor.vcxproj
  3. +1
    -1
      projects/VS2022/examples/audio_module_playing.vcxproj
  4. +1
    -1
      projects/VS2022/examples/audio_music_stream.vcxproj
  5. +1
    -1
      projects/VS2022/examples/audio_raw_stream.vcxproj
  6. +1
    -1
      projects/VS2022/examples/audio_sound_loading.vcxproj
  7. +1
    -1
      projects/VS2022/examples/audio_sound_multi.vcxproj
  8. +1
    -1
      projects/VS2022/examples/audio_stream_effects.vcxproj
  9. +1
    -1
      projects/VS2022/examples/core_2d_camera.vcxproj
  10. +1
    -1
      projects/VS2022/examples/core_2d_camera_mouse_zoom.vcxproj
  11. +1
    -1
      projects/VS2022/examples/core_2d_camera_platformer.vcxproj
  12. +1
    -1
      projects/VS2022/examples/core_2d_camera_split_screen.vcxproj
  13. +1
    -1
      projects/VS2022/examples/core_3d_camera_first_person.vcxproj
  14. +1
    -1
      projects/VS2022/examples/core_3d_camera_free.vcxproj
  15. +1
    -1
      projects/VS2022/examples/core_3d_camera_mode.vcxproj
  16. +1
    -1
      projects/VS2022/examples/core_3d_camera_split_screen.vcxproj
  17. +1
    -1
      projects/VS2022/examples/core_3d_picking.vcxproj
  18. +1
    -1
      projects/VS2022/examples/core_automation_events.vcxproj
  19. +1
    -1
      projects/VS2022/examples/core_basic_screen_manager.vcxproj
  20. +1
    -1
      projects/VS2022/examples/core_basic_window.vcxproj
  21. +1
    -1
      projects/VS2022/examples/core_custom_frame_control.vcxproj
  22. +1
    -1
      projects/VS2022/examples/core_custom_logging.vcxproj
  23. +1
    -1
      projects/VS2022/examples/core_drop_files.vcxproj
  24. +1
    -1
      projects/VS2022/examples/core_high_dpi.vcxproj
  25. +1
    -1
      projects/VS2022/examples/core_input_gamepad.vcxproj
  26. +1
    -1
      projects/VS2022/examples/core_input_gestures.vcxproj
  27. +1
    -1
      projects/VS2022/examples/core_input_keys.vcxproj
  28. +1
    -1
      projects/VS2022/examples/core_input_mouse.vcxproj
  29. +1
    -1
      projects/VS2022/examples/core_input_mouse_wheel.vcxproj
  30. +1
    -1
      projects/VS2022/examples/core_input_multitouch.vcxproj
  31. +1
    -1
      projects/VS2022/examples/core_input_virtual_controls.vcxproj
  32. +1
    -1
      projects/VS2022/examples/core_loading_thread.vcxproj
  33. +1
    -1
      projects/VS2022/examples/core_random_sequence.vcxproj
  34. +1
    -1
      projects/VS2022/examples/core_random_values.vcxproj
  35. +1
    -1
      projects/VS2022/examples/core_scissor_test.vcxproj
  36. +1
    -1
      projects/VS2022/examples/core_smooth_pixelperfect.vcxproj
  37. +1
    -1
      projects/VS2022/examples/core_storage_values.vcxproj
  38. +1
    -1
      projects/VS2022/examples/core_vr_simulator.vcxproj
  39. +1
    -1
      projects/VS2022/examples/core_window_flags.vcxproj
  40. +1
    -1
      projects/VS2022/examples/core_window_letterbox.vcxproj
  41. +1
    -1
      projects/VS2022/examples/core_window_should_close.vcxproj
  42. +1
    -1
      projects/VS2022/examples/core_world_screen.vcxproj
  43. +1
    -1
      projects/VS2022/examples/easings_testbed.vcxproj
  44. +1
    -1
      projects/VS2022/examples/embedded_files_loading.vcxproj
  45. +1
    -1
      projects/VS2022/examples/models_animation.vcxproj
  46. +1
    -1
      projects/VS2022/examples/models_billboard.vcxproj
  47. +1
    -1
      projects/VS2022/examples/models_bone_socket.vcxproj
  48. +1
    -1
      projects/VS2022/examples/models_box_collisions.vcxproj
  49. +1
    -1
      projects/VS2022/examples/models_cubicmap.vcxproj
  50. +1
    -1
      projects/VS2022/examples/models_draw_cube_texture.vcxproj
  51. +1
    -1
      projects/VS2022/examples/models_first_person_maze.vcxproj
  52. +1
    -1
      projects/VS2022/examples/models_geometric_shapes.vcxproj
  53. +1
    -1
      projects/VS2022/examples/models_gpu_skinning.vcxproj
  54. +1
    -1
      projects/VS2022/examples/models_heightmap.vcxproj
  55. +1
    -1
      projects/VS2022/examples/models_loading.vcxproj
  56. +1
    -1
      projects/VS2022/examples/models_loading_gltf.vcxproj
  57. +1
    -1
      projects/VS2022/examples/models_loading_m3d.vcxproj
  58. +1
    -1
      projects/VS2022/examples/models_loading_vox.vcxproj
  59. +1
    -1
      projects/VS2022/examples/models_mesh_generation.vcxproj
  60. +1
    -1
      projects/VS2022/examples/models_mesh_picking.vcxproj
  61. +1
    -1
      projects/VS2022/examples/models_orthographic_projection.vcxproj
  62. +1
    -1
      projects/VS2022/examples/models_rlgl_solar_system.vcxproj
  63. +1
    -1
      projects/VS2022/examples/models_skybox.vcxproj
  64. +1
    -1
      projects/VS2022/examples/models_waving_cubes.vcxproj
  65. +1
    -1
      projects/VS2022/examples/models_yaw_pitch_roll.vcxproj
  66. +1
    -1
      projects/VS2022/examples/rlgl_compute_shaders.vcxproj
  67. +1
    -1
      projects/VS2022/examples/shaders_basic_lighting.vcxproj
  68. +1
    -1
      projects/VS2022/examples/shaders_custom_uniform.vcxproj
  69. +1
    -1
      projects/VS2022/examples/shaders_deferred_render.vcxproj
  70. +1
    -1
      projects/VS2022/examples/shaders_eratosthenes.vcxproj
  71. +1
    -1
      projects/VS2022/examples/shaders_fog.vcxproj
  72. +1
    -1
      projects/VS2022/examples/shaders_hot_reloading.vcxproj
  73. +1
    -1
      projects/VS2022/examples/shaders_hybrid_render.vcxproj
  74. +1
    -1
      projects/VS2022/examples/shaders_julia_set.vcxproj
  75. +1
    -1
      projects/VS2022/examples/shaders_mesh_instancing.vcxproj
  76. +1
    -1
      projects/VS2022/examples/shaders_model_shader.vcxproj
  77. +1
    -1
      projects/VS2022/examples/shaders_multi_sample2d.vcxproj
  78. +1
    -1
      projects/VS2022/examples/shaders_palette_switch.vcxproj
  79. +1
    -1
      projects/VS2022/examples/shaders_postprocessing.vcxproj
  80. +1
    -1
      projects/VS2022/examples/shaders_raymarching.vcxproj
  81. +1
    -1
      projects/VS2022/examples/shaders_rounded_rectangle.vcxproj
  82. +1
    -1
      projects/VS2022/examples/shaders_shadowmap.vcxproj
  83. +1
    -1
      projects/VS2022/examples/shaders_shapes_textures.vcxproj
  84. +1
    -1
      projects/VS2022/examples/shaders_simple_mask.vcxproj
  85. +1
    -1
      projects/VS2022/examples/shaders_spotlight.vcxproj
  86. +1
    -1
      projects/VS2022/examples/shaders_texture_drawing.vcxproj
  87. +1
    -1
      projects/VS2022/examples/shaders_texture_outline.vcxproj
  88. +1
    -1
      projects/VS2022/examples/shaders_texture_tiling.vcxproj
  89. +1
    -1
      projects/VS2022/examples/shaders_texture_waves.vcxproj
  90. +1
    -1
      projects/VS2022/examples/shaders_vertex_displacement.vcxproj
  91. +1
    -1
      projects/VS2022/examples/shaders_view_depth.vcxproj
  92. +1
    -1
      projects/VS2022/examples/shaders_write_depth.vcxproj
  93. +1
    -1
      projects/VS2022/examples/shapes_basic_shapes.vcxproj
  94. +1
    -1
      projects/VS2022/examples/shapes_bouncing_ball.vcxproj
  95. +1
    -1
      projects/VS2022/examples/shapes_collision_area.vcxproj
  96. +1
    -1
      projects/VS2022/examples/shapes_colors_palette.vcxproj
  97. +1
    -1
      projects/VS2022/examples/shapes_draw_circle_sector.vcxproj
  98. +1
    -1
      projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj
  99. +1
    -1
      projects/VS2022/examples/shapes_draw_ring.vcxproj
  100. +1
    -1
      projects/VS2022/examples/shapes_easings_ball_anim.vcxproj

+ 12
- 12
examples/examples.rc View File

@ -1,27 +1,27 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 5,5,0,0
PRODUCTVERSION 5,5,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
//BLOCK "080904E4" // English UK
BLOCK "040904E4" // English US
//BLOCK "080904E4" // English UK
BLOCK "040904E4" // English US
BEGIN
VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib example"
VALUE "FileVersion", "1.0"
VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
VALUE "FileVersion", "5.5.0"
VALUE "InternalName", "raylib-example"
VALUE "LegalCopyright", "(c) 2025 raylib technologies (@raylibtech)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria (@raysan5)"
VALUE "OriginalFilename", "raylib-example"
VALUE "ProductName", "raylib-example"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "5.5.0"
END
END
BLOCK "VarFileInfo"
BEGIN
//VALUE "Translation", 0x809, 1252 // English UK
VALUE "Translation", 0x409, 1252 // English US
//VALUE "Translation", 0x809, 1252 // English UK
VALUE "Translation", 0x409, 1252 // English US
END
END

+ 1
- 1
projects/VS2022/examples/audio_mixed_processor.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_mixed_processor.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_module_playing.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_module_playing.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_music_stream.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_music_stream.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_raw_stream.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_raw_stream.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_sound_loading.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_sound_loading.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_sound_multi.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_sound_multi.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/audio_stream_effects.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\audio\audio_stream_effects.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_2d_camera.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_2d_camera.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_2d_camera_mouse_zoom.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_2d_camera_mouse_zoom.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_2d_camera_platformer.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_2d_camera_platformer.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_2d_camera_split_screen.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_2d_camera_split_screen.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_3d_camera_first_person.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_3d_camera_first_person.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_3d_camera_free.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_3d_camera_free.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_3d_camera_mode.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_3d_camera_mode.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_3d_camera_split_screen.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_3d_camera_split_screen.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_3d_picking.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_3d_picking.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_automation_events.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_automation_events.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_basic_screen_manager.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_basic_screen_manager.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_basic_window.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_basic_window.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_custom_frame_control.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_custom_frame_control.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_custom_logging.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_custom_logging.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_drop_files.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_drop_files.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_high_dpi.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_high_dpi.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_gamepad.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_gamepad.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_gestures.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_gestures.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_keys.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_keys.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_mouse.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_mouse.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_mouse_wheel.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_mouse_wheel.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_multitouch.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_multitouch.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_input_virtual_controls.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_input_virtual_controls.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_loading_thread.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_loading_thread.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_random_sequence.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_random_sequence.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_random_values.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_random_values.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_scissor_test.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_scissor_test.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_smooth_pixelperfect.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_smooth_pixelperfect.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_storage_values.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_storage_values.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_vr_simulator.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_vr_simulator.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_window_flags.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_window_flags.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_window_letterbox.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_window_letterbox.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_window_should_close.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_window_should_close.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/core_world_screen.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\core\core_world_screen.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/easings_testbed.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\others\easings_testbed.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/embedded_files_loading.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\others\embedded_files_loading.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_animation.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_animation.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_billboard.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_billboard.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_bone_socket.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_bone_socket.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_box_collisions.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_box_collisions.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_cubicmap.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_cubicmap.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_draw_cube_texture.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_draw_cube_texture.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_first_person_maze.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_first_person_maze.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_geometric_shapes.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_geometric_shapes.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_gpu_skinning.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_gpu_skinning.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_heightmap.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_heightmap.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_loading.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_loading.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_loading_gltf.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_loading_gltf.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_loading_m3d.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_loading_m3d.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_loading_vox.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_loading_vox.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_mesh_generation.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_mesh_generation.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_mesh_picking.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_mesh_picking.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_orthographic_projection.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_orthographic_projection.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_rlgl_solar_system.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_rlgl_solar_system.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_skybox.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_skybox.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_waving_cubes.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_waving_cubes.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/models_yaw_pitch_roll.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\models\models_yaw_pitch_roll.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/rlgl_compute_shaders.vcxproj View File

@ -557,7 +557,7 @@
<ClCompile Include="..\..\..\src\rglfw.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_basic_lighting.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_basic_lighting.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_custom_uniform.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_custom_uniform.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_deferred_render.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_deferred_render.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_eratosthenes.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_eratosthenes.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_fog.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_fog.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_hot_reloading.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_hot_reloading.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_hybrid_render.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_hybrid_render.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_julia_set.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_julia_set.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_mesh_instancing.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_mesh_instancing.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_model_shader.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_model_shader.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_multi_sample2d.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_multi_sample2d.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_palette_switch.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_palette_switch.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_postprocessing.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_postprocessing.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_raymarching.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_raymarching.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_rounded_rectangle.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_rounded_rectangle.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_shadowmap.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_shadowmap.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_shapes_textures.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_shapes_textures.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_simple_mask.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_simple_mask.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_spotlight.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_spotlight.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_texture_drawing.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_texture_drawing.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_texture_outline.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_texture_outline.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_texture_tiling.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_texture_tiling.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_texture_waves.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_texture_waves.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_vertex_displacement.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_vertex_displacement.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_view_depth.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_view_depth.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shaders_write_depth.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shaders\shaders_write_depth.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_basic_shapes.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_basic_shapes.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_bouncing_ball.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_bouncing_ball.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_collision_area.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_collision_area.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_colors_palette.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_colors_palette.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_draw_circle_sector.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_draw_circle_sector.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_draw_rectangle_rounded.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_draw_ring.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_draw_ring.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1
- 1
projects/VS2022/examples/shapes_easings_ball_anim.vcxproj View File

@ -556,7 +556,7 @@
<ClCompile Include="..\..\..\examples\shapes\shapes_easings_ball_anim.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">

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

Loading…
Cancel
Save