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

...instead of relying in src/raylib provided one. #4900
This commit is contained in:
Ray
2025-04-18 10:25:40 +02:00
parent 6b85aa7f72
commit cf1713e6dd
146 changed files with 157 additions and 157 deletions

View File

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