summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/VisualC/examples/demo
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/VisualC/examples/demo
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC/examples/demo')
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/demo/01-snake/01-snake.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj13
3 files changed, 39 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/demo/01-snake/01-snake.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/demo/01-snake/01-snake.vcxproj
new file mode 100644
index 0000000..85128b4
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/demo/01-snake/01-snake.vcxproj
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label="Globals">
4 <ProjectGuid>{7820969A-5B7B-4046-BB0A-82905D457FC5}</ProjectGuid>
5 </PropertyGroup>
6 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8 <ItemGroup>
9 <None Include="$(SolutionDir)\..\examples\demo\01-snake\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\demo\01-snake\snake.c" />
11 </ItemGroup>
12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
13</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj
new file mode 100644
index 0000000..08f1da9
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/demo/02-woodeneye-008/02-woodeneye-008.vcxproj
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label="Globals">
4 <ProjectGuid>{A3F601E0-B54C-4DD8-8A97-FDEF7624EE60}</ProjectGuid>
5 </PropertyGroup>
6 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8 <ItemGroup>
9 <None Include="$(SolutionDir)\..\examples\demo\02-woodeneye-008\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\demo\02-woodeneye-008\woodeneye-008.c" />
11 </ItemGroup>
12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
13</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj
new file mode 100644
index 0000000..a08c5e4
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/demo/03-infinite-monkeys/03-infinite-monkeys.vcxproj
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label="Globals">
4 <ProjectGuid>{75AEE75A-C016-4497-960B-D767B822237D}</ProjectGuid>
5 </PropertyGroup>
6 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8 <ItemGroup>
9 <None Include="$(SolutionDir)\..\examples\demo\03-infinite-monkeys\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\demo\03-infinite-monkeys\infinite-monkeys.c" />
11 </ItemGroup>
12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
13</Project> \ No newline at end of file