mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 08:34:27 +08:00
143 lines
7.5 KiB
Plaintext
143 lines
7.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.26730.16
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZLIB", "ZLIB.vcxproj", "{D3D173AB-D306-4179-BEC4-95CE1B14E647}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SSDRecon", "SSDRecon.vcxproj", "{477765F8-C16A-406B-807F-1302DAE74EBA}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC} = {B5899B32-FAC2-477E-99AA-86736B97F2FC}
|
|
{0BE55595-4080-4265-82AF-51108EC956B2} = {0BE55595-4080-4265-82AF-51108EC956B2}
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647} = {D3D173AB-D306-4179-BEC4-95CE1B14E647}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PNG", "PNG.vcxproj", "{B5899B32-FAC2-477E-99AA-86736B97F2FC}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JPEG", "JPEG.vcxproj", "{0BE55595-4080-4265-82AF-51108EC956B2}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageStitching", "ImageStitching.vcxproj", "{E09D1615-1036-4F43-909A-2E751FC947F6}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC} = {B5899B32-FAC2-477E-99AA-86736B97F2FC}
|
|
{0BE55595-4080-4265-82AF-51108EC956B2} = {0BE55595-4080-4265-82AF-51108EC956B2}
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647} = {D3D173AB-D306-4179-BEC4-95CE1B14E647}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EDTInHeat", "EDTInHeat.vcxproj", "{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SurfaceTrimmer", "SurfaceTrimmer.vcxproj", "{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoissonRecon", "PoissonRecon.vcxproj", "{46F87D0E-C53A-4F95-AB48-A5DBA8014340}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC} = {B5899B32-FAC2-477E-99AA-86736B97F2FC}
|
|
{0BE55595-4080-4265-82AF-51108EC956B2} = {0BE55595-4080-4265-82AF-51108EC956B2}
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647} = {D3D173AB-D306-4179-BEC4-95CE1B14E647}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdaptiveTreeVisualization", "AdaptiveTreeVisualization.vcxproj", "{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC} = {B5899B32-FAC2-477E-99AA-86736B97F2FC}
|
|
{0BE55595-4080-4265-82AF-51108EC956B2} = {0BE55595-4080-4265-82AF-51108EC956B2}
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647} = {D3D173AB-D306-4179-BEC4-95CE1B14E647}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Header Files", "Header Files", "{C83FBEC5-FED8-4C72-AF1B-FCBA6E8640AB}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Src\Allocator.h = Src\Allocator.h
|
|
Src\Array.h = Src\Array.h
|
|
Src\BinaryNode.h = Src\BinaryNode.h
|
|
Src\BlockedVector.h = Src\BlockedVector.h
|
|
Src\BSplineData.h = Src\BSplineData.h
|
|
Src\CmdLineParser.h = Src\CmdLineParser.h
|
|
Src\Factor.h = Src\Factor.h
|
|
Src\FEMTree.h = Src\FEMTree.h
|
|
Src\FunctionData.h = Src\FunctionData.h
|
|
Src\Geometry.h = Src\Geometry.h
|
|
Src\Image.h = Src\Image.h
|
|
Src\JPEG.h = Src\JPEG.h
|
|
Src\MarchingCubes.h = Src\MarchingCubes.h
|
|
Src\MAT.h = Src\MAT.h
|
|
Src\MyMiscellany.h = Src\MyMiscellany.h
|
|
Src\Ply.h = Src\Ply.h
|
|
Src\PlyFile.h = Src\PlyFile.h
|
|
Src\PNG.h = Src\PNG.h
|
|
Src\PointStream.h = Src\PointStream.h
|
|
Src\PointStreamData.h = Src\PointStreamData.h
|
|
Src\Polynomial.h = Src\Polynomial.h
|
|
Src\PPolynomial.h = Src\PPolynomial.h
|
|
Src\PreProcessor.h = Src\PreProcessor.h
|
|
Src\RegularTree.h = Src\RegularTree.h
|
|
Src\SparseMatrix.h = Src\SparseMatrix.h
|
|
Src\SparseMatrixInterface.h = Src\SparseMatrixInterface.h
|
|
Src\Window.h = Src\Window.h
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Inline Files", "Inline Files", "{ACD217C3-BE24-4438-A4E6-C713312FEA34}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Src\Array.inl = Src\Array.inl
|
|
Src\BMPStream.inl = Src\BMPStream.inl
|
|
Src\BSplineData.inl = Src\BSplineData.inl
|
|
Src\CmdLineParser.inl = Src\CmdLineParser.inl
|
|
Src\FEMTree.Evaluation.inl = Src\FEMTree.Evaluation.inl
|
|
Src\FEMTree.Initialize.inl = Src\FEMTree.Initialize.inl
|
|
Src\FEMTree.inl = Src\FEMTree.inl
|
|
Src\FEMTree.IsoSurface.specialized.inl = Src\FEMTree.IsoSurface.specialized.inl
|
|
Src\FEMTree.SortedTreeNodes.inl = Src\FEMTree.SortedTreeNodes.inl
|
|
Src\FEMTree.System.inl = Src\FEMTree.System.inl
|
|
Src\FEMTree.WeightedSamples.inl = Src\FEMTree.WeightedSamples.inl
|
|
Src\FunctionData.inl = Src\FunctionData.inl
|
|
Src\Geometry.inl = Src\Geometry.inl
|
|
Src\JPEG.inl = Src\JPEG.inl
|
|
Src\MAT.inl = Src\MAT.inl
|
|
Src\PlyFile.inl = Src\PlyFile.inl
|
|
Src\PNG.inl = Src\PNG.inl
|
|
Src\PointStream.inl = Src\PointStream.inl
|
|
Src\Polynomial.inl = Src\Polynomial.inl
|
|
Src\PPolynomial.inl = Src\PPolynomial.inl
|
|
Src\RegularTree.inl = Src\RegularTree.inl
|
|
Src\SparseMatrix.inl = Src\SparseMatrix.inl
|
|
Src\SparseMatrixInterface.inl = Src\SparseMatrixInterface.inl
|
|
Src\Window.inl = Src\Window.inl
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChunkPLY", "ChunkPLY.vcxproj", "{95B998F8-A73B-40AB-AF35-C38F2CB89480}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointInterpolant", "PointInterpolant.vcxproj", "{D5516BBE-9613-4AE3-BE4D-E754995F944C}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.ActiveCfg = Release|x64
|
|
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.Build.0 = Release|x64
|
|
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.ActiveCfg = Release|x64
|
|
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.Build.0 = Release|x64
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.ActiveCfg = Release|x64
|
|
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.Build.0 = Release|x64
|
|
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.ActiveCfg = Release|x64
|
|
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.Build.0 = Release|x64
|
|
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.ActiveCfg = Release|x64
|
|
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.Build.0 = Release|x64
|
|
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.ActiveCfg = Release|x64
|
|
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Build.0 = Release|x64
|
|
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Deploy.0 = Release|x64
|
|
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.ActiveCfg = Release|x64
|
|
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.Build.0 = Release|x64
|
|
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.ActiveCfg = Release|x64
|
|
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.Build.0 = Release|x64
|
|
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.ActiveCfg = Release|x64
|
|
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.Build.0 = Release|x64
|
|
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.ActiveCfg = Release|x64
|
|
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.Build.0 = Release|x64
|
|
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.ActiveCfg = Release|x64
|
|
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {F963AD25-6C34-4074-9B17-605D19CC6165}
|
|
EndGlobalSection
|
|
EndGlobal
|