Browse Source

Merge pull request #4900 from JeffM2501/duplicate_resource

[Examples] Remove duplicate resource file
pull/4903/head
Ray 3 months ago
committed by GitHub
parent
commit
6b85aa7f72
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      projects/VS2022/examples/models_loading_gltf.vcxproj

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

@ -555,9 +555,6 @@
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\examples\models\models_loading_gltf.c" /> <ClCompile Include="..\..\..\examples\models\models_loading_gltf.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\examples\examples.rc" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="..\..\..\src\raylib.rc" /> <ResourceCompile Include="..\..\..\src\raylib.rc" />
</ItemGroup> </ItemGroup>

Loading…
Cancel
Save