diff options
| author | Ray <[email protected]> | 2023-09-08 13:27:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-08 13:27:13 +0200 |
| commit | 1896268775e59d00b2b4f3fea0bc244eee1a1cb4 (patch) | |
| tree | dd695865a0545a29d08901563d1b96c578814564 /projects/VS2022/examples | |
| parent | 2d5d0c2999717ea28924d6cdd47bab014478cc32 (diff) | |
| download | raylib-1896268775e59d00b2b4f3fea0bc244eee1a1cb4.tar.gz raylib-1896268775e59d00b2b4f3fea0bc244eee1a1cb4.zip | |
Reviewed examples for consistency
Diffstat (limited to 'projects/VS2022/examples')
| -rw-r--r-- | projects/VS2022/examples/core_2d_camera_split_screen.vcxproj (renamed from projects/VS2022/examples/core_split_screen.vcxproj) | 8 | ||||
| -rw-r--r-- | projects/VS2022/examples/core_3d_camera_split_screen.vcxproj (renamed from projects/VS2022/examples/core_camera_2d_split_screen.vcxproj) | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/projects/VS2022/examples/core_split_screen.vcxproj b/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj index 1005e2ea..98ddc9ed 100644 --- a/projects/VS2022/examples/core_split_screen.vcxproj +++ b/projects/VS2022/examples/core_2d_camera_split_screen.vcxproj @@ -35,11 +35,11 @@ </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> - <ProjectGuid>{946A1700-C7AA-46F0-AEF2-67C98B5722AC}</ProjectGuid> + <ProjectGuid>{CC62F7DB-D089-4677-8575-CAB7A7815C43}</ProjectGuid> <Keyword>Win32Proj</Keyword> - <RootNamespace>core_split_screen</RootNamespace> + <RootNamespace>core_2d_camera_split_screen</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> - <ProjectName>core_split_screen</ProjectName> + <ProjectName>core_2d_camera_split_screen</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\core\core_split_screen.c" /> + <ClCompile Include="..\..\..\examples\core\core_2d_camera_split_screen.c" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\raylib\raylib.vcxproj"> diff --git a/projects/VS2022/examples/core_camera_2d_split_screen.vcxproj b/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj index 1efc58a6..f39ccc20 100644 --- a/projects/VS2022/examples/core_camera_2d_split_screen.vcxproj +++ b/projects/VS2022/examples/core_3d_camera_split_screen.vcxproj @@ -37,9 +37,9 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{946A1700-C7AA-46F0-AEF2-67C98B5722AC}</ProjectGuid> <Keyword>Win32Proj</Keyword> - <RootNamespace>core_camera_2d_split_screen</RootNamespace> + <RootNamespace>core_3d_camera_split_screen</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> - <ProjectName>core_camera_2d_split_screen</ProjectName> + <ProjectName>core_3d_camera_split_screen</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\core\core_camera_2d_split_screen.c" /> + <ClCompile Include="..\..\..\examples\core\core_3d_camera_split_screen.c" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\raylib\raylib.vcxproj"> @@ -384,4 +384,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |
