From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:03:39 -0800 Subject: Initial commit --- .../VisualC/examples/demo/01-snake/01-snake.vcxproj | 13 +++++++++++++ .../examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj | 13 +++++++++++++ .../demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 contrib/SDL-3.2.8/VisualC/examples/demo/01-snake/01-snake.vcxproj create mode 100644 contrib/SDL-3.2.8/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj create mode 100644 contrib/SDL-3.2.8/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj (limited to 'contrib/SDL-3.2.8/VisualC/examples/demo') diff --git a/contrib/SDL-3.2.8/VisualC/examples/demo/01-snake/01-snake.vcxproj b/contrib/SDL-3.2.8/VisualC/examples/demo/01-snake/01-snake.vcxproj new file mode 100644 index 0000000..85128b4 --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC/examples/demo/01-snake/01-snake.vcxproj @@ -0,0 +1,13 @@ + + + + {7820969A-5B7B-4046-BB0A-82905D457FC5} + + + + + + + + + \ No newline at end of file diff --git a/contrib/SDL-3.2.8/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj b/contrib/SDL-3.2.8/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj new file mode 100644 index 0000000..08f1da9 --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj @@ -0,0 +1,13 @@ + + + + {A3F601E0-B54C-4DD8-8A97-FDEF7624EE60} + + + + + + + + + \ No newline at end of file diff --git a/contrib/SDL-3.2.8/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj b/contrib/SDL-3.2.8/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj new file mode 100644 index 0000000..a08c5e4 --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj @@ -0,0 +1,13 @@ + + + + {75AEE75A-C016-4497-960B-D767B822237D} + + + + + + + + + \ No newline at end of file -- cgit v1.2.3