-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathShapeGradientDomain.sln
82 lines (82 loc) · 3.81 KB
/
ShapeGradientDomain.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
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
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misha", "Misha", "{C7B71F77-27A2-4416-B807-9512F8A99829}"
ProjectSection(SolutionItems) = preProject
Misha\Algebra.h = Misha\Algebra.h
Misha\Array.h = Misha\Array.h
Misha\Array.inl = Misha\Array.inl
Misha\Atomic.h = Misha\Atomic.h
Misha\CmdLineParser.h = Misha\CmdLineParser.h
Misha\CmdLineParser.inl = Misha\CmdLineParser.inl
Misha\Exceptions.h = Misha\Exceptions.h
Misha\FEM.BasisInfo.h = Misha\FEM.BasisInfo.h
Misha\FEM.h = Misha\FEM.h
Misha\FEM.inl = Misha\FEM.inl
Misha\Geometry.h = Misha\Geometry.h
Misha\Geometry.inl = Misha\Geometry.inl
Misha\MultiThreading.h = Misha\MultiThreading.h
Misha\NormalSmoother.h = Misha\NormalSmoother.h
Misha\Ply.h = Misha\Ply.h
Misha\Ply.inl = Misha\Ply.inl
Misha\PlyFile.h = Misha\PlyFile.h
Misha\PlyFile.inl = Misha\PlyFile.inl
Misha\PlyVertexData.h = Misha\PlyVertexData.h
Misha\PlyVertexData.inl = Misha\PlyVertexData.inl
Misha\Poly34.h = Misha\Poly34.h
Misha\Poly34.inl = Misha\Poly34.inl
Misha\Polynomial.h = Misha\Polynomial.h
Misha\Polynomial.inl = Misha\Polynomial.inl
Misha\SimplexBasis.h = Misha\SimplexBasis.h
Misha\SimplexBasis.inl = Misha\SimplexBasis.inl
Misha\SimplexMesh.h = Misha\SimplexMesh.h
Misha\SimplexMesh.inl = Misha\SimplexMesh.inl
Misha\SparseMatrix.h = Misha\SparseMatrix.h
Misha\SparseMatrix.inl = Misha\SparseMatrix.inl
Misha\SparseMatrixInterface.h = Misha\SparseMatrixInterface.h
Misha\SparseMatrixInterface.inl = Misha\SparseMatrixInterface.inl
Misha\Vector.h = Misha\Vector.h
Misha\Vector.inl = 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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C75CE27-BE90-41AA-8708-6E1AD19B5D53}
EndGlobalSection
EndGlobal