mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
21 lines
412 B
XML
21 lines
412 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="boost"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(BOOST_ROOT)"
|
|
WarningLevel="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories="$(BOOST_ROOT)\lib"
|
|
/>
|
|
<UserMacro
|
|
Name="BOOST_ROOT"
|
|
Value="../../../../../.."
|
|
/>
|
|
</VisualStudioPropertySheet>
|