From e1ec59525149318757a5a6903ef174921d0f0835 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 25 Feb 2025 12:06:34 +0100 Subject: [PATCH] ADDED: Resource file to example projects #4790 --- projects/VS2022/examples/core_2d_camera_split_screen.vcxproj | 3 +++ projects/VS2022/examples/core_3d_camera_split_screen.vcxproj | 3 +++ projects/VS2022/examples/core_input_gamepad.vcxproj | 3 +++ projects/VS2022/examples/core_input_gestures.vcxproj | 3 +++ projects/VS2022/examples/core_input_keys.vcxproj | 3 +++ projects/VS2022/examples/core_input_mouse.vcxproj | 3 +++ projects/VS2022/examples/core_input_multitouch.vcxproj | 3 +++ projects/VS2022/examples/core_loading_thread.vcxproj | 3 +++ projects/VS2022/examples/core_random_sequence.vcxproj | 3 +++ projects/VS2022/examples/core_random_values.vcxproj | 3 +++ projects/VS2022/examples/core_scissor_test.vcxproj | 3 +++ projects/VS2022/examples/core_storage_values.vcxproj | 3 +++ projects/VS2022/examples/core_vr_simulator.vcxproj | 3 +++ projects/VS2022/examples/core_window_flags.vcxproj | 3 +++ projects/VS2022/examples/core_window_letterbox.vcxproj | 3 +++ projects/VS2022/examples/core_world_screen.vcxproj | 3 +++ projects/VS2022/examples/easings_testbed.vcxproj | 3 +++ projects/VS2022/examples/embedded_files_loading.vcxproj | 3 +++ projects/VS2022/examples/models_animation.vcxproj | 3 +++ projects/VS2022/examples/models_billboard.vcxproj | 3 +++ projects/VS2022/examples/models_bone_socket.vcxproj | 3 +++ projects/VS2022/examples/models_box_collisions.vcxproj | 3 +++ projects/VS2022/examples/models_cubicmap.vcxproj | 3 +++ projects/VS2022/examples/models_first_person_maze.vcxproj | 3 +++ projects/VS2022/examples/models_geometric_shapes.vcxproj | 3 +++ projects/VS2022/examples/models_gpu_skinning.vcxproj | 3 +++ projects/VS2022/examples/models_heightmap.vcxproj | 3 +++ projects/VS2022/examples/models_loading.vcxproj | 3 +++ projects/VS2022/examples/models_loading_gltf.vcxproj | 3 +++ projects/VS2022/examples/models_loading_m3d.vcxproj | 3 +++ projects/VS2022/examples/models_loading_vox.vcxproj | 3 +++ projects/VS2022/examples/models_mesh_generation.vcxproj | 3 +++ projects/VS2022/examples/models_mesh_picking.vcxproj | 3 +++ .../VS2022/examples/models_orthographic_projection.vcxproj | 3 +++ projects/VS2022/examples/models_rlgl_solar_system.vcxproj | 3 +++ projects/VS2022/examples/models_skybox.vcxproj | 3 +++ projects/VS2022/examples/models_waving_cubes.vcxproj | 3 +++ projects/VS2022/examples/models_yaw_pitch_roll.vcxproj | 3 +++ projects/VS2022/examples/rlgl_compute_shaders.vcxproj | 3 +++ projects/VS2022/examples/shaders_basic_lighting.vcxproj | 3 +++ projects/VS2022/examples/shaders_custom_uniform.vcxproj | 3 +++ projects/VS2022/examples/shaders_eratosthenes.vcxproj | 3 +++ projects/VS2022/examples/shaders_fog.vcxproj | 3 +++ projects/VS2022/examples/shaders_hot_reloading.vcxproj | 3 +++ projects/VS2022/examples/shaders_hybrid_render.vcxproj | 3 +++ projects/VS2022/examples/shaders_julia_set.vcxproj | 3 +++ projects/VS2022/examples/shaders_mesh_instancing.vcxproj | 3 +++ projects/VS2022/examples/shaders_model_shader.vcxproj | 3 +++ projects/VS2022/examples/shaders_multi_sample2d.vcxproj | 3 +++ projects/VS2022/examples/shaders_palette_switch.vcxproj | 3 +++ projects/VS2022/examples/shaders_postprocessing.vcxproj | 3 +++ projects/VS2022/examples/shaders_raymarching.vcxproj | 3 +++ projects/VS2022/examples/shaders_rounded_rectangle.vcxproj | 3 +++ projects/VS2022/examples/shaders_shadowmap.vcxproj | 3 +++ projects/VS2022/examples/shaders_shapes_textures.vcxproj | 3 +++ projects/VS2022/examples/shaders_simple_mask.vcxproj | 3 +++ projects/VS2022/examples/shaders_spotlight.vcxproj | 3 +++ projects/VS2022/examples/shaders_texture_drawing.vcxproj | 3 +++ projects/VS2022/examples/shaders_texture_waves.vcxproj | 3 +++ projects/VS2022/examples/shaders_vertex_displacement.vcxproj | 3 +++ projects/VS2022/examples/shaders_write_depth.vcxproj | 3 +++ projects/VS2022/examples/shapes_basic_shapes.vcxproj | 3 +++ projects/VS2022/examples/shapes_bouncing_ball.vcxproj | 3 +++ projects/VS2022/examples/shapes_collision_area.vcxproj | 3 +++ projects/VS2022/examples/shapes_colors_palette.vcxproj | 3 +++ projects/VS2022/examples/shapes_draw_circle_sector.vcxproj | 3 +++ projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj | 3 +++ projects/VS2022/examples/shapes_draw_ring.vcxproj | 3 +++ projects/VS2022/examples/shapes_easings_ball_anim.vcxproj | 3 +++ projects/VS2022/examples/shapes_easings_box_anim.vcxproj | 3 +++ .../VS2022/examples/shapes_easings_rectangle_array.vcxproj | 3 +++ projects/VS2022/examples/shapes_following_eyes.vcxproj | 3 +++ projects/VS2022/examples/shapes_lines_bezier.vcxproj | 3 +++ projects/VS2022/examples/shapes_logo_raylib.vcxproj | 3 +++ projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj | 3 +++ projects/VS2022/examples/shapes_rectangle_scaling.vcxproj | 3 +++ projects/VS2022/examples/text_codepoints_loading.vcxproj | 3 +++ projects/VS2022/examples/text_draw_3d.vcxproj | 3 +++ projects/VS2022/examples/text_font_filters.vcxproj | 3 +++ projects/VS2022/examples/text_font_loading.vcxproj | 3 +++ projects/VS2022/examples/text_font_sdf.vcxproj | 3 +++ projects/VS2022/examples/text_font_spritefont.vcxproj | 3 +++ projects/VS2022/examples/text_format_text.vcxproj | 3 +++ projects/VS2022/examples/text_input_box.vcxproj | 3 +++ projects/VS2022/examples/text_raylib_fonts.vcxproj | 3 +++ projects/VS2022/examples/text_rectangle_bounds.vcxproj | 3 +++ projects/VS2022/examples/text_unicode.vcxproj | 3 +++ projects/VS2022/examples/text_writing_anim.vcxproj | 3 +++ projects/VS2022/examples/textures_background_scrolling.vcxproj | 3 +++ projects/VS2022/examples/textures_blend_modes.vcxproj | 3 +++ projects/VS2022/examples/textures_bunnymark.vcxproj | 3 +++ projects/VS2022/examples/textures_draw_tiled.vcxproj | 3 +++ projects/VS2022/examples/textures_fog_of_war.vcxproj | 3 +++ projects/VS2022/examples/textures_gif_player.vcxproj | 3 +++ projects/VS2022/examples/textures_image_drawing.vcxproj | 3 +++ projects/VS2022/examples/textures_image_generation.vcxproj | 3 +++ projects/VS2022/examples/textures_image_loading.vcxproj | 3 +++ projects/VS2022/examples/textures_image_processing.vcxproj | 3 +++ projects/VS2022/examples/textures_image_text.vcxproj | 3 +++ projects/VS2022/examples/textures_logo_raylib.vcxproj | 3 +++ projects/VS2022/examples/textures_mouse_painting.vcxproj | 3 +++ projects/VS2022/examples/textures_npatch_drawing.vcxproj | 3 +++ projects/VS2022/examples/textures_particles_blending.vcxproj | 3 +++ projects/VS2022/examples/textures_polygon.vcxproj | 3 +++ projects/VS2022/examples/textures_raw_data.vcxproj | 3 +++ projects/VS2022/examples/textures_sprite_anim.vcxproj | 3 +++ projects/VS2022/examples/textures_sprite_button.vcxproj | 3 +++ projects/VS2022/examples/textures_sprite_explosion.vcxproj | 3 +++ projects/VS2022/examples/textures_srcrec_dstrec.vcxproj | 3 +++ projects/VS2022/examples/textures_textured_curve.vcxproj | 3 +++ projects/VS2022/examples/textures_to_image.vcxproj | 3 +++ 111 files changed, 333 insertions(+) diff --git a/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj b/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj index a1cb87453..7e63a4589 100644 --- a/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj +++ b/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj b/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj index e931edfb8..529aff1f1 100644 --- a/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj +++ b/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_input_gamepad.vcxproj b/projects/VS2022/examples/core_input_gamepad.vcxproj index 3ed6db1a8..8b5e0274e 100644 --- a/projects/VS2022/examples/core_input_gamepad.vcxproj +++ b/projects/VS2022/examples/core_input_gamepad.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_input_gestures.vcxproj b/projects/VS2022/examples/core_input_gestures.vcxproj index f150195ba..56485cea3 100644 --- a/projects/VS2022/examples/core_input_gestures.vcxproj +++ b/projects/VS2022/examples/core_input_gestures.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_input_keys.vcxproj b/projects/VS2022/examples/core_input_keys.vcxproj index 264ee22f2..efdf5e9cc 100644 --- a/projects/VS2022/examples/core_input_keys.vcxproj +++ b/projects/VS2022/examples/core_input_keys.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_input_mouse.vcxproj b/projects/VS2022/examples/core_input_mouse.vcxproj index dd5dbced2..ab8964094 100644 --- a/projects/VS2022/examples/core_input_mouse.vcxproj +++ b/projects/VS2022/examples/core_input_mouse.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_input_multitouch.vcxproj b/projects/VS2022/examples/core_input_multitouch.vcxproj index b882b20f1..b3b18a8bd 100644 --- a/projects/VS2022/examples/core_input_multitouch.vcxproj +++ b/projects/VS2022/examples/core_input_multitouch.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_loading_thread.vcxproj b/projects/VS2022/examples/core_loading_thread.vcxproj index 06fe7837c..57d68768c 100644 --- a/projects/VS2022/examples/core_loading_thread.vcxproj +++ b/projects/VS2022/examples/core_loading_thread.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_random_sequence.vcxproj b/projects/VS2022/examples/core_random_sequence.vcxproj index 235aeb6ee..de86d3f2b 100644 --- a/projects/VS2022/examples/core_random_sequence.vcxproj +++ b/projects/VS2022/examples/core_random_sequence.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_random_values.vcxproj b/projects/VS2022/examples/core_random_values.vcxproj index f631761f3..0567c4d7b 100644 --- a/projects/VS2022/examples/core_random_values.vcxproj +++ b/projects/VS2022/examples/core_random_values.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_scissor_test.vcxproj b/projects/VS2022/examples/core_scissor_test.vcxproj index 6cb8cb6f5..3f5a5a6e1 100644 --- a/projects/VS2022/examples/core_scissor_test.vcxproj +++ b/projects/VS2022/examples/core_scissor_test.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_storage_values.vcxproj b/projects/VS2022/examples/core_storage_values.vcxproj index ed0f0f32d..14c9e07e8 100644 --- a/projects/VS2022/examples/core_storage_values.vcxproj +++ b/projects/VS2022/examples/core_storage_values.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_vr_simulator.vcxproj b/projects/VS2022/examples/core_vr_simulator.vcxproj index 060631239..eaa45c83f 100644 --- a/projects/VS2022/examples/core_vr_simulator.vcxproj +++ b/projects/VS2022/examples/core_vr_simulator.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_window_flags.vcxproj b/projects/VS2022/examples/core_window_flags.vcxproj index 1cc9a1bf1..cd8fbbfea 100644 --- a/projects/VS2022/examples/core_window_flags.vcxproj +++ b/projects/VS2022/examples/core_window_flags.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_window_letterbox.vcxproj b/projects/VS2022/examples/core_window_letterbox.vcxproj index 761596100..f2678eed1 100644 --- a/projects/VS2022/examples/core_window_letterbox.vcxproj +++ b/projects/VS2022/examples/core_window_letterbox.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/core_world_screen.vcxproj b/projects/VS2022/examples/core_world_screen.vcxproj index d669cc98c..241e67008 100644 --- a/projects/VS2022/examples/core_world_screen.vcxproj +++ b/projects/VS2022/examples/core_world_screen.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/easings_testbed.vcxproj b/projects/VS2022/examples/easings_testbed.vcxproj index 61654bd17..38736ddd1 100644 --- a/projects/VS2022/examples/easings_testbed.vcxproj +++ b/projects/VS2022/examples/easings_testbed.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/embedded_files_loading.vcxproj b/projects/VS2022/examples/embedded_files_loading.vcxproj index 723b2ea85..8f717a619 100644 --- a/projects/VS2022/examples/embedded_files_loading.vcxproj +++ b/projects/VS2022/examples/embedded_files_loading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_animation.vcxproj b/projects/VS2022/examples/models_animation.vcxproj index 3b310ceda..434dea9bf 100644 --- a/projects/VS2022/examples/models_animation.vcxproj +++ b/projects/VS2022/examples/models_animation.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_billboard.vcxproj b/projects/VS2022/examples/models_billboard.vcxproj index 07bb765e3..62eb6539c 100644 --- a/projects/VS2022/examples/models_billboard.vcxproj +++ b/projects/VS2022/examples/models_billboard.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_bone_socket.vcxproj b/projects/VS2022/examples/models_bone_socket.vcxproj index 9cf07e256..481b4efc3 100644 --- a/projects/VS2022/examples/models_bone_socket.vcxproj +++ b/projects/VS2022/examples/models_bone_socket.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_box_collisions.vcxproj b/projects/VS2022/examples/models_box_collisions.vcxproj index bff9cab2f..fc5176cd0 100644 --- a/projects/VS2022/examples/models_box_collisions.vcxproj +++ b/projects/VS2022/examples/models_box_collisions.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_cubicmap.vcxproj b/projects/VS2022/examples/models_cubicmap.vcxproj index fbe71f12f..cd92efc26 100644 --- a/projects/VS2022/examples/models_cubicmap.vcxproj +++ b/projects/VS2022/examples/models_cubicmap.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_first_person_maze.vcxproj b/projects/VS2022/examples/models_first_person_maze.vcxproj index d5ffff4aa..c963da561 100644 --- a/projects/VS2022/examples/models_first_person_maze.vcxproj +++ b/projects/VS2022/examples/models_first_person_maze.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_geometric_shapes.vcxproj b/projects/VS2022/examples/models_geometric_shapes.vcxproj index 00e698042..7c3784ac9 100644 --- a/projects/VS2022/examples/models_geometric_shapes.vcxproj +++ b/projects/VS2022/examples/models_geometric_shapes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_gpu_skinning.vcxproj b/projects/VS2022/examples/models_gpu_skinning.vcxproj index 198a822c8..7d58012e0 100644 --- a/projects/VS2022/examples/models_gpu_skinning.vcxproj +++ b/projects/VS2022/examples/models_gpu_skinning.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_heightmap.vcxproj b/projects/VS2022/examples/models_heightmap.vcxproj index 5eba55ae2..5875f0ee3 100644 --- a/projects/VS2022/examples/models_heightmap.vcxproj +++ b/projects/VS2022/examples/models_heightmap.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_loading.vcxproj b/projects/VS2022/examples/models_loading.vcxproj index fe38f73a2..c0d83f258 100644 --- a/projects/VS2022/examples/models_loading.vcxproj +++ b/projects/VS2022/examples/models_loading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_loading_gltf.vcxproj b/projects/VS2022/examples/models_loading_gltf.vcxproj index 29b14abcd..a9989ef3b 100644 --- a/projects/VS2022/examples/models_loading_gltf.vcxproj +++ b/projects/VS2022/examples/models_loading_gltf.vcxproj @@ -558,6 +558,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_loading_m3d.vcxproj b/projects/VS2022/examples/models_loading_m3d.vcxproj index a75a8645d..d6110af04 100644 --- a/projects/VS2022/examples/models_loading_m3d.vcxproj +++ b/projects/VS2022/examples/models_loading_m3d.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_loading_vox.vcxproj b/projects/VS2022/examples/models_loading_vox.vcxproj index be2203908..60b961c05 100644 --- a/projects/VS2022/examples/models_loading_vox.vcxproj +++ b/projects/VS2022/examples/models_loading_vox.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_mesh_generation.vcxproj b/projects/VS2022/examples/models_mesh_generation.vcxproj index f91283e09..42dbb3e6a 100644 --- a/projects/VS2022/examples/models_mesh_generation.vcxproj +++ b/projects/VS2022/examples/models_mesh_generation.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_mesh_picking.vcxproj b/projects/VS2022/examples/models_mesh_picking.vcxproj index afa9a0ddd..937d7756f 100644 --- a/projects/VS2022/examples/models_mesh_picking.vcxproj +++ b/projects/VS2022/examples/models_mesh_picking.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_orthographic_projection.vcxproj b/projects/VS2022/examples/models_orthographic_projection.vcxproj index d45dec2dc..0a001c1bf 100644 --- a/projects/VS2022/examples/models_orthographic_projection.vcxproj +++ b/projects/VS2022/examples/models_orthographic_projection.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_rlgl_solar_system.vcxproj b/projects/VS2022/examples/models_rlgl_solar_system.vcxproj index 79adc7373..0386214ba 100644 --- a/projects/VS2022/examples/models_rlgl_solar_system.vcxproj +++ b/projects/VS2022/examples/models_rlgl_solar_system.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_skybox.vcxproj b/projects/VS2022/examples/models_skybox.vcxproj index 8f04fc59c..55856ab2c 100644 --- a/projects/VS2022/examples/models_skybox.vcxproj +++ b/projects/VS2022/examples/models_skybox.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_waving_cubes.vcxproj b/projects/VS2022/examples/models_waving_cubes.vcxproj index 81e7eb877..f7b927290 100644 --- a/projects/VS2022/examples/models_waving_cubes.vcxproj +++ b/projects/VS2022/examples/models_waving_cubes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj b/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj index f78b70483..d4f9f16a0 100644 --- a/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj +++ b/projects/VS2022/examples/models_yaw_pitch_roll.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/rlgl_compute_shaders.vcxproj b/projects/VS2022/examples/rlgl_compute_shaders.vcxproj index 7aab1ead7..0dc6301c7 100644 --- a/projects/VS2022/examples/rlgl_compute_shaders.vcxproj +++ b/projects/VS2022/examples/rlgl_compute_shaders.vcxproj @@ -556,6 +556,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_basic_lighting.vcxproj b/projects/VS2022/examples/shaders_basic_lighting.vcxproj index ce7927deb..febc38190 100644 --- a/projects/VS2022/examples/shaders_basic_lighting.vcxproj +++ b/projects/VS2022/examples/shaders_basic_lighting.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_custom_uniform.vcxproj b/projects/VS2022/examples/shaders_custom_uniform.vcxproj index 76eedca85..03b0a292f 100644 --- a/projects/VS2022/examples/shaders_custom_uniform.vcxproj +++ b/projects/VS2022/examples/shaders_custom_uniform.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_eratosthenes.vcxproj b/projects/VS2022/examples/shaders_eratosthenes.vcxproj index 72593bf89..1efb47922 100644 --- a/projects/VS2022/examples/shaders_eratosthenes.vcxproj +++ b/projects/VS2022/examples/shaders_eratosthenes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_fog.vcxproj b/projects/VS2022/examples/shaders_fog.vcxproj index 17468d0e4..eddd00e7f 100644 --- a/projects/VS2022/examples/shaders_fog.vcxproj +++ b/projects/VS2022/examples/shaders_fog.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_hot_reloading.vcxproj b/projects/VS2022/examples/shaders_hot_reloading.vcxproj index 14802a350..29820341e 100644 --- a/projects/VS2022/examples/shaders_hot_reloading.vcxproj +++ b/projects/VS2022/examples/shaders_hot_reloading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_hybrid_render.vcxproj b/projects/VS2022/examples/shaders_hybrid_render.vcxproj index f2fd373d5..799e4e40b 100644 --- a/projects/VS2022/examples/shaders_hybrid_render.vcxproj +++ b/projects/VS2022/examples/shaders_hybrid_render.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_julia_set.vcxproj b/projects/VS2022/examples/shaders_julia_set.vcxproj index bf224f81f..21ca5d36b 100644 --- a/projects/VS2022/examples/shaders_julia_set.vcxproj +++ b/projects/VS2022/examples/shaders_julia_set.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_mesh_instancing.vcxproj b/projects/VS2022/examples/shaders_mesh_instancing.vcxproj index 42a43ac85..00f3de055 100644 --- a/projects/VS2022/examples/shaders_mesh_instancing.vcxproj +++ b/projects/VS2022/examples/shaders_mesh_instancing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_model_shader.vcxproj b/projects/VS2022/examples/shaders_model_shader.vcxproj index e9c99a897..a558602bc 100644 --- a/projects/VS2022/examples/shaders_model_shader.vcxproj +++ b/projects/VS2022/examples/shaders_model_shader.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_multi_sample2d.vcxproj b/projects/VS2022/examples/shaders_multi_sample2d.vcxproj index 0c3399def..0dd3046a5 100644 --- a/projects/VS2022/examples/shaders_multi_sample2d.vcxproj +++ b/projects/VS2022/examples/shaders_multi_sample2d.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_palette_switch.vcxproj b/projects/VS2022/examples/shaders_palette_switch.vcxproj index 85f23e6f8..c427b3c01 100644 --- a/projects/VS2022/examples/shaders_palette_switch.vcxproj +++ b/projects/VS2022/examples/shaders_palette_switch.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_postprocessing.vcxproj b/projects/VS2022/examples/shaders_postprocessing.vcxproj index d8a6aac56..edb3a8869 100644 --- a/projects/VS2022/examples/shaders_postprocessing.vcxproj +++ b/projects/VS2022/examples/shaders_postprocessing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_raymarching.vcxproj b/projects/VS2022/examples/shaders_raymarching.vcxproj index c7a8cdda6..6845f7de4 100644 --- a/projects/VS2022/examples/shaders_raymarching.vcxproj +++ b/projects/VS2022/examples/shaders_raymarching.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_rounded_rectangle.vcxproj b/projects/VS2022/examples/shaders_rounded_rectangle.vcxproj index 28f0d9295..6c1a215e2 100644 --- a/projects/VS2022/examples/shaders_rounded_rectangle.vcxproj +++ b/projects/VS2022/examples/shaders_rounded_rectangle.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_shadowmap.vcxproj b/projects/VS2022/examples/shaders_shadowmap.vcxproj index 4e58ab13d..8c10615ed 100644 --- a/projects/VS2022/examples/shaders_shadowmap.vcxproj +++ b/projects/VS2022/examples/shaders_shadowmap.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_shapes_textures.vcxproj b/projects/VS2022/examples/shaders_shapes_textures.vcxproj index f6e6c5870..e27f2f944 100644 --- a/projects/VS2022/examples/shaders_shapes_textures.vcxproj +++ b/projects/VS2022/examples/shaders_shapes_textures.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_simple_mask.vcxproj b/projects/VS2022/examples/shaders_simple_mask.vcxproj index 9cf0ec8e7..bed9ea8de 100644 --- a/projects/VS2022/examples/shaders_simple_mask.vcxproj +++ b/projects/VS2022/examples/shaders_simple_mask.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_spotlight.vcxproj b/projects/VS2022/examples/shaders_spotlight.vcxproj index f1adf8d3d..c137e618e 100644 --- a/projects/VS2022/examples/shaders_spotlight.vcxproj +++ b/projects/VS2022/examples/shaders_spotlight.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_texture_drawing.vcxproj b/projects/VS2022/examples/shaders_texture_drawing.vcxproj index fa342d570..cebe69330 100644 --- a/projects/VS2022/examples/shaders_texture_drawing.vcxproj +++ b/projects/VS2022/examples/shaders_texture_drawing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_texture_waves.vcxproj b/projects/VS2022/examples/shaders_texture_waves.vcxproj index 0ea52bcb4..b7510fcd2 100644 --- a/projects/VS2022/examples/shaders_texture_waves.vcxproj +++ b/projects/VS2022/examples/shaders_texture_waves.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_vertex_displacement.vcxproj b/projects/VS2022/examples/shaders_vertex_displacement.vcxproj index 610bdeb0e..44d6deeaa 100644 --- a/projects/VS2022/examples/shaders_vertex_displacement.vcxproj +++ b/projects/VS2022/examples/shaders_vertex_displacement.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shaders_write_depth.vcxproj b/projects/VS2022/examples/shaders_write_depth.vcxproj index 38dd4a8df..836ab1a5c 100644 --- a/projects/VS2022/examples/shaders_write_depth.vcxproj +++ b/projects/VS2022/examples/shaders_write_depth.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_basic_shapes.vcxproj b/projects/VS2022/examples/shapes_basic_shapes.vcxproj index b29481534..ba3805967 100644 --- a/projects/VS2022/examples/shapes_basic_shapes.vcxproj +++ b/projects/VS2022/examples/shapes_basic_shapes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_bouncing_ball.vcxproj b/projects/VS2022/examples/shapes_bouncing_ball.vcxproj index e80a65924..542a62165 100644 --- a/projects/VS2022/examples/shapes_bouncing_ball.vcxproj +++ b/projects/VS2022/examples/shapes_bouncing_ball.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_collision_area.vcxproj b/projects/VS2022/examples/shapes_collision_area.vcxproj index 906781a66..45230ca39 100644 --- a/projects/VS2022/examples/shapes_collision_area.vcxproj +++ b/projects/VS2022/examples/shapes_collision_area.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_colors_palette.vcxproj b/projects/VS2022/examples/shapes_colors_palette.vcxproj index ece39618f..6f9234444 100644 --- a/projects/VS2022/examples/shapes_colors_palette.vcxproj +++ b/projects/VS2022/examples/shapes_colors_palette.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj b/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj index 849450090..6a2278000 100644 --- a/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj +++ b/projects/VS2022/examples/shapes_draw_circle_sector.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj b/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj index b37f804fc..9ad7fd3e1 100644 --- a/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj +++ b/projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_draw_ring.vcxproj b/projects/VS2022/examples/shapes_draw_ring.vcxproj index ed7681b0c..526006f3d 100644 --- a/projects/VS2022/examples/shapes_draw_ring.vcxproj +++ b/projects/VS2022/examples/shapes_draw_ring.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj b/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj index c960f322c..c85bb7493 100644 --- a/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj +++ b/projects/VS2022/examples/shapes_easings_ball_anim.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_easings_box_anim.vcxproj b/projects/VS2022/examples/shapes_easings_box_anim.vcxproj index ce5abfa83..e9fbdbec3 100644 --- a/projects/VS2022/examples/shapes_easings_box_anim.vcxproj +++ b/projects/VS2022/examples/shapes_easings_box_anim.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj b/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj index 7429f6e1d..71ec5198e 100644 --- a/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj +++ b/projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_following_eyes.vcxproj b/projects/VS2022/examples/shapes_following_eyes.vcxproj index 41af6e7e4..c4ff36235 100644 --- a/projects/VS2022/examples/shapes_following_eyes.vcxproj +++ b/projects/VS2022/examples/shapes_following_eyes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_lines_bezier.vcxproj b/projects/VS2022/examples/shapes_lines_bezier.vcxproj index a1560bb31..b07622ac2 100644 --- a/projects/VS2022/examples/shapes_lines_bezier.vcxproj +++ b/projects/VS2022/examples/shapes_lines_bezier.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_logo_raylib.vcxproj b/projects/VS2022/examples/shapes_logo_raylib.vcxproj index 4c0863372..86f4d161f 100644 --- a/projects/VS2022/examples/shapes_logo_raylib.vcxproj +++ b/projects/VS2022/examples/shapes_logo_raylib.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj b/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj index a9f3f5f09..a1553a422 100644 --- a/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj +++ b/projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj b/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj index e54aaa045..fadd78ae8 100644 --- a/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj +++ b/projects/VS2022/examples/shapes_rectangle_scaling.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_codepoints_loading.vcxproj b/projects/VS2022/examples/text_codepoints_loading.vcxproj index 1422b3c0d..f56507a90 100644 --- a/projects/VS2022/examples/text_codepoints_loading.vcxproj +++ b/projects/VS2022/examples/text_codepoints_loading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_draw_3d.vcxproj b/projects/VS2022/examples/text_draw_3d.vcxproj index 5ce6c5c9e..f21549544 100644 --- a/projects/VS2022/examples/text_draw_3d.vcxproj +++ b/projects/VS2022/examples/text_draw_3d.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_font_filters.vcxproj b/projects/VS2022/examples/text_font_filters.vcxproj index bb5ee591d..80dc4a786 100644 --- a/projects/VS2022/examples/text_font_filters.vcxproj +++ b/projects/VS2022/examples/text_font_filters.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_font_loading.vcxproj b/projects/VS2022/examples/text_font_loading.vcxproj index ad19cad85..1cdd7413f 100644 --- a/projects/VS2022/examples/text_font_loading.vcxproj +++ b/projects/VS2022/examples/text_font_loading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_font_sdf.vcxproj b/projects/VS2022/examples/text_font_sdf.vcxproj index 26a0aa112..967273ee7 100644 --- a/projects/VS2022/examples/text_font_sdf.vcxproj +++ b/projects/VS2022/examples/text_font_sdf.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_font_spritefont.vcxproj b/projects/VS2022/examples/text_font_spritefont.vcxproj index 89a83f468..4c73d87cd 100644 --- a/projects/VS2022/examples/text_font_spritefont.vcxproj +++ b/projects/VS2022/examples/text_font_spritefont.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_format_text.vcxproj b/projects/VS2022/examples/text_format_text.vcxproj index 74cc91800..5ca406ef8 100644 --- a/projects/VS2022/examples/text_format_text.vcxproj +++ b/projects/VS2022/examples/text_format_text.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_input_box.vcxproj b/projects/VS2022/examples/text_input_box.vcxproj index 31564485e..6655dff57 100644 --- a/projects/VS2022/examples/text_input_box.vcxproj +++ b/projects/VS2022/examples/text_input_box.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_raylib_fonts.vcxproj b/projects/VS2022/examples/text_raylib_fonts.vcxproj index 7b96f2cc1..29847ed58 100644 --- a/projects/VS2022/examples/text_raylib_fonts.vcxproj +++ b/projects/VS2022/examples/text_raylib_fonts.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_rectangle_bounds.vcxproj b/projects/VS2022/examples/text_rectangle_bounds.vcxproj index 209dc0d46..9c379294d 100644 --- a/projects/VS2022/examples/text_rectangle_bounds.vcxproj +++ b/projects/VS2022/examples/text_rectangle_bounds.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_unicode.vcxproj b/projects/VS2022/examples/text_unicode.vcxproj index 3b6409df3..4dbc45524 100644 --- a/projects/VS2022/examples/text_unicode.vcxproj +++ b/projects/VS2022/examples/text_unicode.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/text_writing_anim.vcxproj b/projects/VS2022/examples/text_writing_anim.vcxproj index f4fe23503..0b685a32b 100644 --- a/projects/VS2022/examples/text_writing_anim.vcxproj +++ b/projects/VS2022/examples/text_writing_anim.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_background_scrolling.vcxproj b/projects/VS2022/examples/textures_background_scrolling.vcxproj index f20f9925e..2004a1338 100644 --- a/projects/VS2022/examples/textures_background_scrolling.vcxproj +++ b/projects/VS2022/examples/textures_background_scrolling.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_blend_modes.vcxproj b/projects/VS2022/examples/textures_blend_modes.vcxproj index 65e84834b..c7aaeaa00 100644 --- a/projects/VS2022/examples/textures_blend_modes.vcxproj +++ b/projects/VS2022/examples/textures_blend_modes.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_bunnymark.vcxproj b/projects/VS2022/examples/textures_bunnymark.vcxproj index d0dcc8d2c..d3c1ee256 100644 --- a/projects/VS2022/examples/textures_bunnymark.vcxproj +++ b/projects/VS2022/examples/textures_bunnymark.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_draw_tiled.vcxproj b/projects/VS2022/examples/textures_draw_tiled.vcxproj index 2c3957428..2566985d7 100644 --- a/projects/VS2022/examples/textures_draw_tiled.vcxproj +++ b/projects/VS2022/examples/textures_draw_tiled.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_fog_of_war.vcxproj b/projects/VS2022/examples/textures_fog_of_war.vcxproj index 3519a6400..46377acc1 100644 --- a/projects/VS2022/examples/textures_fog_of_war.vcxproj +++ b/projects/VS2022/examples/textures_fog_of_war.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_gif_player.vcxproj b/projects/VS2022/examples/textures_gif_player.vcxproj index 87f59ab84..89c7a37f6 100644 --- a/projects/VS2022/examples/textures_gif_player.vcxproj +++ b/projects/VS2022/examples/textures_gif_player.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_image_drawing.vcxproj b/projects/VS2022/examples/textures_image_drawing.vcxproj index a5612837c..27bba85ef 100644 --- a/projects/VS2022/examples/textures_image_drawing.vcxproj +++ b/projects/VS2022/examples/textures_image_drawing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_image_generation.vcxproj b/projects/VS2022/examples/textures_image_generation.vcxproj index 179b92088..a780b82de 100644 --- a/projects/VS2022/examples/textures_image_generation.vcxproj +++ b/projects/VS2022/examples/textures_image_generation.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_image_loading.vcxproj b/projects/VS2022/examples/textures_image_loading.vcxproj index a0615dcaa..c772c064e 100644 --- a/projects/VS2022/examples/textures_image_loading.vcxproj +++ b/projects/VS2022/examples/textures_image_loading.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_image_processing.vcxproj b/projects/VS2022/examples/textures_image_processing.vcxproj index 32029e2e8..604926e8b 100644 --- a/projects/VS2022/examples/textures_image_processing.vcxproj +++ b/projects/VS2022/examples/textures_image_processing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_image_text.vcxproj b/projects/VS2022/examples/textures_image_text.vcxproj index 956942ef7..6c20b084c 100644 --- a/projects/VS2022/examples/textures_image_text.vcxproj +++ b/projects/VS2022/examples/textures_image_text.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_logo_raylib.vcxproj b/projects/VS2022/examples/textures_logo_raylib.vcxproj index 243b477ee..d68b61d23 100644 --- a/projects/VS2022/examples/textures_logo_raylib.vcxproj +++ b/projects/VS2022/examples/textures_logo_raylib.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_mouse_painting.vcxproj b/projects/VS2022/examples/textures_mouse_painting.vcxproj index e7ce77719..dc9546e62 100644 --- a/projects/VS2022/examples/textures_mouse_painting.vcxproj +++ b/projects/VS2022/examples/textures_mouse_painting.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_npatch_drawing.vcxproj b/projects/VS2022/examples/textures_npatch_drawing.vcxproj index 23112de30..e7482f90c 100644 --- a/projects/VS2022/examples/textures_npatch_drawing.vcxproj +++ b/projects/VS2022/examples/textures_npatch_drawing.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_particles_blending.vcxproj b/projects/VS2022/examples/textures_particles_blending.vcxproj index ea13ef74b..8b3d96fe9 100644 --- a/projects/VS2022/examples/textures_particles_blending.vcxproj +++ b/projects/VS2022/examples/textures_particles_blending.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_polygon.vcxproj b/projects/VS2022/examples/textures_polygon.vcxproj index 97b2f5b95..f655da8c0 100644 --- a/projects/VS2022/examples/textures_polygon.vcxproj +++ b/projects/VS2022/examples/textures_polygon.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_raw_data.vcxproj b/projects/VS2022/examples/textures_raw_data.vcxproj index 6b0c2094c..705cdd93f 100644 --- a/projects/VS2022/examples/textures_raw_data.vcxproj +++ b/projects/VS2022/examples/textures_raw_data.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_sprite_anim.vcxproj b/projects/VS2022/examples/textures_sprite_anim.vcxproj index fdaa092dd..ef69ed173 100644 --- a/projects/VS2022/examples/textures_sprite_anim.vcxproj +++ b/projects/VS2022/examples/textures_sprite_anim.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_sprite_button.vcxproj b/projects/VS2022/examples/textures_sprite_button.vcxproj index a10388827..058bad757 100644 --- a/projects/VS2022/examples/textures_sprite_button.vcxproj +++ b/projects/VS2022/examples/textures_sprite_button.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_sprite_explosion.vcxproj b/projects/VS2022/examples/textures_sprite_explosion.vcxproj index 5e22ede30..066965dc5 100644 --- a/projects/VS2022/examples/textures_sprite_explosion.vcxproj +++ b/projects/VS2022/examples/textures_sprite_explosion.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj b/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj index 9ec465159..f3150aea7 100644 --- a/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj +++ b/projects/VS2022/examples/textures_srcrec_dstrec.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_textured_curve.vcxproj b/projects/VS2022/examples/textures_textured_curve.vcxproj index 9d4525967..f8b720335 100644 --- a/projects/VS2022/examples/textures_textured_curve.vcxproj +++ b/projects/VS2022/examples/textures_textured_curve.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859} diff --git a/projects/VS2022/examples/textures_to_image.vcxproj b/projects/VS2022/examples/textures_to_image.vcxproj index 334e9b488..41e7faf71 100644 --- a/projects/VS2022/examples/textures_to_image.vcxproj +++ b/projects/VS2022/examples/textures_to_image.vcxproj @@ -555,6 +555,9 @@ + + + {e89d61ac-55de-4482-afd4-df7242ebc859}