summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/VisualC/examples/renderer
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/renderer
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC/examples/renderer')
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/01-clear/01-clear.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/03-lines/03-lines.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/04-points/04-points.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/06-textures/06-textures.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj13
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj14
-rw-r--r--src/contrib/SDL-3.2.20/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj13
15 files changed, 202 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/01-clear/01-clear.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/01-clear/01-clear.vcxproj
new file mode 100644
index 0000000..e55d8df
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/01-clear/01-clear.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>{896557AC-7575-480C-8FFD-AB08B5DA305D}</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\renderer\01-clear\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\01-clear\clear.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/renderer/02-primitives/02-primitives.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj
new file mode 100644
index 0000000..525bba7
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/02-primitives/02-primitives.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>{504DC7EC-D82E-448E-9C7D-3BE7981592B3}</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\renderer\02-primitives\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\02-primitives\primitives.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/renderer/03-lines/03-lines.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/03-lines/03-lines.vcxproj
new file mode 100644
index 0000000..4b40b7e
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/03-lines/03-lines.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>{BDE7DBC0-DCE7-432E-8750-C4AE55463699}</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\renderer\03-lines\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\03-lines\lines.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/renderer/04-points/04-points.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/04-points/04-points.vcxproj
new file mode 100644
index 0000000..0c8fa22
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/04-points/04-points.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>{7B250AB1-92D3-4F1A-BEB4-19605A69CEDB}</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\renderer\04-points\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\04-points\points.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/renderer/05-rectangles/05-rectangles.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj
new file mode 100644
index 0000000..8d4b33b
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/05-rectangles/05-rectangles.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>{4C0E3A60-24F8-4D4C-81C0-C1777F5E7B17}</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\renderer\05-rectangles\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\05-rectangles\rectangles.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/renderer/06-textures/06-textures.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/06-textures/06-textures.vcxproj
new file mode 100644
index 0000000..d99b62c
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/06-textures/06-textures.vcxproj
@@ -0,0 +1,14 @@
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>{B3D61611-BFA3-4B66-ADC7-A3CE578A6D36}</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\renderer\06-textures\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\06-textures\textures.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj
new file mode 100644
index 0000000..0830c4f
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.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>{540AE143-A58F-4D3B-B843-94EA8576522D}</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\renderer\07-streaming-textures\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\07-streaming-textures\streaming-textures.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/renderer/08-rotating-textures/08-rotating-textures.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj
new file mode 100644
index 0000000..5e14c6d
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj
@@ -0,0 +1,14 @@
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>{7091C001-3D71-47D4-B27B-E99271E5B987}</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\renderer\08-rotating-textures\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\08-rotating-textures\rotating-textures.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj
new file mode 100644
index 0000000..ada32f7
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.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>{AF8BC84E-0268-4D1F-9503-84D9EE84C65F}</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\renderer\09-scaling-textures\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\09-scaling-textures\scaling-textures.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/renderer/10-geometry/10-geometry.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj
new file mode 100644
index 0000000..6013514
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj
@@ -0,0 +1,14 @@
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>{8B9AB23E-3F40-4145-BA1C-B2CEACFBBD72}</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\renderer\10-geometry\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\10-geometry\geometry.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj
new file mode 100644
index 0000000..c0af3e3
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj
@@ -0,0 +1,14 @@
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>{E9C6A7A6-22C0-42E6-AC9C-8580A396D077}</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\renderer\11-color-mods\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\11-color-mods\color-mods.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj
new file mode 100644
index 0000000..1ebbda5
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj
@@ -0,0 +1,14 @@
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>{B85BC466-C7F0-4C6D-8ECF-ED57E775FC73}</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\renderer\14-viewport\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\14-viewport\viewport.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj
new file mode 100644
index 0000000..dbb7ca6
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj
@@ -0,0 +1,14 @@
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>{9DBD962F-EA4D-44E3-8E8E-31D7F060A2DC}</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\renderer\15-cliprect\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\15-cliprect\cliprect.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj
new file mode 100644
index 0000000..674462e
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj
@@ -0,0 +1,14 @@
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>{EEF00329-4598-4E34-B969-9DD4B0815E6C}</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\renderer\17-read-pixels\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\17-read-pixels\read-pixels.c" />
11 <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
12 </ItemGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
14</Project> \ No newline at end of file
diff --git a/src/contrib/SDL-3.2.20/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj
new file mode 100644
index 0000000..98f1198
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC/examples/renderer/18-debug-text/18-debug-text.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>{CC0714AA-8A81-4E29-BEC5-2E4FBC50E7FE}</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\renderer\18-debug-text\README.txt" />
10 <ClCompile Include="$(SolutionDir)\..\examples\renderer\18-debug-text\debug-text.c" />
11 </ItemGroup>
12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
13</Project> \ No newline at end of file