-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPyramid.OpenGL.sln
More file actions
51 lines (51 loc) · 2.88 KB
/
Pyramid.OpenGL.sln
File metadata and controls
51 lines (51 loc) · 2.88 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
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pyramid.OpenGL", "Pyramid.OpenGL\Pyramid.OpenGL.vcxproj", "{9F4DF978-EE32-465D-9FC3-A503E07CE167}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GoogleTest", "GoogleTest\GoogleTest.vcxproj", "{3B1A7A46-6898-452C-BA6F-5577869480EB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileOff.OpenGL", "FileOff.OpenGL\FileOff.OpenGL.vcxproj", "{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}"
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
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Debug|x64.ActiveCfg = Debug|x64
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Debug|x64.Build.0 = Debug|x64
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Debug|x86.ActiveCfg = Debug|Win32
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Debug|x86.Build.0 = Debug|Win32
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Release|x64.ActiveCfg = Release|x64
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Release|x64.Build.0 = Release|x64
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Release|x86.ActiveCfg = Release|Win32
{9F4DF978-EE32-465D-9FC3-A503E07CE167}.Release|x86.Build.0 = Release|Win32
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Debug|x64.ActiveCfg = Debug|x64
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Debug|x64.Build.0 = Debug|x64
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Debug|x86.ActiveCfg = Debug|Win32
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Debug|x86.Build.0 = Debug|Win32
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Release|x64.ActiveCfg = Release|x64
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Release|x64.Build.0 = Release|x64
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Release|x86.ActiveCfg = Release|Win32
{3B1A7A46-6898-452C-BA6F-5577869480EB}.Release|x86.Build.0 = Release|Win32
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Debug|x64.ActiveCfg = Debug|x64
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Debug|x64.Build.0 = Debug|x64
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Debug|x86.ActiveCfg = Debug|Win32
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Debug|x86.Build.0 = Debug|Win32
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Release|x64.ActiveCfg = Release|x64
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Release|x64.Build.0 = Release|x64
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Release|x86.ActiveCfg = Release|Win32
{B15345B2-C1FE-4AA9-8F36-AC85A6CE5EB1}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BB953E7-2DCF-4C95-9640-EA4447E7F490}
EndGlobalSection
EndGlobal