-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLearnOpenGL.sln
More file actions
40 lines (40 loc) · 1.86 KB
/
Copy pathLearnOpenGL.sln
File metadata and controls
40 lines (40 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.8.12023.21
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LearnOpenGL", "LearnOpenGL\LearnOpenGL.vcxproj", "{EAFAE8A4-43BE-4F3E-950C-F870E2265381}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE234D33-9924-429F-94A7-84697E98D52F}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Logging", "Logging\Logging.vcxitems", "{8CFBE616-F6AC-4048-BF73-8FE3FF775BB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Debug|x64.ActiveCfg = Debug|x64
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Debug|x64.Build.0 = Debug|x64
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Debug|x86.ActiveCfg = Debug|Win32
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Release|x64.ActiveCfg = Release|x64
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Release|x64.Build.0 = Release|x64
{EAFAE8A4-43BE-4F3E-950C-F870E2265381}.Release|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AE052C2-4D5E-44DC-BA3F-A8486C608A51}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Logging\Logging.vcxitems*{8cfbe616-f6ac-4048-bf73-8fe3ff775bb3}*SharedItemsImports = 9
Logging\Logging.vcxitems*{eafae8a4-43be-4f3e-950c-f870e2265381}*SharedItemsImports = 4
EndGlobalSection
EndGlobal