From 93fc62c681dc8b469c9bc25c69ce36deaa350c37 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Sat, 2 May 2015 12:39:14 +0200 Subject: [PATCH] add VS files to SDL example --- sdl/02-sdl2-video/02-sdl2-video.sln | 22 ++++ sdl/02-sdl2-video/02-sdl2-video.vcxproj | 101 ++++++++++++++++++ .../02-sdl2-video.vcxproj.filters | 30 ++++++ 3 files changed, 153 insertions(+) create mode 100644 sdl/02-sdl2-video/02-sdl2-video.sln create mode 100644 sdl/02-sdl2-video/02-sdl2-video.vcxproj create mode 100644 sdl/02-sdl2-video/02-sdl2-video.vcxproj.filters diff --git a/sdl/02-sdl2-video/02-sdl2-video.sln b/sdl/02-sdl2-video/02-sdl2-video.sln new file mode 100644 index 0000000..ff6af7d --- /dev/null +++ b/sdl/02-sdl2-video/02-sdl2-video.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "02-sdl2-video", "02-sdl2-video.vcxproj", "{5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF}.Debug|Win32.Build.0 = Debug|Win32 + {5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF}.Release|Win32.ActiveCfg = Release|Win32 + {5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/sdl/02-sdl2-video/02-sdl2-video.vcxproj b/sdl/02-sdl2-video/02-sdl2-video.vcxproj new file mode 100644 index 0000000..72c2dc2 --- /dev/null +++ b/sdl/02-sdl2-video/02-sdl2-video.vcxproj @@ -0,0 +1,101 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {5E5CCE6C-1C06-4A60-AB50-3EBFBDD99DBF} + Win32Proj + My02sdl2video + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + 829ba0dd + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/sdl/02-sdl2-video/02-sdl2-video.vcxproj.filters b/sdl/02-sdl2-video/02-sdl2-video.vcxproj.filters new file mode 100644 index 0000000..1c08ba8 --- /dev/null +++ b/sdl/02-sdl2-video/02-sdl2-video.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + + + Resource Files + + + + + + \ No newline at end of file