SDL: fix MSVC projects after commit 51637495

From 41b0d36a6c80fd59916b8f1a6587b07c32cc22c9 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 23 Nov 2024 01:21:04 +0300
Subject: [PATCH] fix MSVC projects after commit 51637495

---
 VisualC/SDL.sln                                             | 6 +++---
 VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj     | 4 ++--
 VisualC/examples/{game => demo}/01-snake/01-snake.vcxproj   | 4 ++--
 .../02-woodeneye-008/02-woodeneye-008.vcxproj               | 4 ++--
 .../03-infinite-monkeys/03-infinite-monkeys.vcxproj         | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)
 rename VisualC/examples/{game => demo}/01-snake/01-snake.vcxproj (79%)
 rename VisualC/examples/{game => demo}/02-woodeneye-008/02-woodeneye-008.vcxproj (80%)
 rename VisualC/examples/{game => demo}/03-infinite-monkeys/03-infinite-monkeys.vcxproj (80%)

diff --git a/VisualC/SDL.sln b/VisualC/SDL.sln
index 039ff338e3817..bd804d44b20e6 100644
--- a/VisualC/SDL.sln
+++ b/VisualC/SDL.sln
@@ -71,7 +71,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-read-and-draw", "example
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "game", "game", "{D1BF59F6-22DC-493B-BDEB-451A50DA793D}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-snake", "examples\game\01-snake\01-snake.vcxproj", "{7820969A-5B7B-4046-BB0A-82905D457FC5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-snake", "examples\demo\01-snake\01-snake.vcxproj", "{7820969A-5B7B-4046-BB0A-82905D457FC5}"
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pen", "pen", "{F2247885-8EE8-42F4-A702-4155587620E0}"
 EndProject
@@ -111,9 +111,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "18-debug-text", "examples\r
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "03-load-wav", "examples\audio\03-load-wav\03-load-wav.vcxproj", "{608C6C67-7766-471F-BBFF-8B00086039AF}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "02-woodeneye-008", "examples\game\02-woodeneye-008\02-woodeneye-008.vcxproj", "{A3F601E0-B54C-4DD8-8A97-FDEF7624EE60}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "02-woodeneye-008", "examples\demo\02-woodeneye-008\02-woodeneye-008.vcxproj", "{A3F601E0-B54C-4DD8-8A97-FDEF7624EE60}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "03-infinite-monkeys", "examples\game\03-infinite-monkeys\03-infinite-monkeys.vcxproj", "{75AEE75A-C016-4497-960B-D767B822237D}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "03-infinite-monkeys", "examples\demo\03-infinite-monkeys\03-infinite-monkeys.vcxproj", "{75AEE75A-C016-4497-960B-D767B822237D}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj b/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
index 9bdfd52e0dbad..7da99a2314222 100644
--- a/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
+++ b/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
@@ -6,8 +6,8 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\game\01-snake\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\game\01-snake\*.c" />
+    <None Include="$(SolutionDir)\..\examples\demo\01-snake\README.txt" />
+    <ClCompile Include="$(SolutionDir)\..\examples\demo\01-snake\*.c" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 </Project>
\ No newline at end of file
diff --git a/VisualC/examples/game/01-snake/01-snake.vcxproj b/VisualC/examples/demo/01-snake/01-snake.vcxproj
similarity index 79%
rename from VisualC/examples/game/01-snake/01-snake.vcxproj
rename to VisualC/examples/demo/01-snake/01-snake.vcxproj
index d9c0d862d2190..85128b40123ee 100644
--- a/VisualC/examples/game/01-snake/01-snake.vcxproj
+++ b/VisualC/examples/demo/01-snake/01-snake.vcxproj
@@ -6,8 +6,8 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\game\01-snake\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\game\01-snake\snake.c" />
+    <None Include="$(SolutionDir)\..\examples\demo\01-snake\README.txt" />
+    <ClCompile Include="$(SolutionDir)\..\examples\demo\01-snake\snake.c" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 </Project>
\ No newline at end of file
diff --git a/VisualC/examples/game/02-woodeneye-008/02-woodeneye-008.vcxproj b/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj
similarity index 80%
rename from VisualC/examples/game/02-woodeneye-008/02-woodeneye-008.vcxproj
rename to VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj
index da89312614d32..08f1da9959e50 100644
--- a/VisualC/examples/game/02-woodeneye-008/02-woodeneye-008.vcxproj
+++ b/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj
@@ -6,8 +6,8 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\game\02-woodeneye-008\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\game\02-woodeneye-008\woodeneye-008.c" />
+    <None Include="$(SolutionDir)\..\examples\demo\02-woodeneye-008\README.txt" />
+    <ClCompile Include="$(SolutionDir)\..\examples\demo\02-woodeneye-008\woodeneye-008.c" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 </Project>
\ No newline at end of file
diff --git a/VisualC/examples/game/03-infinite-monkeys/03-infinite-monkeys.vcxproj b/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj
similarity index 80%
rename from VisualC/examples/game/03-infinite-monkeys/03-infinite-monkeys.vcxproj
rename to VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj
index 58e3c81771762..a08c5e4a19110 100644
--- a/VisualC/examples/game/03-infinite-monkeys/03-infinite-monkeys.vcxproj
+++ b/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj
@@ -6,8 +6,8 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\game\03-infinite-monkeys\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\game\03-infinite-monkeys\infinite-monkeys.c" />
+    <None Include="$(SolutionDir)\..\examples\demo\03-infinite-monkeys\README.txt" />
+    <ClCompile Include="$(SolutionDir)\..\examples\demo\03-infinite-monkeys\infinite-monkeys.c" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 </Project>
\ No newline at end of file