summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorRay <[email protected]>2024-07-04 11:12:20 +0200
committerRay <[email protected]>2024-07-04 11:12:20 +0200
commitc95b2e88b703e7fee5e7f4e7b0c01906c58f794c (patch)
treebcb4a13ac476be3b2f0cc9d69dc954a532b92bc1 /projects
parent8fbb447a6d3696766443316afeef6d033629409d (diff)
downloadraylib-c95b2e88b703e7fee5e7f4e7b0c01906c58f794c.tar.gz
raylib-c95b2e88b703e7fee5e7f4e7b0c01906c58f794c.zip
Example review
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2022/examples/models_loading_gltf.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/VS2022/examples/models_loading_gltf.vcxproj b/projects/VS2022/examples/models_loading_gltf.vcxproj
index 141fb942..aba2e684 100644
--- a/projects/VS2022/examples/models_loading_gltf.vcxproj
+++ b/projects/VS2022/examples/models_loading_gltf.vcxproj
@@ -377,6 +377,9 @@
<ClCompile Include="..\..\..\examples\models\models_loading_gltf.c" />
</ItemGroup>
<ItemGroup>
+ <ResourceCompile Include="..\..\..\examples\examples.rc" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">
<Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
</ProjectReference>