diff --git a/VisualC/SDL.sln b/VisualC/SDL.sln index 039ff338e3..bd804d44b2 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 9bdfd52e0d..7da99a2314 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 @@ - - + + \ 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 d9c0d862d2..85128b4012 100644 --- a/VisualC/examples/game/01-snake/01-snake.vcxproj +++ b/VisualC/examples/demo/01-snake/01-snake.vcxproj @@ -6,8 +6,8 @@ - - + + \ 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 da89312614..08f1da9959 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 @@ - - + + \ 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 58e3c81771..a08c5e4a19 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 @@ - - + + \ No newline at end of file