forked from ljm355/SVFEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSVFEngine.sln
More file actions
83 lines (83 loc) · 5.18 KB
/
SVFEngine.sln
File metadata and controls
83 lines (83 loc) · 5.18 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SVFEngine", "SVFEngine\SVFEngine.vcxproj", "{F8DF3492-A941-4A6D-860E-19C63FA93DA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointPicker", "PointPicker\PointPicker.vcxproj", "{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}"
ProjectSection(ProjectDependencies) = postProject
{F8DF3492-A941-4A6D-860E-19C63FA93DA5} = {F8DF3492-A941-4A6D-860E-19C63FA93DA5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example1", "Example1\Example1.vcxproj", "{D1FFF330-FBDF-46FE-9F0B-649709F29896}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example3", "Example3\Example3.vcxproj", "{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example2", "Example2\Example2.vcxproj", "{9266A440-9187-41F7-85C7-82DF0E110143}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Debug|x64.ActiveCfg = Debug|x64
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Debug|x64.Build.0 = Debug|x64
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Debug|x86.ActiveCfg = Debug|Win32
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Debug|x86.Build.0 = Debug|Win32
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Release|Any CPU.ActiveCfg = Release|Win32
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Release|x64.ActiveCfg = Release|x64
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Release|x64.Build.0 = Release|x64
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Release|x86.ActiveCfg = Release|Win32
{F8DF3492-A941-4A6D-860E-19C63FA93DA5}.Release|x86.Build.0 = Release|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Debug|Any CPU.ActiveCfg = Debug|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Debug|x64.ActiveCfg = Debug|x64
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Debug|x64.Build.0 = Debug|x64
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Debug|x86.ActiveCfg = Debug|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Debug|x86.Build.0 = Debug|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Release|Any CPU.ActiveCfg = Release|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Release|x64.ActiveCfg = Release|x64
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Release|x64.Build.0 = Release|x64
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Release|x86.ActiveCfg = Release|Win32
{D6E2F799-0F77-4E8E-8B62-E8B51E1EAA0C}.Release|x86.Build.0 = Release|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Debug|Any CPU.ActiveCfg = Debug|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Debug|x64.ActiveCfg = Debug|x64
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Debug|x64.Build.0 = Debug|x64
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Debug|x86.ActiveCfg = Debug|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Debug|x86.Build.0 = Debug|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Release|Any CPU.ActiveCfg = Release|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Release|x64.ActiveCfg = Release|x64
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Release|x64.Build.0 = Release|x64
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Release|x86.ActiveCfg = Release|Win32
{D1FFF330-FBDF-46FE-9F0B-649709F29896}.Release|x86.Build.0 = Release|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Debug|Any CPU.ActiveCfg = Debug|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Debug|x64.ActiveCfg = Debug|x64
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Debug|x64.Build.0 = Debug|x64
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Debug|x86.ActiveCfg = Debug|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Debug|x86.Build.0 = Debug|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Release|Any CPU.ActiveCfg = Release|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Release|x64.ActiveCfg = Release|x64
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Release|x64.Build.0 = Release|x64
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Release|x86.ActiveCfg = Release|Win32
{0AE29B44-19FD-4A3E-AC27-93AB06AE12AB}.Release|x86.Build.0 = Release|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Debug|x64.ActiveCfg = Debug|x64
{9266A440-9187-41F7-85C7-82DF0E110143}.Debug|x64.Build.0 = Debug|x64
{9266A440-9187-41F7-85C7-82DF0E110143}.Debug|x86.ActiveCfg = Debug|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Debug|x86.Build.0 = Debug|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Release|Any CPU.ActiveCfg = Release|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Release|x64.ActiveCfg = Release|x64
{9266A440-9187-41F7-85C7-82DF0E110143}.Release|x64.Build.0 = Release|x64
{9266A440-9187-41F7-85C7-82DF0E110143}.Release|x86.ActiveCfg = Release|Win32
{9266A440-9187-41F7-85C7-82DF0E110143}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal