diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
| commit | f5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch) | |
| tree | d6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/VisualC/VisualC/examples/renderer | |
Diffstat (limited to 'SDL-3.2.8/VisualC/VisualC/examples/renderer')
15 files changed, 195 insertions, 0 deletions
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj new file mode 100644 index 0000000..5be492a --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{541DB2BF-7BE8-402C-8D7C-4BCC5A16DCDF}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj new file mode 100644 index 0000000..3e9f471 --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{1C512964-A1E4-4569-8EA4-1165D89A9FD9}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj new file mode 100644 index 0000000..ffd6bd3 --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{156986DD-710A-4627-8159-19FD1CE0C243}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj new file mode 100644 index 0000000..aea1472 --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{3D355C93-8429-4226-82D5-F8A63BC02801}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj new file mode 100644 index 0000000..8d3ebbd --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{03CFCE68-B607-4781-8348-4F5F93A09A63}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj new file mode 100644 index 0000000..081cae6 --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/06-textures/06-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>{90118B89-7011-4BDA-AF6E-FAEF74BAD73C}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj new file mode 100644 index 0000000..fb59158 --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{2FE0342B-DB71-42D9-918D-C48099167DB9}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj new file mode 100644 index 0000000..23924fb --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-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>{E0D48833-9BD2-46EC-A1DA-BC06C521E3CB}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj new file mode 100644 index 0000000..0342b3a --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{76D6D01E-79C3-4599-8920-DADDD5D8F8D0}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj new file mode 100644 index 0000000..98daa9e --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.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>{FA567681-211A-43AB-A9B2-6C1EC39CEBFF}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj new file mode 100644 index 0000000..5f952b7 --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.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>{6539C356-F420-4EBF-937A-E03C1EDEF8D5}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj new file mode 100644 index 0000000..1bc7001 --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.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>{42C0ABC6-6E99-4FE2-B4DB-8B1DFA9D2AEC}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj new file mode 100644 index 0000000..fb9775f --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.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>{2ED69519-A202-4B6E-870E-71FD43A5B883}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj new file mode 100644 index 0000000..125e0dc --- /dev/null +++ b/SDL-3.2.8/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.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>{94DB4D43-D07D-4CD3-94FF-B6E96CC97C60}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
diff --git a/SDL-3.2.8/VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj b/SDL-3.2.8/VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj new file mode 100644 index 0000000..048a4f9 --- /dev/null +++ b/SDL-3.2.8/VisualC/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>{72F39D57-7D82-4040-AE2B-CA7C922506E3}</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\*.c" /> | ||
| 11 | </ItemGroup> | ||
| 12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 13 | </Project> \ No newline at end of file | ||
