-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenGL.sln
37 lines (37 loc) · 1.71 KB
/
OpenGL.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenGL", "OpenGL\OpenGL.csproj", "{CF43389F-F6BD-424B-8B3B-78629575627A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C2E39FE-EC48-4D4D-9F01-63252DD37BB7}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetNativeBase", "..\DotnetNativeBase\DotnetNativeBase\DotnetNativeBase.csproj", "{6F1B95F5-FB40-4D21-8268-2C3585DF8206}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{23439A7B-A6FE-4B93-A187-7CAE2ED884AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF43389F-F6BD-424B-8B3B-78629575627A}.Release|x64.ActiveCfg = Release|x64
{CF43389F-F6BD-424B-8B3B-78629575627A}.Release|x64.Build.0 = Release|x64
{6F1B95F5-FB40-4D21-8268-2C3585DF8206}.Release|x64.ActiveCfg = Release|x64
{6F1B95F5-FB40-4D21-8268-2C3585DF8206}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F1B95F5-FB40-4D21-8268-2C3585DF8206} = {23439A7B-A6FE-4B93-A187-7CAE2ED884AA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A073A86-383B-4813-B72E-CDD3155BC13F}
EndGlobalSection
EndGlobal