diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/VisualC/examples/demo | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/VisualC/examples/demo')
3 files changed, 39 insertions, 0 deletions
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 @@ | |||
| 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/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 @@ | |||
| 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/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 @@ | |||
| 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 | ||
