-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathSchaeferGL.sln
More file actions
28 lines (28 loc) · 1.42 KB
/
SchaeferGL.sln
File metadata and controls
28 lines (28 loc) · 1.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SchaeferGL-Tests", "SchaeferGL-Tests\SchaeferGL-Tests.vcxproj", "{B55BDFC0-AAA6-46EF-885C-169FCEB0740B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SchaeferGL-Library", "SchaeferGL-Library\SchaeferGL-Library.vcxproj", "{687FC2B4-7887-45D0-B455-DD32F9680FE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B55BDFC0-AAA6-46EF-885C-169FCEB0740B}.Debug|Win32.ActiveCfg = Debug|Win32
{B55BDFC0-AAA6-46EF-885C-169FCEB0740B}.Debug|Win32.Build.0 = Debug|Win32
{B55BDFC0-AAA6-46EF-885C-169FCEB0740B}.Release|Win32.ActiveCfg = Release|Win32
{B55BDFC0-AAA6-46EF-885C-169FCEB0740B}.Release|Win32.Build.0 = Release|Win32
{687FC2B4-7887-45D0-B455-DD32F9680FE2}.Debug|Win32.ActiveCfg = Debug|Win32
{687FC2B4-7887-45D0-B455-DD32F9680FE2}.Debug|Win32.Build.0 = Debug|Win32
{687FC2B4-7887-45D0-B455-DD32F9680FE2}.Release|Win32.ActiveCfg = Release|Win32
{687FC2B4-7887-45D0-B455-DD32F9680FE2}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal