mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Moved units and experimental to extension
[SVN r70897]
This commit is contained in:
parent
3afcf0bdbf
commit
a980fb6ca5
@ -23,7 +23,6 @@ exe 06_a_transformation_example : 06_a_transformation_example.cpp ;
|
|||||||
exe 06_b_transformation_example : 06_b_transformation_example.cpp ;
|
exe 06_b_transformation_example : 06_b_transformation_example.cpp ;
|
||||||
exe 07_a_graph_route_example : 07_a_graph_route_example.cpp ;
|
exe 07_a_graph_route_example : 07_a_graph_route_example.cpp ;
|
||||||
exe 07_b_graph_route_example : 07_b_graph_route_example.cpp ;
|
exe 07_b_graph_route_example : 07_b_graph_route_example.cpp ;
|
||||||
exe 08_units_example : 08_units_example.cpp ;
|
|
||||||
|
|
||||||
exe c01_custom_point_example : c01_custom_point_example.cpp ;
|
exe c01_custom_point_example : c01_custom_point_example.cpp ;
|
||||||
exe c02_custom_box_example : c02_custom_box_example.cpp ;
|
exe c02_custom_box_example : c02_custom_box_example.cpp ;
|
||||||
|
@ -20,8 +20,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "07_b_graph_route_example",
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "04_boost_example", "04_boost_example.vcproj", "{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "04_boost_example", "04_boost_example.vcproj", "{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "08_units_example", "08_units_example.vcproj", "{3D41FD4E-88B0-4A2A-9884-D434831A236C}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Win32 = Debug|Win32
|
Debug|Win32 = Debug|Win32
|
||||||
@ -68,10 +66,6 @@ Global
|
|||||||
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Debug|Win32.Build.0 = Debug|Win32
|
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Release|Win32.ActiveCfg = Release|Win32
|
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Release|Win32.Build.0 = Release|Win32
|
{6254AA18-1E45-4ECD-B574-D20F97F5BBA3}.Release|Win32.Build.0 = Release|Win32
|
||||||
{3D41FD4E-88B0-4A2A-9884-D434831A236C}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{3D41FD4E-88B0-4A2A-9884-D434831A236C}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{3D41FD4E-88B0-4A2A-9884-D434831A236C}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{3D41FD4E-88B0-4A2A-9884-D434831A236C}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user