-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLazarOpenGLEngine2D.sln
25 lines (25 loc) · 1.05 KB
/
LazarOpenGLEngine2D.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LazarOpenGLEngine2D", "LazarOpenGLEngine2D.vcxproj", "{3AD642AD-3A8E-44FC-B421-2FF77D896B74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AD642AD-3A8E-44FC-B421-2FF77D896B74}.Debug|x64.ActiveCfg = Debug|x64
{3AD642AD-3A8E-44FC-B421-2FF77D896B74}.Debug|x64.Build.0 = Debug|x64
{3AD642AD-3A8E-44FC-B421-2FF77D896B74}.Release|x64.ActiveCfg = Release|x64
{3AD642AD-3A8E-44FC-B421-2FF77D896B74}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8742107-A6B0-4796-B3BC-2814A97D5461}
EndGlobalSection
EndGlobal