11 строки
613 B
XML
11 строки
613 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<!-- Exclude Zlib symbols from the libHttpClient lib -->
|
|
<HCNoZlib>true</HCNoZlib>
|
|
<!-- Exclude WebSocket APIs from libHttpClient lib, prevents pulling in 3rd party WebSocket dependencies -->
|
|
<HCNoWebSockets>true</HCNoWebSockets>
|
|
<!-- Prevents adding references to libHttpClient's private OpenSSL projects. Be sure to include your own OpenSSL binaries when linking -->
|
|
<HCExternalOpenSSL>true</HCExternalOpenSSL>
|
|
</PropertyGroup>
|
|
</Project> |