mirror of https://github.com/CGAL/cgal
Remove committed .sln and .vcproj files!
And clean the .gitignore file: the .vcproj and .sln are already in the global globing, and for that reason I have removed all occurrences in subdirectories.
This commit is contained in:
parent
37b29c2c3d
commit
6fb798bae3
|
|
@ -1,22 +1,14 @@
|
||||||
/*build
|
/*build
|
||||||
AABB_tree/demo/AABB_tree/*.exe
|
AABB_tree/demo/AABB_tree/*.exe
|
||||||
AABB_tree/demo/AABB_tree/*.sln
|
|
||||||
AABB_tree/demo/AABB_tree/*.vcproj
|
|
||||||
AABB_tree/demo/AABB_tree/AABB_demo
|
AABB_tree/demo/AABB_tree/AABB_demo
|
||||||
AABB_tree/demo/AABB_tree/CMakeLists.txt
|
AABB_tree/demo/AABB_tree/CMakeLists.txt
|
||||||
AABB_tree/demo/AABB_tree/Makefile
|
AABB_tree/demo/AABB_tree/Makefile
|
||||||
AABB_tree/examples/AABB_tree/*.kdev*
|
AABB_tree/examples/AABB_tree/*.kdev*
|
||||||
AABB_tree/examples/AABB_tree/*_example
|
AABB_tree/examples/AABB_tree/*_example
|
||||||
AABB_tree/examples/AABB_tree/AABB_examples.sln
|
|
||||||
AABB_tree/examples/AABB_tree/AABB_polyhedron_edge_example.vcproj
|
|
||||||
AABB_tree/examples/AABB_tree/AABB_polyhedron_facet_example.vcproj
|
|
||||||
AABB_tree/examples/AABB_tree/AABB_segment_3_example.vcproj
|
|
||||||
AABB_tree/examples/AABB_tree/AABB_triangle_3_example.vcproj
|
|
||||||
AABB_tree/examples/AABB_tree/CMakeLists.txt
|
AABB_tree/examples/AABB_tree/CMakeLists.txt
|
||||||
AABB_tree/examples/AABB_tree/Makefile
|
AABB_tree/examples/AABB_tree/Makefile
|
||||||
AABB_tree/examples/AABB_tree/cgal_test_with_cmake
|
AABB_tree/examples/AABB_tree/cgal_test_with_cmake
|
||||||
AABB_tree/test/AABB_tree/*.kdev*
|
AABB_tree/test/AABB_tree/*.kdev*
|
||||||
AABB_tree/test/AABB_tree/AABB_tests.sln
|
|
||||||
AABB_tree/test/AABB_tree/CMakeLists.txt
|
AABB_tree/test/AABB_tree/CMakeLists.txt
|
||||||
AABB_tree/test/AABB_tree/Makefile
|
AABB_tree/test/AABB_tree/Makefile
|
||||||
AABB_tree/test/AABB_tree/aabb_correctness_triangle_test
|
AABB_tree/test/AABB_tree/aabb_correctness_triangle_test
|
||||||
|
|
@ -24,10 +16,8 @@ AABB_tree/test/AABB_tree/aabb_distance_edge_test
|
||||||
AABB_tree/test/AABB_tree/aabb_distance_triangle_hint_test
|
AABB_tree/test/AABB_tree/aabb_distance_triangle_hint_test
|
||||||
AABB_tree/test/AABB_tree/aabb_distance_triangle_test
|
AABB_tree/test/AABB_tree/aabb_distance_triangle_test
|
||||||
AABB_tree/test/AABB_tree/aabb_intersection_triangle_test
|
AABB_tree/test/AABB_tree/aabb_intersection_triangle_test
|
||||||
AABB_tree/test/AABB_tree/aabb_intersection_triangle_test.vcproj
|
|
||||||
AABB_tree/test/AABB_tree/aabb_naive_vs_tree_distance_segment_test
|
AABB_tree/test/AABB_tree/aabb_naive_vs_tree_distance_segment_test
|
||||||
AABB_tree/test/AABB_tree/aabb_projection_triangle_test
|
AABB_tree/test/AABB_tree/aabb_projection_triangle_test
|
||||||
AABB_tree/test/AABB_tree/aabb_projection_triangle_test.vcproj
|
|
||||||
AABB_tree/test/AABB_tree/cgal_test_with_cmake
|
AABB_tree/test/AABB_tree/cgal_test_with_cmake
|
||||||
Algebraic_foundations/test/Algebraic_foundations/Algebraic_extension_traits
|
Algebraic_foundations/test/Algebraic_foundations/Algebraic_extension_traits
|
||||||
Algebraic_foundations/test/Algebraic_foundations/Algebraic_structure_traits
|
Algebraic_foundations/test/Algebraic_foundations/Algebraic_structure_traits
|
||||||
|
|
@ -42,17 +32,12 @@ Algebraic_foundations/test/Algebraic_foundations/ipower
|
||||||
Algebraic_kernel_d/test/Algebraic_kernel_d/cgal_test_with_cmake
|
Algebraic_kernel_d/test/Algebraic_kernel_d/cgal_test_with_cmake
|
||||||
Algebraic_kernel_d/test/Algebraic_kernel_d/rs_isolator
|
Algebraic_kernel_d/test/Algebraic_kernel_d/rs_isolator
|
||||||
Alpha_shapes_2/demo/Alpha_shapes_2/*.exe
|
Alpha_shapes_2/demo/Alpha_shapes_2/*.exe
|
||||||
Alpha_shapes_2/demo/Alpha_shapes_2/*.vcproj
|
|
||||||
Alpha_shapes_2/demo/Alpha_shapes_2/Makefile
|
Alpha_shapes_2/demo/Alpha_shapes_2/Makefile
|
||||||
Alpha_shapes_2/demo/Alpha_shapes_2/alpha_shapes_2
|
Alpha_shapes_2/demo/Alpha_shapes_2/alpha_shapes_2
|
||||||
Alpha_shapes_2/examples/Alpha_shapes_2/*.exe
|
Alpha_shapes_2/examples/Alpha_shapes_2/*.exe
|
||||||
Alpha_shapes_2/examples/Alpha_shapes_2/*.sln
|
|
||||||
Alpha_shapes_2/examples/Alpha_shapes_2/*.vcproj*
|
|
||||||
Alpha_shapes_2/examples/Alpha_shapes_2/Makefile
|
Alpha_shapes_2/examples/Alpha_shapes_2/Makefile
|
||||||
Alpha_shapes_2/examples/Alpha_shapes_2/alpha_shapes_2
|
Alpha_shapes_2/examples/Alpha_shapes_2/alpha_shapes_2
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/*.exe
|
Alpha_shapes_3/demo/Alpha_shapes_3/*.exe
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/*.sln
|
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/*.vcproj
|
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/Makefile
|
Alpha_shapes_3/demo/Alpha_shapes_3/Makefile
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/alpha_shapes_3
|
Alpha_shapes_3/demo/Alpha_shapes_3/alpha_shapes_3
|
||||||
Alpha_shapes_3/demo/Alpha_shapes_3/weighted_alpha_shapes_3
|
Alpha_shapes_3/demo/Alpha_shapes_3/weighted_alpha_shapes_3
|
||||||
|
|
@ -62,7 +47,6 @@ Alpha_shapes_3/test/Alpha_shapes_3/test_alpha_shape_3
|
||||||
Alpha_shapes_3/test/Alpha_shapes_3/test_fixed_alpha_shape_3
|
Alpha_shapes_3/test/Alpha_shapes_3/test_fixed_alpha_shape_3
|
||||||
Alpha_shapes_3/test/Alpha_shapes_3/test_weighted_alpha_shape_3
|
Alpha_shapes_3/test/Alpha_shapes_3/test_weighted_alpha_shape_3
|
||||||
Apollonius_graph_2/demo/Apollonius_graph_2/*.exe
|
Apollonius_graph_2/demo/Apollonius_graph_2/*.exe
|
||||||
Apollonius_graph_2/demo/Apollonius_graph_2/*.vcproj
|
|
||||||
Apollonius_graph_2/demo/Apollonius_graph_2/Makefile
|
Apollonius_graph_2/demo/Apollonius_graph_2/Makefile
|
||||||
Apollonius_graph_2/demo/Apollonius_graph_2/apollonius_graph_2
|
Apollonius_graph_2/demo/Apollonius_graph_2/apollonius_graph_2
|
||||||
Arithmetic_kernel/test/Arithmetic_kernel/Arithmetic_kernel
|
Arithmetic_kernel/test/Arithmetic_kernel/Arithmetic_kernel
|
||||||
|
|
@ -135,8 +119,6 @@ BGL/examples/BGL_arrangement_2/primal
|
||||||
BGL/test/BGL/CMakeLists.txt
|
BGL/test/BGL/CMakeLists.txt
|
||||||
BGL/test/BGL/cgal_test_with_cmake
|
BGL/test/BGL/cgal_test_with_cmake
|
||||||
Boolean_set_operations_2/demo/Boolean_set_operations_2/*.exe
|
Boolean_set_operations_2/demo/Boolean_set_operations_2/*.exe
|
||||||
Boolean_set_operations_2/demo/Boolean_set_operations_2/*.sln
|
|
||||||
Boolean_set_operations_2/demo/Boolean_set_operations_2/*.vcproj
|
|
||||||
Boolean_set_operations_2/demo/Boolean_set_operations_2/Makefile
|
Boolean_set_operations_2/demo/Boolean_set_operations_2/Makefile
|
||||||
Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2
|
Boolean_set_operations_2/demo/Boolean_set_operations_2/boolean_operations_2
|
||||||
Box_intersection_d/test/Box_intersection_d/CMakeLists.txt
|
Box_intersection_d/test/Box_intersection_d/CMakeLists.txt
|
||||||
|
|
@ -158,13 +140,9 @@ CGAL_ImageIO/examples/CGALimageIO/makefile
|
||||||
CGAL_ImageIO/examples/CGALimageIO/test_imageio
|
CGAL_ImageIO/examples/CGALimageIO/test_imageio
|
||||||
CGAL_ImageIO/src/CGAL_ImageIO/Makefile
|
CGAL_ImageIO/src/CGAL_ImageIO/Makefile
|
||||||
CGAL_ImageIO/test/CGAL_ImageIO/*.exe
|
CGAL_ImageIO/test/CGAL_ImageIO/*.exe
|
||||||
CGAL_ImageIO/test/CGAL_ImageIO/*.sln
|
|
||||||
CGAL_ImageIO/test/CGAL_ImageIO/*.vcproj
|
|
||||||
CGAL_ImageIO/test/CGAL_ImageIO/Makefile
|
CGAL_ImageIO/test/CGAL_ImageIO/Makefile
|
||||||
CGAL_ImageIO/test/CGAL_ImageIO/test_trilinear_interpolation
|
CGAL_ImageIO/test/CGAL_ImageIO/test_trilinear_interpolation
|
||||||
Circular_kernel_3/demo/Circular_kernel_3/*.exe
|
Circular_kernel_3/demo/Circular_kernel_3/*.exe
|
||||||
Circular_kernel_3/demo/Circular_kernel_3/*.sln
|
|
||||||
Circular_kernel_3/demo/Circular_kernel_3/*.vcproj
|
|
||||||
Circular_kernel_3/demo/Circular_kernel_3/Circular_kernel_3_demo
|
Circular_kernel_3/demo/Circular_kernel_3/Circular_kernel_3_demo
|
||||||
Circular_kernel_3/demo/Circular_kernel_3/Makefile
|
Circular_kernel_3/demo/Circular_kernel_3/Makefile
|
||||||
Circular_kernel_3/test/Circular_kernel_3/cgal_test_with_cmake
|
Circular_kernel_3/test/Circular_kernel_3/cgal_test_with_cmake
|
||||||
|
|
@ -200,8 +178,6 @@ Generator/test/Generator/test_combination_enumerator
|
||||||
Generator/test/Generator/test_generators
|
Generator/test/Generator/test_generators
|
||||||
GraphicsView/TAGS
|
GraphicsView/TAGS
|
||||||
GraphicsView/demo/Circular_kernel_2/*.exe
|
GraphicsView/demo/Circular_kernel_2/*.exe
|
||||||
GraphicsView/demo/Circular_kernel_2/*.sln
|
|
||||||
GraphicsView/demo/Circular_kernel_2/*.vcproj
|
|
||||||
GraphicsView/demo/Circular_kernel_2/Circular_kernel_2
|
GraphicsView/demo/Circular_kernel_2/Circular_kernel_2
|
||||||
GraphicsView/demo/Circular_kernel_2/Makefile
|
GraphicsView/demo/Circular_kernel_2/Makefile
|
||||||
GraphicsView/demo/Circular_kernel_2/qrc_*.cxx
|
GraphicsView/demo/Circular_kernel_2/qrc_*.cxx
|
||||||
|
|
@ -217,8 +193,6 @@ GraphicsView/demo/GraphicsView/ui_*.h
|
||||||
GraphicsView/demo/Polygon/*.cpp_parameters
|
GraphicsView/demo/Polygon/*.cpp_parameters
|
||||||
GraphicsView/demo/Polygon/*.dir
|
GraphicsView/demo/Polygon/*.dir
|
||||||
GraphicsView/demo/Polygon/*.exe
|
GraphicsView/demo/Polygon/*.exe
|
||||||
GraphicsView/demo/Polygon/*.sln
|
|
||||||
GraphicsView/demo/Polygon/*.vcproj
|
|
||||||
GraphicsView/demo/Polygon/Makefile
|
GraphicsView/demo/Polygon/Makefile
|
||||||
GraphicsView/demo/Polygon/Polygon_2
|
GraphicsView/demo/Polygon/Polygon_2
|
||||||
GraphicsView/demo/Polygon/qrc_Polygon_2.cxx
|
GraphicsView/demo/Polygon/qrc_Polygon_2.cxx
|
||||||
|
|
@ -266,15 +240,11 @@ Intersections_3/test/Intersections_3/triangle_3_triangle_3_intersection
|
||||||
Intersections_3/test/Intersections_3/triangle_other
|
Intersections_3/test/Intersections_3/triangle_other
|
||||||
Intersections_3/test/Intersections_3/triangle_other_intersection_test
|
Intersections_3/test/Intersections_3/triangle_other_intersection_test
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/*.exe
|
Jet_fitting_3/examples/Jet_fitting_3/*.exe
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/*.sln
|
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/*.vcproj
|
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/Makefile
|
Jet_fitting_3/examples/Jet_fitting_3/Makefile
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/Mesh_estimation
|
Jet_fitting_3/examples/Jet_fitting_3/Mesh_estimation
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/Single_estimation
|
Jet_fitting_3/examples/Jet_fitting_3/Single_estimation
|
||||||
Jet_fitting_3/examples/Jet_fitting_3/VC
|
Jet_fitting_3/examples/Jet_fitting_3/VC
|
||||||
Jet_fitting_3/test/Jet_fitting_3/*.exe
|
Jet_fitting_3/test/Jet_fitting_3/*.exe
|
||||||
Jet_fitting_3/test/Jet_fitting_3/*.sln
|
|
||||||
Jet_fitting_3/test/Jet_fitting_3/*.vcproj
|
|
||||||
Jet_fitting_3/test/Jet_fitting_3/Makefile
|
Jet_fitting_3/test/Jet_fitting_3/Makefile
|
||||||
Jet_fitting_3/test/Jet_fitting_3/blind_1pt
|
Jet_fitting_3/test/Jet_fitting_3/blind_1pt
|
||||||
Kernel_23/test/Kernel_23/CMakeLists.txt
|
Kernel_23/test/Kernel_23/CMakeLists.txt
|
||||||
|
|
@ -476,8 +446,6 @@ Mesh_3/applications/slivers_exuder
|
||||||
Mesh_3/applications/stat_mesh
|
Mesh_3/applications/stat_mesh
|
||||||
Mesh_3/applications/test_off
|
Mesh_3/applications/test_off
|
||||||
Mesh_3/demo/Mesh_3/*.exe
|
Mesh_3/demo/Mesh_3/*.exe
|
||||||
Mesh_3/demo/Mesh_3/*.sln
|
|
||||||
Mesh_3/demo/Mesh_3/*.vcproj
|
|
||||||
Mesh_3/demo/Mesh_3/Makefile
|
Mesh_3/demo/Mesh_3/Makefile
|
||||||
Mesh_3/demo/Mesh_3/Mesh_3
|
Mesh_3/demo/Mesh_3/Mesh_3
|
||||||
Mesh_3/demo/Mesh_3/out.mesh
|
Mesh_3/demo/Mesh_3/out.mesh
|
||||||
|
|
@ -691,8 +659,6 @@ Optimisation_basic/bin
|
||||||
Optimisation_basic/doc_ps
|
Optimisation_basic/doc_ps
|
||||||
Optimisation_basic/src/Optimisation
|
Optimisation_basic/src/Optimisation
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/*.exe
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/*.exe
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/*.sln
|
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/*.vcproj
|
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Makefile
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Makefile
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qch
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qch
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/demo_delaunay_qt
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/demo_delaunay_qt
|
||||||
|
|
@ -727,9 +693,7 @@ Point_set_processing_3/examples/Point_set_processing_3/*.kdev*
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.ncb
|
Point_set_processing_3/examples/Point_set_processing_3/*.ncb
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.off
|
Point_set_processing_3/examples/Point_set_processing_3/*.off
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.pwn
|
Point_set_processing_3/examples/Point_set_processing_3/*.pwn
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.sln
|
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.suo
|
Point_set_processing_3/examples/Point_set_processing_3/*.suo
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*.vcproj
|
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/*_example
|
Point_set_processing_3/examples/Point_set_processing_3/*_example
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/.cdtproject
|
Point_set_processing_3/examples/Point_set_processing_3/.cdtproject
|
||||||
Point_set_processing_3/examples/Point_set_processing_3/.project
|
Point_set_processing_3/examples/Point_set_processing_3/.project
|
||||||
|
|
@ -752,9 +716,7 @@ Point_set_processing_3/include/CGAL/*.set_se_translator
|
||||||
Point_set_processing_3/myrun_testsuite_with_cmake.bat
|
Point_set_processing_3/myrun_testsuite_with_cmake.bat
|
||||||
Point_set_processing_3/test/Point_set_processing_3/*.kdev*
|
Point_set_processing_3/test/Point_set_processing_3/*.kdev*
|
||||||
Point_set_processing_3/test/Point_set_processing_3/*.ncb
|
Point_set_processing_3/test/Point_set_processing_3/*.ncb
|
||||||
Point_set_processing_3/test/Point_set_processing_3/*.sln
|
|
||||||
Point_set_processing_3/test/Point_set_processing_3/*.suo
|
Point_set_processing_3/test/Point_set_processing_3/*.suo
|
||||||
Point_set_processing_3/test/Point_set_processing_3/*.vcproj
|
|
||||||
Point_set_processing_3/test/Point_set_processing_3/.cdtproject
|
Point_set_processing_3/test/Point_set_processing_3/.cdtproject
|
||||||
Point_set_processing_3/test/Point_set_processing_3/.project
|
Point_set_processing_3/test/Point_set_processing_3/.project
|
||||||
Point_set_processing_3/test/Point_set_processing_3/.settings
|
Point_set_processing_3/test/Point_set_processing_3/.settings
|
||||||
|
|
@ -775,8 +737,6 @@ Polyhedron/demo/Polyhedron/*.ii
|
||||||
Polyhedron/demo/Polyhedron/*.kdev*
|
Polyhedron/demo/Polyhedron/*.kdev*
|
||||||
Polyhedron/demo/Polyhedron/*.off
|
Polyhedron/demo/Polyhedron/*.off
|
||||||
Polyhedron/demo/Polyhedron/*.s
|
Polyhedron/demo/Polyhedron/*.s
|
||||||
Polyhedron/demo/Polyhedron/*.sln
|
|
||||||
Polyhedron/demo/Polyhedron/*.vcproj
|
|
||||||
Polyhedron/demo/Polyhedron/*_moc.cpp
|
Polyhedron/demo/Polyhedron/*_moc.cpp
|
||||||
Polyhedron/demo/Polyhedron/.qglviewer*.xml
|
Polyhedron/demo/Polyhedron/.qglviewer*.xml
|
||||||
Polyhedron/demo/Polyhedron/CMakeCache.txt
|
Polyhedron/demo/Polyhedron/CMakeCache.txt
|
||||||
|
|
@ -897,13 +857,9 @@ Random_numbers/Makefile
|
||||||
Random_numbers/bin
|
Random_numbers/bin
|
||||||
Random_numbers/doc_ps
|
Random_numbers/doc_ps
|
||||||
Ridges_3/examples/Ridges_3/*.exe
|
Ridges_3/examples/Ridges_3/*.exe
|
||||||
Ridges_3/examples/Ridges_3/*.sln
|
|
||||||
Ridges_3/examples/Ridges_3/*.vcproj
|
|
||||||
Ridges_3/examples/Ridges_3/Compute_Ridges_Umbilics
|
Ridges_3/examples/Ridges_3/Compute_Ridges_Umbilics
|
||||||
Ridges_3/examples/Ridges_3/Makefile
|
Ridges_3/examples/Ridges_3/Makefile
|
||||||
Ridges_3/test/Ridges_3/*.exe
|
Ridges_3/test/Ridges_3/*.exe
|
||||||
Ridges_3/test/Ridges_3/*.sln
|
|
||||||
Ridges_3/test/Ridges_3/*.vcproj
|
|
||||||
Ridges_3/test/Ridges_3/Makefile
|
Ridges_3/test/Ridges_3/Makefile
|
||||||
Ridges_3/test/Ridges_3/ridge_test
|
Ridges_3/test/Ridges_3/ridge_test
|
||||||
STL_Extension/test/STL_Extension/CMakeLists.txt
|
STL_Extension/test/STL_Extension/CMakeLists.txt
|
||||||
|
|
@ -947,8 +903,6 @@ Skin_surface_3/test/Skin_surface_3/subdivision_test
|
||||||
Spatial_sorting/test/Spatial_sorting/CMakeLists.txt
|
Spatial_sorting/test/Spatial_sorting/CMakeLists.txt
|
||||||
Spatial_sorting/test/Spatial_sorting/cgal_test_with_cmake
|
Spatial_sorting/test/Spatial_sorting/cgal_test_with_cmake
|
||||||
Stream_lines_2/demo/Stream_lines_2/*.exe
|
Stream_lines_2/demo/Stream_lines_2/*.exe
|
||||||
Stream_lines_2/demo/Stream_lines_2/*.sln
|
|
||||||
Stream_lines_2/demo/Stream_lines_2/*.vcproj
|
|
||||||
Stream_lines_2/demo/Stream_lines_2/Makefile
|
Stream_lines_2/demo/Stream_lines_2/Makefile
|
||||||
Stream_lines_2/demo/Stream_lines_2/streamlines
|
Stream_lines_2/demo/Stream_lines_2/streamlines
|
||||||
Surface_mesh_parameterization/doc_doxygen
|
Surface_mesh_parameterization/doc_doxygen
|
||||||
|
|
@ -960,9 +914,7 @@ Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.exe
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.kdev*
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.kdev*
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.ncb
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.ncb
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.obj
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.obj
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.sln
|
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.suo
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.suo
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*.vcproj
|
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*_extra.*
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*_extra.*
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*_parameterization
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/*_parameterization
|
||||||
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/.cdtproject
|
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/.cdtproject
|
||||||
|
|
@ -983,9 +935,7 @@ Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test[!!-~](
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.exe
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.exe
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.kdev*
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.kdev*
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.ncb
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.ncb
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.sln
|
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.suo
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.suo
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/*.vcproj
|
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.cdtproject
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.cdtproject
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.project
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.project
|
||||||
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.settings
|
Surface_mesh_parameterization/test/Surface_mesh_parameterization/.settings
|
||||||
|
|
@ -1103,8 +1053,6 @@ Surface_mesher/test/Surface_mesher/test_c2t3_iterators
|
||||||
Surface_mesher/test/Surface_mesher/test_canonical_edge
|
Surface_mesher/test/Surface_mesher/test_canonical_edge
|
||||||
Surface_mesher/test/Surface_mesher/test_robust_circumcenter
|
Surface_mesher/test/Surface_mesher/test_robust_circumcenter
|
||||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/*.kdev*
|
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/*.kdev*
|
||||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/*.sln
|
|
||||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/*.vcproj
|
|
||||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Makefile
|
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Makefile
|
||||||
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_demo
|
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_demo
|
||||||
Surface_reconstruction_points_3/doc_doxygen
|
Surface_reconstruction_points_3/doc_doxygen
|
||||||
|
|
@ -1116,9 +1064,7 @@ Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.kdev*
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.ncb
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.ncb
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.off
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.off
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.pwn
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.pwn
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.sln
|
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.suo
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.suo
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*.vcproj
|
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*_example
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/*_example
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/.cdtproject
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/.cdtproject
|
||||||
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/.project
|
Surface_reconstruction_points_3/examples/Surface_reconstruction_points_3/.project
|
||||||
|
|
@ -1139,9 +1085,7 @@ Surface_reconstruction_points_3/include/CGAL/*.set_se_translator
|
||||||
Surface_reconstruction_points_3/myrun_testsuite_with_cmake.bat
|
Surface_reconstruction_points_3/myrun_testsuite_with_cmake.bat
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.kdev*
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.kdev*
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.ncb
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.ncb
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.sln
|
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.suo
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.suo
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/*.vcproj
|
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.cdtproject
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.cdtproject
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.project
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.project
|
||||||
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.settings
|
Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/.settings
|
||||||
|
|
@ -1296,8 +1240,6 @@ CMakeFiles
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Doxyfile
|
Doxyfile
|
||||||
*.dir
|
*.dir
|
||||||
ALL_BUILD.vcproj
|
|
||||||
ZERO_CHECK.vcproj
|
|
||||||
gmon.*
|
gmon.*
|
||||||
.qglviewer.xml
|
.qglviewer.xml
|
||||||
*.moc_parameters
|
*.moc_parameters
|
||||||
|
|
|
||||||
|
|
@ -1,97 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
|
||||||
# Visual Studio 2005
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "barycenter", "VC\barycenter.vcproj", "{00000000-0000-0000-0000-000000016583}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bounding_box", "VC\bounding_box.vcproj", "{00000000-0000-0000-0000-000000028395}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "centroid", "VC\centroid.vcproj", "{00000000-0000-0000-0000-000000007439}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_circles_2", "VC\linear_least_squares_fitting_circles_2.vcproj", "{00000000-0000-0000-0000-000000019251}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_cuboids_3", "VC\linear_least_squares_fitting_cuboids_3.vcproj", "{00000000-0000-0000-0000-000000031063}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_points_2", "VC\linear_least_squares_fitting_points_2.vcproj", "{00000000-0000-0000-0000-000000010107}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_points_3", "VC\linear_least_squares_fitting_points_3.vcproj", "{00000000-0000-0000-0000-000000021919}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_rectangles_2", "VC\linear_least_squares_fitting_rectangles_2.vcproj", "{00000000-0000-0000-0000-000000000963}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_segments_2", "VC\linear_least_squares_fitting_segments_2.vcproj", "{00000000-0000-0000-0000-000000012775}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_segments_3", "VC\linear_least_squares_fitting_segments_3.vcproj", "{00000000-0000-0000-0000-000000024587}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_spheres_3", "VC\linear_least_squares_fitting_spheres_3.vcproj", "{00000000-0000-0000-0000-000000003631}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_tetrahedra_3", "VC\linear_least_squares_fitting_tetrahedra_3.vcproj", "{00000000-0000-0000-0000-000000015443}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_triangles_2", "VC\linear_least_squares_fitting_triangles_2.vcproj", "{00000000-0000-0000-0000-000000027255}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_triangles_3", "VC\linear_least_squares_fitting_triangles_3.vcproj", "{00000000-0000-0000-0000-000000006299}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{00000000-0000-0000-0000-000000016583}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000016583}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000016583}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000016583}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000028395}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000028395}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000028395}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000028395}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000007439}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000007439}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000007439}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000007439}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000019251}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000019251}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000019251}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000019251}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000031063}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000031063}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000031063}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000031063}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000010107}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000010107}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000010107}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000010107}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021919}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021919}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021919}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021919}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000963}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000963}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000963}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000963}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000012775}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000012775}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000012775}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000012775}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000024587}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000024587}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000024587}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000024587}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000003631}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000003631}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000003631}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000003631}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000015443}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000015443}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000015443}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000015443}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000027255}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000027255}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000027255}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000027255}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000006299}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000006299}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000006299}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000006299}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,91 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
|
||||||
# Visual Studio 2005
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "barycenter", "VC\barycenter.vcproj", "{00000000-0000-0000-0000-000000008441}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bounding_box", "VC\bounding_box.vcproj", "{00000000-0000-0000-0000-000000020253}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_circles_2", "VC\linear_least_squares_fitting_circles_2.vcproj", "{00000000-0000-0000-0000-000000021471}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_cuboids_3", "VC\linear_least_squares_fitting_cuboids_3.vcproj", "{00000000-0000-0000-0000-000000000515}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_spheres_3", "VC\linear_least_squares_fitting_spheres_3.vcproj", "{00000000-0000-0000-0000-000000029165}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_triangles_3", "VC\linear_least_squares_fitting_triangles_3.vcproj", "{00000000-0000-0000-0000-000000020021}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_2", "VC\linear_least_squares_fitting_points_2.vcproj", "{00000000-0000-0000-0000-000000032064}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_3", "VC\linear_least_squares_fitting_points_3.vcproj", "{00000000-0000-0000-0000-000000011108}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_rectangles_2", "VC\linear_least_squares_fitting_rectangles_2.vcproj", "{00000000-0000-0000-0000-000000022920}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_segments_2", "VC\linear_least_squares_fitting_segments_2.vcproj", "{00000000-0000-0000-0000-000000018803}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_segments_3", "VC\linear_least_squares_fitting_segments_3.vcproj", "{00000000-0000-0000-0000-000000030615}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linear_least_squares_fitting_tetrahedrons_3", "VC\linear_least_squares_fitting_tetrahedra_3.vcproj", "{00000000-0000-0000-0000-000000008209}"
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fitting_triangles_2", "VC\linear_least_squares_fitting_triangles_2.vcproj", "{00000000-0000-0000-0000-000000009659}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{00000000-0000-0000-0000-000000008441}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008441}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008441}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008441}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020253}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020253}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020253}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020253}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021471}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021471}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021471}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000021471}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000515}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000515}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000515}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000000515}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000029165}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000029165}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000029165}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000029165}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020021}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020021}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020021}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000020021}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000032064}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000032064}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000032064}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000032064}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000011108}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000011108}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000011108}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000011108}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000022920}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000022920}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000022920}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000022920}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018803}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018803}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018803}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018803}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000030615}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000030615}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000030615}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000030615}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008209}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008209}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008209}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000008209}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000009659}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000009659}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000009659}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000009659}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compute_Ridges_Umbilics", "VC\Compute_Ridges_Umbilics.vcproj", "{00000000-0000-0000-0000-000000018403}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
|
||||||
Debug = Debug
|
|
||||||
Release = Release
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
|
||||||
{00000000-0000-0000-0000-000000018403}.Debug.ActiveCfg = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018403}.Debug.Build.0 = Debug|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018403}.Release.ActiveCfg = Release|Win32
|
|
||||||
{00000000-0000-0000-0000-000000018403}.Release.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
Loading…
Reference in New Issue