summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-07 12:09:30 +0200
committerRay <[email protected]>2022-07-07 12:09:30 +0200
commite121058eb625c3d54ec8ec3eab0289c9a99fd086 (patch)
tree1e32bed7287a36a73e7fe66e3cba4b0bb1bbd3ea /projects
parente3ff5f3dc250e8e1ca8acd59a0cd6e1a619cec07 (diff)
downloadraylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.tar.gz
raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.zip
RENAMED: example: textures_rectangle -> textures_sprite_anim
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2019/examples/textures_sprite_anim.vcxproj (renamed from projects/VS2019/examples/textures_rectangle.vcxproj)6
-rw-r--r--projects/VS2019/raylib.sln2
-rw-r--r--projects/VS2022/examples/textures_sprite_anim.vcxproj (renamed from projects/VS2022/examples/textures_rectangle.vcxproj)6
-rw-r--r--projects/VS2022/raylib.sln2
4 files changed, 8 insertions, 8 deletions
diff --git a/projects/VS2019/examples/textures_rectangle.vcxproj b/projects/VS2019/examples/textures_sprite_anim.vcxproj
index a4736962..32db8858 100644
--- a/projects/VS2019/examples/textures_rectangle.vcxproj
+++ b/projects/VS2019/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">
diff --git a/projects/VS2019/raylib.sln b/projects/VS2019/raylib.sln
index 4b37ca3d..fba26af0 100644
--- a/projects/VS2019/raylib.sln
+++ b/projects/VS2019/raylib.sln
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{87
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_basic_window", "examples\core_basic_window.vcxproj", "{0981CA98-E4A5-4DF1-987F-A41D09131EFC}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_rectangle", "examples\textures_rectangle.vcxproj", "{C25D2CC6-80CA-4C8A-BE3B-2E0F4EA5D0CC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_sprite_anim", "examples\textures_sprite_anim.vcxproj", "{C25D2CC6-80CA-4C8A-BE3B-2E0F4EA5D0CC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_srcrec_dstrec", "examples\textures_srcrec_dstrec.vcxproj", "{103B292B-049B-4B15-85A1-9F902840DB2C}"
EndProject
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">
diff --git a/projects/VS2022/raylib.sln b/projects/VS2022/raylib.sln
index ff6681f2..36c31220 100644
--- a/projects/VS2022/raylib.sln
+++ b/projects/VS2022/raylib.sln
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{87
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_basic_window", "examples\core_basic_window.vcxproj", "{0981CA98-E4A5-4DF1-987F-A41D09131EFC}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_rectangle", "examples\textures_rectangle.vcxproj", "{C25D2CC6-80CA-4C8A-BE3B-2E0F4EA5D0CC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_sprite_anim", "examples\textures_sprite_anim.vcxproj", "{C25D2CC6-80CA-4C8A-BE3B-2E0F4EA5D0CC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "textures_srcrec_dstrec", "examples\textures_srcrec_dstrec.vcxproj", "{103B292B-049B-4B15-85A1-9F902840DB2C}"
EndProject