-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgkom-gl.sln
More file actions
32 lines (32 loc) · 1.52 KB
/
gkom-gl.sln
File metadata and controls
32 lines (32 loc) · 1.52 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{44FD14EF-F7FA-42CC-B618-E71A16B4EFF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{BFED2AB6-2C7D-40B6-9DC6-3B904D142C1C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL_project", "OpenGL_project\OpenGL_project.vcxproj", "{7E8B9FE3-7D0C-4699-90C9-A139910C3723}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Debug|Win32.ActiveCfg = Debug|Win32
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Debug|Win32.Build.0 = Debug|Win32
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Debug|x64.ActiveCfg = Debug|x64
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Debug|x64.Build.0 = Debug|x64
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Release|Win32.ActiveCfg = Release|Win32
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Release|Win32.Build.0 = Release|Win32
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Release|x64.ActiveCfg = Release|x64
{7E8B9FE3-7D0C-4699-90C9-A139910C3723}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal