-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathShapeGradientDomain.sln
More file actions
92 lines (92 loc) · 5.88 KB
/
ShapeGradientDomain.sln
File metadata and controls
92 lines (92 loc) · 5.88 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
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShapeGradientDomain", "ShapeGradientDomain\ShapeGradientDomain.vcxproj", "{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{0A8A5C24-2566-43F1-A6FF-4DF7E4C68A34}"
ProjectSection(SolutionItems) = preProject
Include\CurvatureMetric.h = Include\CurvatureMetric.h
Include\GradientDomain.h = Include\GradientDomain.h
Include\PreProcessor.h = Include\PreProcessor.h
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShapeCurvature", "ShapeCurvature\ShapeCurvature.vcxproj", "{92543D37-6A33-4F5F-8BC1-19F73B7077B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misha", "Misha", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
third_party\include\Misha\Algebra.h = third_party\include\Misha\Algebra.h
third_party\include\Misha\Array.h = third_party\include\Misha\Array.h
third_party\include\Misha\Array.inl = third_party\include\Misha\Array.inl
third_party\include\Misha\Atomic.h = third_party\include\Misha\Atomic.h
third_party\include\Misha\CmdLineParser.h = third_party\include\Misha\CmdLineParser.h
third_party\include\Misha\CmdLineParser.inl = third_party\include\Misha\CmdLineParser.inl
third_party\include\Misha\Exceptions.h = third_party\include\Misha\Exceptions.h
third_party\include\Misha\FEM.BasisInfo.inc = third_party\include\Misha\FEM.BasisInfo.inc
third_party\include\Misha\FEM.h = third_party\include\Misha\FEM.h
third_party\include\Misha\FEM.inl = third_party\include\Misha\FEM.inl
third_party\include\Misha\Geometry.h = third_party\include\Misha\Geometry.h
third_party\include\Misha\Geometry.inl = third_party\include\Misha\Geometry.inl
third_party\include\Misha\Miscellany.h = third_party\include\Misha\Miscellany.h
third_party\include\Misha\MultiThreading.h = third_party\include\Misha\MultiThreading.h
third_party\include\Misha\Ply.h = third_party\include\Misha\Ply.h
third_party\include\Misha\Ply.inl = third_party\include\Misha\Ply.inl
third_party\include\Misha\PlyFile.h = third_party\include\Misha\PlyFile.h
third_party\include\Misha\PlyFile.inl = third_party\include\Misha\PlyFile.inl
third_party\include\Misha\PlyVertexData.h = third_party\include\Misha\PlyVertexData.h
third_party\include\Misha\PlyVertexData.inl = third_party\include\Misha\PlyVertexData.inl
third_party\include\Misha\Poly34.h = third_party\include\Misha\Poly34.h
third_party\include\Misha\Poly34.inl = third_party\include\Misha\Poly34.inl
third_party\include\Misha\Polynomial.h = third_party\include\Misha\Polynomial.h
third_party\include\Misha\Polynomial.inl = third_party\include\Misha\Polynomial.inl
third_party\include\Misha\SparseMatrix.h = third_party\include\Misha\SparseMatrix.h
third_party\include\Misha\SparseMatrix.inl = third_party\include\Misha\SparseMatrix.inl
third_party\include\Misha\SparseMatrixInterface.h = third_party\include\Misha\SparseMatrixInterface.h
third_party\include\Misha\SparseMatrixInterface.inl = third_party\include\Misha\SparseMatrixInterface.inl
third_party\include\Misha\Vector.h = third_party\include\Misha\Vector.h
third_party\include\Misha\Vector.inl = third_party\include\Misha\Vector.inl
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|Win32.ActiveCfg = Debug|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|Win32.Build.0 = Debug|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|x64.ActiveCfg = Debug|x64
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Debug|x64.Build.0 = Debug|x64
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|Mixed Platforms.Build.0 = Release|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|Win32.ActiveCfg = Release|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|Win32.Build.0 = Release|Win32
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|x64.ActiveCfg = Release|x64
{BC0EC73C-2206-4CC4-AA9C-6E3A0BF2A37B}.Release|x64.Build.0 = Release|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|Mixed Platforms.Build.0 = Debug|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|Win32.ActiveCfg = Debug|Win32
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|Win32.Build.0 = Debug|Win32
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|x64.ActiveCfg = Debug|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Debug|x64.Build.0 = Debug|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|Mixed Platforms.ActiveCfg = Release|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|Mixed Platforms.Build.0 = Release|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|Win32.ActiveCfg = Release|Win32
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|Win32.Build.0 = Release|Win32
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|x64.ActiveCfg = Release|x64
{92543D37-6A33-4F5F-8BC1-19F73B7077B8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C75CE27-BE90-41AA-8708-6E1AD19B5D53}
EndGlobalSection
EndGlobal