-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurl-version.props
32 lines (32 loc) · 1.23 KB
/
curl-version.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="buildpackages.task" />
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<curlVersion>7.61.0</curlVersion>
<curlLibDir>$(BaseDir)curl-$(curlVersion)</curlLibDir>
</PropertyGroup>
<PropertyGroup>
<curlVersionImported>true</curlVersionImported>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="curlVersion">
<Value>$(curlVersion)</Value>
</BuildMacro>
</ItemGroup>
<ImportGroup Label="PropertySheets">
<Import Project="curl.download.target" Condition=" '$(curlDownloadTarget_Imported)' == '' "/>
</ImportGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>HAVE_ZLIB_H;HAVE_ZLIB;HAVE_LIBZ;_USRDLL;BUILDING_LIBCURL;USE_SSLEAY;USE_OPENSSL;CURL_DISABLE_LDAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>