-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGeometry3DViewer.sln
34 lines (34 loc) · 1.74 KB
/
Geometry3DViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Geometry3DViewer", "Geometry3DViewer\Geometry3DViewer.vcxproj", "{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
ReleaseNoOpt|Win32 = ReleaseNoOpt|Win32
ReleaseNoOpt|x64 = ReleaseNoOpt|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Debug|Win32.ActiveCfg = Debug|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Debug|Win32.Build.0 = Debug|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Debug|x64.ActiveCfg = Debug|x64
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Debug|x64.Build.0 = Debug|x64
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Release|Win32.ActiveCfg = Release|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Release|Win32.Build.0 = Release|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Release|x64.ActiveCfg = Release|x64
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.Release|x64.Build.0 = Release|x64
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.ReleaseNoOpt|Win32.ActiveCfg = ReleaseNoOpt|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.ReleaseNoOpt|Win32.Build.0 = ReleaseNoOpt|Win32
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.ReleaseNoOpt|x64.ActiveCfg = ReleaseNoOpt|x64
{E93F2496-D11E-42EE-BF5F-558EFAD03C3A}.ReleaseNoOpt|x64.Build.0 = ReleaseNoOpt|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal