SDL: Remove duplicate MSVC projects

From 4dcf8863224f3f28855bc6297ae480d37e17fd21 Mon Sep 17 00:00:00 2001
From: Cameron Cawley <[EMAIL REDACTED]>
Date: Sat, 17 Jan 2026 18:03:05 +0000
Subject: [PATCH] Remove duplicate MSVC projects

---
 .../01-simple-playback/01-simple-playback.vcxproj   | 13 -------------
 .../02-simple-playback-callback.vcxproj             | 13 -------------
 .../examples/audio/03-load-wav/03-load-wav.vcxproj  | 13 -------------
 .../01-read-and-draw/01-read-and-draw.vcxproj       | 13 -------------
 .../VisualC/examples/game/01-snake/01-snake.vcxproj | 13 -------------
 .../pen/01-drawing-lines/01-drawing-lines.vcxproj   | 13 -------------
 .../examples/renderer/01-clear/01-clear.vcxproj     | 13 -------------
 .../renderer/02-primitives/02-primitives.vcxproj    | 13 -------------
 .../examples/renderer/03-lines/03-lines.vcxproj     | 13 -------------
 .../examples/renderer/04-points/04-points.vcxproj   | 13 -------------
 .../renderer/05-rectangles/05-rectangles.vcxproj    | 13 -------------
 .../renderer/06-textures/06-textures.vcxproj        | 13 -------------
 .../07-streaming-textures.vcxproj                   | 13 -------------
 .../08-rotating-textures.vcxproj                    | 13 -------------
 .../09-scaling-textures/09-scaling-textures.vcxproj | 13 -------------
 .../renderer/10-geometry/10-geometry.vcxproj        | 13 -------------
 .../renderer/11-color-mods/11-color-mods.vcxproj    | 13 -------------
 .../renderer/14-viewport/14-viewport.vcxproj        | 13 -------------
 .../renderer/15-cliprect/15-cliprect.vcxproj        | 13 -------------
 .../renderer/17-read-pixels/17-read-pixels.vcxproj  | 13 -------------
 .../renderer/18-debug-text/18-debug-text.vcxproj    | 13 -------------
 21 files changed, 273 deletions(-)
 delete mode 100644 VisualC/VisualC/examples/audio/01-simple-playback/01-simple-playback.vcxproj
 delete mode 100644 VisualC/VisualC/examples/audio/02-simple-playback-callback/02-simple-playback-callback.vcxproj
 delete mode 100644 VisualC/VisualC/examples/audio/03-load-wav/03-load-wav.vcxproj
 delete mode 100644 VisualC/VisualC/examples/camera/01-read-and-draw/01-read-and-draw.vcxproj
 delete mode 100644 VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
 delete mode 100644 VisualC/VisualC/examples/pen/01-drawing-lines/01-drawing-lines.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj
 delete mode 100644 VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj

diff --git a/VisualC/VisualC/examples/audio/01-simple-playback/01-simple-playback.vcxproj b/VisualC/VisualC/examples/audio/01-simple-playback/01-simple-playback.vcxproj
deleted file mode 100644
index 54203f7ca2aed..0000000000000
--- a/VisualC/VisualC/examples/audio/01-simple-playback/01-simple-playback.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{D68EA64A-14ED-4DBF-B86C-9EC2DDC476FB}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\audio\01-simple-playback\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\audio\01-simple-playback\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/audio/02-simple-playback-callback/02-simple-playback-callback.vcxproj b/VisualC/VisualC/examples/audio/02-simple-playback-callback/02-simple-playback-callback.vcxproj
deleted file mode 100644
index 0c69fb4e9889e..0000000000000
--- a/VisualC/VisualC/examples/audio/02-simple-playback-callback/02-simple-playback-callback.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{8C80733B-1F90-4682-A999-91699127F182}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\audio\02-simple-playback-callback\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\audio\02-simple-playback-callback\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/audio/03-load-wav/03-load-wav.vcxproj b/VisualC/VisualC/examples/audio/03-load-wav/03-load-wav.vcxproj
deleted file mode 100644
index 418f205407a5d..0000000000000
--- a/VisualC/VisualC/examples/audio/03-load-wav/03-load-wav.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{E941FE4D-964C-43C6-A486-B0966633BED6}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\audio\03-load-wav\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\audio\03-load-wav\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/camera/01-read-and-draw/01-read-and-draw.vcxproj b/VisualC/VisualC/examples/camera/01-read-and-draw/01-read-and-draw.vcxproj
deleted file mode 100644
index d1009724cc47d..0000000000000
--- a/VisualC/VisualC/examples/camera/01-read-and-draw/01-read-and-draw.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{20B1B6AE-B282-4E65-863A-28301B6C5E9F}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\camera\01-read-and-draw\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\camera\01-read-and-draw\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj b/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
deleted file mode 100644
index 7da99a2314222..0000000000000
--- a/VisualC/VisualC/examples/game/01-snake/01-snake.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{7239E6E4-3C4E-45DE-81B4-3BC7635BE63F}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\demo\01-snake\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\demo\01-snake\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/pen/01-drawing-lines/01-drawing-lines.vcxproj b/VisualC/VisualC/examples/pen/01-drawing-lines/01-drawing-lines.vcxproj
deleted file mode 100644
index 39c55839e39e3..0000000000000
--- a/VisualC/VisualC/examples/pen/01-drawing-lines/01-drawing-lines.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{25BB7BA9-DCAB-4944-9F2A-E316D63AF356}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\pen\01-drawing-lines\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\pen\01-drawing-lines\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj b/VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj
deleted file mode 100644
index 5be492a64aea8..0000000000000
--- a/VisualC/VisualC/examples/renderer/01-clear/01-clear.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{541DB2BF-7BE8-402C-8D7C-4BCC5A16DCDF}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\01-clear\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\01-clear\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj b/VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj
deleted file mode 100644
index 3e9f471b6b2e6..0000000000000
--- a/VisualC/VisualC/examples/renderer/02-primitives/02-primitives.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{1C512964-A1E4-4569-8EA4-1165D89A9FD9}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\02-primitives\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\02-primitives\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj b/VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj
deleted file mode 100644
index ffd6bd314627d..0000000000000
--- a/VisualC/VisualC/examples/renderer/03-lines/03-lines.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{156986DD-710A-4627-8159-19FD1CE0C243}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\03-lines\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\03-lines\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj b/VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj
deleted file mode 100644
index aea14720eae3b..0000000000000
--- a/VisualC/VisualC/examples/renderer/04-points/04-points.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{3D355C93-8429-4226-82D5-F8A63BC02801}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\04-points\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\04-points\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj b/VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj
deleted file mode 100644
index 8d3ebbd720308..0000000000000
--- a/VisualC/VisualC/examples/renderer/05-rectangles/05-rectangles.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{03CFCE68-B607-4781-8348-4F5F93A09A63}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\05-rectangles\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\05-rectangles\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj b/VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj
deleted file mode 100644
index 081cae66682d0..0000000000000
--- a/VisualC/VisualC/examples/renderer/06-textures/06-textures.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{90118B89-7011-4BDA-AF6E-FAEF74BAD73C}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\06-textures\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\06-textures\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj b/VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj
deleted file mode 100644
index fb59158e8d90d..0000000000000
--- a/VisualC/VisualC/examples/renderer/07-streaming-textures/07-streaming-textures.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{2FE0342B-DB71-42D9-918D-C48099167DB9}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\07-streaming-textures\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\07-streaming-textures\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj b/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj
deleted file mode 100644
index 23924fb10feb4..0000000000000
--- a/VisualC/VisualC/examples/renderer/08-rotating-textures/08-rotating-textures.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{E0D48833-9BD2-46EC-A1DA-BC06C521E3CB}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\08-rotating-textures\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\08-rotating-textures\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj b/VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj
deleted file mode 100644
index 0342b3a38588f..0000000000000
--- a/VisualC/VisualC/examples/renderer/09-scaling-textures/09-scaling-textures.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{76D6D01E-79C3-4599-8920-DADDD5D8F8D0}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\09-scaling-textures\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\09-scaling-textures\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj b/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj
deleted file mode 100644
index 98daa9eaed767..0000000000000
--- a/VisualC/VisualC/examples/renderer/10-geometry/10-geometry.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{FA567681-211A-43AB-A9B2-6C1EC39CEBFF}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\10-geometry\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\10-geometry\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj b/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj
deleted file mode 100644
index 5f952b7389299..0000000000000
--- a/VisualC/VisualC/examples/renderer/11-color-mods/11-color-mods.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{6539C356-F420-4EBF-937A-E03C1EDEF8D5}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\11-color-mods\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\11-color-mods\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj b/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj
deleted file mode 100644
index 1bc7001067664..0000000000000
--- a/VisualC/VisualC/examples/renderer/14-viewport/14-viewport.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{42C0ABC6-6E99-4FE2-B4DB-8B1DFA9D2AEC}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\14-viewport\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\14-viewport\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj b/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj
deleted file mode 100644
index fb9775fa84d42..0000000000000
--- a/VisualC/VisualC/examples/renderer/15-cliprect/15-cliprect.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{2ED69519-A202-4B6E-870E-71FD43A5B883}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\15-cliprect\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\15-cliprect\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj b/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj
deleted file mode 100644
index 125e0dcb43dcb..0000000000000
--- a/VisualC/VisualC/examples/renderer/17-read-pixels/17-read-pixels.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{94DB4D43-D07D-4CD3-94FF-B6E96CC97C60}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\17-read-pixels\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\17-read-pixels\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file
diff --git a/VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj b/VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj
deleted file mode 100644
index 048a4f9c2dd5b..0000000000000
--- a/VisualC/VisualC/examples/renderer/18-debug-text/18-debug-text.vcxproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{72F39D57-7D82-4040-AE2B-CA7C922506E3}</ProjectGuid>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ItemGroup>
-    <None Include="$(SolutionDir)\..\examples\renderer\18-debug-text\README.txt" />
-    <ClCompile Include="$(SolutionDir)\..\examples\renderer\18-debug-text\*.c" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project>
\ No newline at end of file