ソースを参照

ADDED: Resource file to example projects #4790

pull/4793/head
Ray 7ヶ月前
コミット
e1ec595251
111個のファイルの変更333行の追加0行の削除
  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>
<ClCompile Include="..\..\..\examples\core\core_2d_camera_split_screen.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">
<Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>

+ 3
- 0
projects/VS2022/examples/core_3d_camera_split_screen.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_input_gamepad.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_input_gestures.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_input_keys.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_input_mouse.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_input_multitouch.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_loading_thread.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_random_sequence.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_random_values.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_scissor_test.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_storage_values.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_vr_simulator.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_window_flags.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_window_letterbox.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/core_world_screen.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/easings_testbed.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/embedded_files_loading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_animation.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_billboard.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_bone_socket.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_box_collisions.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_cubicmap.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_first_person_maze.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_geometric_shapes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_gpu_skinning.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_heightmap.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_loading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_loading_gltf.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_loading_m3d.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_loading_vox.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_mesh_generation.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_mesh_picking.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_orthographic_projection.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_rlgl_solar_system.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_skybox.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_waving_cubes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/models_yaw_pitch_roll.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_basic_lighting.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_custom_uniform.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_eratosthenes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_fog.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_hot_reloading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_hybrid_render.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_julia_set.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_mesh_instancing.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_model_shader.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_multi_sample2d.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_palette_switch.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_postprocessing.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_raymarching.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_rounded_rectangle.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_shadowmap.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_shapes_textures.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_simple_mask.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_spotlight.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_texture_drawing.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_texture_waves.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_vertex_displacement.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shaders_write_depth.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_basic_shapes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_bouncing_ball.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_collision_area.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_colors_palette.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_draw_circle_sector.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_draw_rectangle_rounded.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_draw_ring.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_easings_ball_anim.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_easings_box_anim.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_easings_rectangle_array.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_following_eyes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_lines_bezier.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_logo_raylib.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_logo_raylib_anim.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/shapes_rectangle_scaling.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_codepoints_loading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_draw_3d.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_font_filters.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_font_loading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_font_sdf.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_font_spritefont.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_format_text.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_input_box.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_raylib_fonts.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_rectangle_bounds.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_unicode.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/text_writing_anim.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_background_scrolling.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_blend_modes.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_bunnymark.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_draw_tiled.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_fog_of_war.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_gif_player.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_image_drawing.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_image_generation.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_image_loading.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_image_processing.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_image_text.vcxproj ファイルの表示

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

+ 3
- 0
projects/VS2022/examples/textures_logo_raylib.vcxproj ファイルの表示

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

変更されたファイルが多すぎるため、一部のファイルは表示されません

読み込み中…
キャンセル
保存