From 2beb584248e97eeceee0495541995b4661f0d700 Mon Sep 17 00:00:00 2001 From: liujianjie <1219277604@qq.com> Date: Fri, 24 Feb 2023 17:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4sln?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - LearnOpenGL.sln | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 LearnOpenGL.sln diff --git a/.gitignore b/.gitignore index 7f03701..b4aefe2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ Intermediates/ # Visual Studio files and folder .vs/ -**.sln **.vcxproj **.vcxproj.filters **.vcxproj.user diff --git a/LearnOpenGL.sln b/LearnOpenGL.sln new file mode 100644 index 0000000..d156886 --- /dev/null +++ b/LearnOpenGL.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31911.196 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LearnOpenGL", "LearnOpenGL\LearnOpenGL.vcxproj", "{8FF5B876-9627-43A6-BA62-7AC276F79383}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8FF5B876-9627-43A6-BA62-7AC276F79383}.Debug|x64.ActiveCfg = Debug|x64 + {8FF5B876-9627-43A6-BA62-7AC276F79383}.Debug|x64.Build.0 = Debug|x64 + {8FF5B876-9627-43A6-BA62-7AC276F79383}.Release|x64.ActiveCfg = Release|x64 + {8FF5B876-9627-43A6-BA62-7AC276F79383}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E3276E42-BE91-41E7-88D8-AD732D1414D8} + EndGlobalSection +EndGlobal