This repository was archived by the owner on Oct 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenGL.sln
More file actions
49 lines (49 loc) · 2.69 KB
/
Copy pathOpenGL.sln
File metadata and controls
49 lines (49 loc) · 2.69 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Native", "Native\Native.vcxproj", "{68D34652-0C5B-460B-B35D-A6C2B02796E0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL", "OpenGL\OpenGL.vcxproj", "{A5679619-DB5B-4821-858D-C1DF1CDC6B7A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wranggler", "GLEW\GLEW.vcxitems", "{79056D64-8B2F-4A97-968F-4C5EC34345F1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utility", "Utility\Utility.vcxproj", "{8A21FBF7-759E-4AD4-AC28-78D3E4F7F491}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClient", "TestClient\TestClient.vcxproj", "{811E349D-E628-4B27-BD06-3C136B4D4DC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68D34652-0C5B-460B-B35D-A6C2B02796E0}.Debug|x64.ActiveCfg = Debug|x64
{68D34652-0C5B-460B-B35D-A6C2B02796E0}.Debug|x64.Build.0 = Debug|x64
{68D34652-0C5B-460B-B35D-A6C2B02796E0}.Release|x64.ActiveCfg = Release|x64
{68D34652-0C5B-460B-B35D-A6C2B02796E0}.Release|x64.Build.0 = Release|x64
{A5679619-DB5B-4821-858D-C1DF1CDC6B7A}.Debug|x64.ActiveCfg = Debug|x64
{A5679619-DB5B-4821-858D-C1DF1CDC6B7A}.Debug|x64.Build.0 = Debug|x64
{A5679619-DB5B-4821-858D-C1DF1CDC6B7A}.Release|x64.ActiveCfg = Release|x64
{A5679619-DB5B-4821-858D-C1DF1CDC6B7A}.Release|x64.Build.0 = Release|x64
{8A21FBF7-759E-4AD4-AC28-78D3E4F7F491}.Debug|x64.ActiveCfg = Debug|x64
{8A21FBF7-759E-4AD4-AC28-78D3E4F7F491}.Debug|x64.Build.0 = Debug|x64
{8A21FBF7-759E-4AD4-AC28-78D3E4F7F491}.Release|x64.ActiveCfg = Release|x64
{8A21FBF7-759E-4AD4-AC28-78D3E4F7F491}.Release|x64.Build.0 = Release|x64
{811E349D-E628-4B27-BD06-3C136B4D4DC8}.Debug|x64.ActiveCfg = Debug|x64
{811E349D-E628-4B27-BD06-3C136B4D4DC8}.Debug|x64.Build.0 = Debug|x64
{811E349D-E628-4B27-BD06-3C136B4D4DC8}.Release|x64.ActiveCfg = Release|x64
{811E349D-E628-4B27-BD06-3C136B4D4DC8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85BCDF47-A60F-4FD0-B718-5765801DD8D7}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GLEW\GLEW.vcxitems*{79056d64-8b2f-4a97-968f-4c5ec34345f1}*SharedItemsImports = 9
GLEW\GLEW.vcxitems*{a5679619-db5b-4821-858d-c1df1cdc6b7a}*SharedItemsImports = 4
EndGlobalSection
EndGlobal