forked from Mirrors/freeswitch
13 lines
327 B
XML
13 lines
327 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="curl"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(SolutionDir)libs\curl\include"
|
|
PreprocessorDefinitions="HAVE_CURL;CURL_STATICLIB"
|
|
/>
|
|
</VisualStudioPropertySheet>
|