Files
geometry/test/ttmath.vsprops
Barend Gehrels 9c23118c37 Added non-const version of get_section
Major changes in distance strategies
Changed double from simplify to template parameter
Added a promote_floating_point
Added a fp_coordinate_type
Added namespaced point in custom example
Added mpl assertion in overlaps (should be done in most algorithms by default)
Added high precision test for various distance algorithms

[SVN r63579]
2010-07-04 10:01:10 +00:00

17 lines
380 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="ttmath"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(TTMATH_ROOT)"
PreprocessorDefinitions="HAVE_TTMATH"
/>
<UserMacro
Name="TTMATH_ROOT"
Value="../../../../boost/geometry/extensions/contrib"
/>
</VisualStudioPropertySheet>