diff options
| author | Ray <[email protected]> | 2022-07-07 12:09:30 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-07 12:09:30 +0200 |
| commit | e121058eb625c3d54ec8ec3eab0289c9a99fd086 (patch) | |
| tree | 1e32bed7287a36a73e7fe66e3cba4b0bb1bbd3ea /projects/VS2022/examples | |
| parent | e3ff5f3dc250e8e1ca8acd59a0cd6e1a619cec07 (diff) | |
| download | raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.tar.gz raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.zip | |
RENAMED: example: textures_rectangle -> textures_sprite_anim
Diffstat (limited to 'projects/VS2022/examples')
| -rw-r--r-- | projects/VS2022/examples/textures_sprite_anim.vcxproj (renamed from projects/VS2022/examples/textures_rectangle.vcxproj) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/VS2022/examples/textures_rectangle.vcxproj b/projects/VS2022/examples/textures_sprite_anim.vcxproj index a4736962..32db8858 100644 --- a/projects/VS2022/examples/textures_rectangle.vcxproj +++ b/projects/VS2022/examples/textures_sprite_anim.vcxproj @@ -37,9 +37,9 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{C25D2CC6-80CA-4C8A-BE3B-2E0F4EA5D0CC}</ProjectGuid> <Keyword>Win32Proj</Keyword> - <RootNamespace>textures_rectangle</RootNamespace> + <RootNamespace>textures_sprite_anim</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> - <ProjectName>textures_rectangle</ProjectName> + <ProjectName>textures_sprite_anim</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> @@ -374,7 +374,7 @@ </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\..\..\examples\textures\textures_rectangle.c" /> + <ClCompile Include="..\..\..\examples\textures\textures_sprite_anim.c" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\raylib\raylib.vcxproj"> |
