Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/win32/libcurl.vcxproj @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 <ItemGroup Label="ProjectConfigurations"> | |
| 4 <ProjectConfiguration Include="Debug|Win32"> | |
| 5 <Configuration>Debug</Configuration> | |
| 6 <Platform>Win32</Platform> | |
| 7 </ProjectConfiguration> | |
| 8 <ProjectConfiguration Include="Memento|Win32"> | |
| 9 <Configuration>Memento</Configuration> | |
| 10 <Platform>Win32</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 <ProjectConfiguration Include="Release|Win32"> | |
| 13 <Configuration>Release</Configuration> | |
| 14 <Platform>Win32</Platform> | |
| 15 </ProjectConfiguration> | |
| 16 </ItemGroup> | |
| 17 <PropertyGroup Label="Globals"> | |
| 18 <ProjectName>libcurl</ProjectName> | |
| 19 <ProjectGuid>{87EE9DA4-DE1E-4448-8324-183C98DCA588}</ProjectGuid> | |
| 20 <RootNamespace>libcurl</RootNamespace> | |
| 21 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | |
| 22 </PropertyGroup> | |
| 23 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration"> | |
| 25 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 26 <PlatformToolset>v142</PlatformToolset> | |
| 27 <UseOfMfc>false</UseOfMfc> | |
| 28 <CharacterSet>MultiByte</CharacterSet> | |
| 29 </PropertyGroup> | |
| 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 31 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 32 <PlatformToolset>v142</PlatformToolset> | |
| 33 <UseOfMfc>false</UseOfMfc> | |
| 34 <CharacterSet>MultiByte</CharacterSet> | |
| 35 </PropertyGroup> | |
| 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 37 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 38 <PlatformToolset>v142</PlatformToolset> | |
| 39 <UseOfMfc>false</UseOfMfc> | |
| 40 <CharacterSet>MultiByte</CharacterSet> | |
| 41 </PropertyGroup> | |
| 42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 43 <ImportGroup Label="ExtensionSettings"> | |
| 44 </ImportGroup> | |
| 45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets"> | |
| 46 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 47 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
| 48 </ImportGroup> | |
| 49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
| 52 </ImportGroup> | |
| 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
| 56 </ImportGroup> | |
| 57 <PropertyGroup Label="UserMacros" /> | |
| 58 <PropertyGroup> | |
| 59 <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> | |
| 60 </PropertyGroup> | |
| 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 62 <OutDir>$(Configuration)\</OutDir> | |
| 63 <IntDir>$(Configuration)\$(ProjectName)\</IntDir> | |
| 64 </PropertyGroup> | |
| 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 66 <OutDir>$(Configuration)\</OutDir> | |
| 67 <IntDir>$(Configuration)\$(ProjectName)\</IntDir> | |
| 68 </PropertyGroup> | |
| 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 70 <OutDir>$(Configuration)\</OutDir> | |
| 71 <IntDir>$(Configuration)\$(ProjectName)\</IntDir> | |
| 72 </PropertyGroup> | |
| 73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 74 <Midl> | |
| 75 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 76 <MkTypLibCompatible>true</MkTypLibCompatible> | |
| 77 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 78 <TargetEnvironment>Win32</TargetEnvironment> | |
| 79 <TypeLibraryName>.\Release/libcurl.tlb</TypeLibraryName> | |
| 80 <HeaderFileName /> | |
| 81 </Midl> | |
| 82 <ClCompile> | |
| 83 <Optimization>MaxSpeed</Optimization> | |
| 84 <InlineFunctionExpansion>Default</InlineFunctionExpansion> | |
| 85 <AdditionalIncludeDirectories>.;..\..\thirdparty\curl\include;..\..\thirdparty\curl\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 86 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_SCHANNEL;USE_WINDOWS_SSPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 87 <StringPooling> | |
| 88 </StringPooling> | |
| 89 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 90 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 91 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> | |
| 92 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |
| 93 <ObjectFileName>$(IntDir)</ObjectFileName> | |
| 94 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> | |
| 95 <BrowseInformation>true</BrowseInformation> | |
| 96 <WarningLevel>Level4</WarningLevel> | |
| 97 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 98 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 99 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 100 <MinimalRebuild> | |
| 101 </MinimalRebuild> | |
| 102 </ClCompile> | |
| 103 <ResourceCompile> | |
| 104 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 105 <Culture>0x0409</Culture> | |
| 106 </ResourceCompile> | |
| 107 <Lib> | |
| 108 <AdditionalDependencies>crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 109 </Lib> | |
| 110 <Bscmake> | |
| 111 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 112 <OutputFile>$(OutDir)$(TargetName).bsc</OutputFile> | |
| 113 </Bscmake> | |
| 114 </ItemDefinitionGroup> | |
| 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 116 <Midl> | |
| 117 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 118 <MkTypLibCompatible>true</MkTypLibCompatible> | |
| 119 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 120 <TargetEnvironment>Win32</TargetEnvironment> | |
| 121 <TypeLibraryName>.\Debug/libcurl.tlb</TypeLibraryName> | |
| 122 <HeaderFileName /> | |
| 123 </Midl> | |
| 124 <ClCompile> | |
| 125 <Optimization>Disabled</Optimization> | |
| 126 <AdditionalIncludeDirectories>.;..\..\thirdparty\curl\include;..\..\thirdparty\curl\lib;..\..\thirdparty\curl\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 127 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_SCHANNEL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WINDOWS_SSPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 128 <MinimalRebuild> | |
| 129 </MinimalRebuild> | |
| 130 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 131 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 132 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> | |
| 133 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |
| 134 <ObjectFileName>$(IntDir)</ObjectFileName> | |
| 135 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> | |
| 136 <BrowseInformation>true</BrowseInformation> | |
| 137 <WarningLevel>Level4</WarningLevel> | |
| 138 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 139 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 140 </ClCompile> | |
| 141 <ResourceCompile> | |
| 142 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 143 <Culture>0x0409</Culture> | |
| 144 </ResourceCompile> | |
| 145 <Lib> | |
| 146 <AdditionalDependencies>crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 147 </Lib> | |
| 148 <Bscmake> | |
| 149 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 150 <OutputFile>$(OutDir)$(TargetName).bsc</OutputFile> | |
| 151 </Bscmake> | |
| 152 </ItemDefinitionGroup> | |
| 153 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 154 <Midl> | |
| 155 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 156 <MkTypLibCompatible>true</MkTypLibCompatible> | |
| 157 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 158 <TargetEnvironment>Win32</TargetEnvironment> | |
| 159 <TypeLibraryName>.\Debug/libcurl.tlb</TypeLibraryName> | |
| 160 <HeaderFileName /> | |
| 161 </Midl> | |
| 162 <ClCompile> | |
| 163 <Optimization>Disabled</Optimization> | |
| 164 <AdditionalIncludeDirectories>.;..\..\thirdparty\curl\include;..\..\thirdparty\curl\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 165 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_SCHANNEL;USE_WINDOWS_SSPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 166 <MinimalRebuild> | |
| 167 </MinimalRebuild> | |
| 168 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 169 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 170 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile> | |
| 171 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |
| 172 <ObjectFileName>$(IntDir)</ObjectFileName> | |
| 173 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName> | |
| 174 <BrowseInformation>true</BrowseInformation> | |
| 175 <WarningLevel>Level4</WarningLevel> | |
| 176 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 177 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 178 </ClCompile> | |
| 179 <ResourceCompile> | |
| 180 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 181 <Culture>0x0409</Culture> | |
| 182 </ResourceCompile> | |
| 183 <Lib> | |
| 184 <AdditionalDependencies>crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 185 </Lib> | |
| 186 <Bscmake> | |
| 187 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 188 <OutputFile>$(OutDir)$(TargetName).bsc</OutputFile> | |
| 189 </Bscmake> | |
| 190 </ItemDefinitionGroup> | |
| 191 <ItemGroup> | |
| 192 <ClCompile Include="..\..\thirdparty\curl\lib\altsvc.c" /> | |
| 193 <ClCompile Include="..\..\thirdparty\curl\lib\amigaos.c" /> | |
| 194 <ClCompile Include="..\..\thirdparty\curl\lib\asyn-ares.c" /> | |
| 195 <ClCompile Include="..\..\thirdparty\curl\lib\asyn-thread.c" /> | |
| 196 <ClCompile Include="..\..\thirdparty\curl\lib\base64.c" /> | |
| 197 <ClCompile Include="..\..\thirdparty\curl\lib\conncache.c" /> | |
| 198 <ClCompile Include="..\..\thirdparty\curl\lib\connect.c" /> | |
| 199 <ClCompile Include="..\..\thirdparty\curl\lib\content_encoding.c" /> | |
| 200 <ClCompile Include="..\..\thirdparty\curl\lib\cookie.c" /> | |
| 201 <ClCompile Include="..\..\thirdparty\curl\lib\curl_addrinfo.c" /> | |
| 202 <ClCompile Include="..\..\thirdparty\curl\lib\curl_ctype.c" /> | |
| 203 <ClCompile Include="..\..\thirdparty\curl\lib\curl_des.c" /> | |
| 204 <ClCompile Include="..\..\thirdparty\curl\lib\curl_endian.c" /> | |
| 205 <ClCompile Include="..\..\thirdparty\curl\lib\curl_fnmatch.c" /> | |
| 206 <ClCompile Include="..\..\thirdparty\curl\lib\curl_gethostname.c" /> | |
| 207 <ClCompile Include="..\..\thirdparty\curl\lib\curl_get_line.c" /> | |
| 208 <ClCompile Include="..\..\thirdparty\curl\lib\curl_gssapi.c" /> | |
| 209 <ClCompile Include="..\..\thirdparty\curl\lib\curl_memrchr.c" /> | |
| 210 <ClCompile Include="..\..\thirdparty\curl\lib\curl_multibyte.c" /> | |
| 211 <ClCompile Include="..\..\thirdparty\curl\lib\curl_ntlm_core.c" /> | |
| 212 <ClCompile Include="..\..\thirdparty\curl\lib\curl_ntlm_wb.c" /> | |
| 213 <ClCompile Include="..\..\thirdparty\curl\lib\curl_path.c" /> | |
| 214 <ClCompile Include="..\..\thirdparty\curl\lib\curl_range.c" /> | |
| 215 <ClCompile Include="..\..\thirdparty\curl\lib\curl_rtmp.c" /> | |
| 216 <ClCompile Include="..\..\thirdparty\curl\lib\curl_sasl.c" /> | |
| 217 <ClCompile Include="..\..\thirdparty\curl\lib\curl_sspi.c" /> | |
| 218 <ClCompile Include="..\..\thirdparty\curl\lib\curl_threads.c" /> | |
| 219 <ClCompile Include="..\..\thirdparty\curl\lib\dict.c" /> | |
| 220 <ClCompile Include="..\..\thirdparty\curl\lib\doh.c" /> | |
| 221 <ClCompile Include="..\..\thirdparty\curl\lib\dotdot.c" /> | |
| 222 <ClCompile Include="..\..\thirdparty\curl\lib\easy.c" /> | |
| 223 <ClCompile Include="..\..\thirdparty\curl\lib\escape.c" /> | |
| 224 <ClCompile Include="..\..\thirdparty\curl\lib\file.c" /> | |
| 225 <ClCompile Include="..\..\thirdparty\curl\lib\fileinfo.c" /> | |
| 226 <ClCompile Include="..\..\thirdparty\curl\lib\formdata.c" /> | |
| 227 <ClCompile Include="..\..\thirdparty\curl\lib\ftp.c" /> | |
| 228 <ClCompile Include="..\..\thirdparty\curl\lib\ftplistparser.c" /> | |
| 229 <ClCompile Include="..\..\thirdparty\curl\lib\getenv.c" /> | |
| 230 <ClCompile Include="..\..\thirdparty\curl\lib\getinfo.c" /> | |
| 231 <ClCompile Include="..\..\thirdparty\curl\lib\gopher.c" /> | |
| 232 <ClCompile Include="..\..\thirdparty\curl\lib\hash.c" /> | |
| 233 <ClCompile Include="..\..\thirdparty\curl\lib\hmac.c" /> | |
| 234 <ClCompile Include="..\..\thirdparty\curl\lib\hostasyn.c" /> | |
| 235 <ClCompile Include="..\..\thirdparty\curl\lib\hostcheck.c" /> | |
| 236 <ClCompile Include="..\..\thirdparty\curl\lib\hostip.c" /> | |
| 237 <ClCompile Include="..\..\thirdparty\curl\lib\hostip4.c" /> | |
| 238 <ClCompile Include="..\..\thirdparty\curl\lib\hostip6.c" /> | |
| 239 <ClCompile Include="..\..\thirdparty\curl\lib\hostsyn.c" /> | |
| 240 <ClCompile Include="..\..\thirdparty\curl\lib\http.c" /> | |
| 241 <ClCompile Include="..\..\thirdparty\curl\lib\http2.c" /> | |
| 242 <ClCompile Include="..\..\thirdparty\curl\lib\http_chunks.c" /> | |
| 243 <ClCompile Include="..\..\thirdparty\curl\lib\http_digest.c" /> | |
| 244 <ClCompile Include="..\..\thirdparty\curl\lib\http_negotiate.c" /> | |
| 245 <ClCompile Include="..\..\thirdparty\curl\lib\http_ntlm.c" /> | |
| 246 <ClCompile Include="..\..\thirdparty\curl\lib\http_proxy.c" /> | |
| 247 <ClCompile Include="..\..\thirdparty\curl\lib\idn_win32.c" /> | |
| 248 <ClCompile Include="..\..\thirdparty\curl\lib\if2ip.c" /> | |
| 249 <ClCompile Include="..\..\thirdparty\curl\lib\imap.c" /> | |
| 250 <ClCompile Include="..\..\thirdparty\curl\lib\inet_ntop.c" /> | |
| 251 <ClCompile Include="..\..\thirdparty\curl\lib\inet_pton.c" /> | |
| 252 <ClCompile Include="..\..\thirdparty\curl\lib\krb5.c" /> | |
| 253 <ClCompile Include="..\..\thirdparty\curl\lib\ldap.c" /> | |
| 254 <ClCompile Include="..\..\thirdparty\curl\lib\llist.c" /> | |
| 255 <ClCompile Include="..\..\thirdparty\curl\lib\md4.c" /> | |
| 256 <ClCompile Include="..\..\thirdparty\curl\lib\md5.c" /> | |
| 257 <ClCompile Include="..\..\thirdparty\curl\lib\memdebug.c" /> | |
| 258 <ClCompile Include="..\..\thirdparty\curl\lib\mime.c" /> | |
| 259 <ClCompile Include="..\..\thirdparty\curl\lib\mprintf.c" /> | |
| 260 <ClCompile Include="..\..\thirdparty\curl\lib\multi.c" /> | |
| 261 <ClCompile Include="..\..\thirdparty\curl\lib\netrc.c" /> | |
| 262 <ClCompile Include="..\..\thirdparty\curl\lib\non-ascii.c" /> | |
| 263 <ClCompile Include="..\..\thirdparty\curl\lib\nonblock.c" /> | |
| 264 <ClCompile Include="..\..\thirdparty\curl\lib\nwlib.c" /> | |
| 265 <ClCompile Include="..\..\thirdparty\curl\lib\nwos.c" /> | |
| 266 <ClCompile Include="..\..\thirdparty\curl\lib\openldap.c" /> | |
| 267 <ClCompile Include="..\..\thirdparty\curl\lib\parsedate.c" /> | |
| 268 <ClCompile Include="..\..\thirdparty\curl\lib\pingpong.c" /> | |
| 269 <ClCompile Include="..\..\thirdparty\curl\lib\pop3.c" /> | |
| 270 <ClCompile Include="..\..\thirdparty\curl\lib\progress.c" /> | |
| 271 <ClCompile Include="..\..\thirdparty\curl\lib\psl.c" /> | |
| 272 <ClCompile Include="..\..\thirdparty\curl\lib\rand.c" /> | |
| 273 <ClCompile Include="..\..\thirdparty\curl\lib\rtsp.c" /> | |
| 274 <ClCompile Include="..\..\thirdparty\curl\lib\security.c" /> | |
| 275 <ClCompile Include="..\..\thirdparty\curl\lib\select.c" /> | |
| 276 <ClCompile Include="..\..\thirdparty\curl\lib\sendf.c" /> | |
| 277 <ClCompile Include="..\..\thirdparty\curl\lib\setopt.c" /> | |
| 278 <ClCompile Include="..\..\thirdparty\curl\lib\sha256.c" /> | |
| 279 <ClCompile Include="..\..\thirdparty\curl\lib\share.c" /> | |
| 280 <ClCompile Include="..\..\thirdparty\curl\lib\slist.c" /> | |
| 281 <ClCompile Include="..\..\thirdparty\curl\lib\smb.c" /> | |
| 282 <ClCompile Include="..\..\thirdparty\curl\lib\smtp.c" /> | |
| 283 <ClCompile Include="..\..\thirdparty\curl\lib\socks.c" /> | |
| 284 <ClCompile Include="..\..\thirdparty\curl\lib\socks_gssapi.c" /> | |
| 285 <ClCompile Include="..\..\thirdparty\curl\lib\socks_sspi.c" /> | |
| 286 <ClCompile Include="..\..\thirdparty\curl\lib\speedcheck.c" /> | |
| 287 <ClCompile Include="..\..\thirdparty\curl\lib\splay.c" /> | |
| 288 <ClCompile Include="..\..\thirdparty\curl\lib\strcase.c" /> | |
| 289 <ClCompile Include="..\..\thirdparty\curl\lib\strdup.c" /> | |
| 290 <ClCompile Include="..\..\thirdparty\curl\lib\strerror.c" /> | |
| 291 <ClCompile Include="..\..\thirdparty\curl\lib\strtok.c" /> | |
| 292 <ClCompile Include="..\..\thirdparty\curl\lib\strtoofft.c" /> | |
| 293 <ClCompile Include="..\..\thirdparty\curl\lib\system_win32.c" /> | |
| 294 <ClCompile Include="..\..\thirdparty\curl\lib\telnet.c" /> | |
| 295 <ClCompile Include="..\..\thirdparty\curl\lib\tftp.c" /> | |
| 296 <ClCompile Include="..\..\thirdparty\curl\lib\timeval.c" /> | |
| 297 <ClCompile Include="..\..\thirdparty\curl\lib\transfer.c" /> | |
| 298 <ClCompile Include="..\..\thirdparty\curl\lib\url.c" /> | |
| 299 <ClCompile Include="..\..\thirdparty\curl\lib\urlapi.c" /> | |
| 300 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\cleartext.c" /> | |
| 301 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\cram.c" /> | |
| 302 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\digest.c" /> | |
| 303 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\digest_sspi.c" /> | |
| 304 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\krb5_gssapi.c" /> | |
| 305 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\krb5_sspi.c" /> | |
| 306 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\ntlm.c" /> | |
| 307 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\ntlm_sspi.c" /> | |
| 308 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\oauth2.c" /> | |
| 309 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\spnego_gssapi.c" /> | |
| 310 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\spnego_sspi.c" /> | |
| 311 <ClCompile Include="..\..\thirdparty\curl\lib\vauth\vauth.c" /> | |
| 312 <ClCompile Include="..\..\thirdparty\curl\lib\version.c" /> | |
| 313 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\gskit.c" /> | |
| 314 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\gtls.c" /> | |
| 315 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\mbedtls.c" /> | |
| 316 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\mesalink.c" /> | |
| 317 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\nss.c" /> | |
| 318 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\openssl.c" /> | |
| 319 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\polarssl.c" /> | |
| 320 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\polarssl_threadlock.c" /> | |
| 321 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\schannel.c" /> | |
| 322 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\schannel_verify.c" /> | |
| 323 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\sectransp.c" /> | |
| 324 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\vtls.c" /> | |
| 325 <ClCompile Include="..\..\thirdparty\curl\lib\vtls\wolfssl.c" /> | |
| 326 <ClCompile Include="..\..\thirdparty\curl\lib\warnless.c" /> | |
| 327 <ClCompile Include="..\..\thirdparty\curl\lib\wildcard.c" /> | |
| 328 <ClCompile Include="..\..\thirdparty\curl\lib\x509asn1.c" /> | |
| 329 </ItemGroup> | |
| 330 <ItemGroup> | |
| 331 <ClInclude Include="..\..\thirdparty\curl\include\curl\curl.h" /> | |
| 332 <ClInclude Include="..\..\thirdparty\curl\include\curl\curlver.h" /> | |
| 333 <ClInclude Include="..\..\thirdparty\curl\include\curl\easy.h" /> | |
| 334 <ClInclude Include="..\..\thirdparty\curl\include\curl\mprintf.h" /> | |
| 335 <ClInclude Include="..\..\thirdparty\curl\include\curl\multi.h" /> | |
| 336 <ClInclude Include="..\..\thirdparty\curl\include\curl\stdcheaders.h" /> | |
| 337 <ClInclude Include="..\..\thirdparty\curl\include\curl\system.h" /> | |
| 338 <ClInclude Include="..\..\thirdparty\curl\include\curl\typecheck-gcc.h" /> | |
| 339 <ClInclude Include="..\..\thirdparty\curl\include\curl\urlapi.h" /> | |
| 340 <ClInclude Include="..\..\thirdparty\curl\lib\altsvc.h" /> | |
| 341 <ClInclude Include="..\..\thirdparty\curl\lib\amigaos.h" /> | |
| 342 <ClInclude Include="..\..\thirdparty\curl\lib\arpa_telnet.h" /> | |
| 343 <ClInclude Include="..\..\thirdparty\curl\lib\asyn.h" /> | |
| 344 <ClInclude Include="..\..\thirdparty\curl\lib\config-amigaos.h" /> | |
| 345 <ClInclude Include="..\..\thirdparty\curl\lib\config-dos.h" /> | |
| 346 <ClInclude Include="..\..\thirdparty\curl\lib\config-mac.h" /> | |
| 347 <ClInclude Include="..\..\thirdparty\curl\lib\config-os400.h" /> | |
| 348 <ClInclude Include="..\..\thirdparty\curl\lib\config-plan9.h" /> | |
| 349 <ClInclude Include="..\..\thirdparty\curl\lib\config-riscos.h" /> | |
| 350 <ClInclude Include="..\..\thirdparty\curl\lib\config-symbian.h" /> | |
| 351 <ClInclude Include="..\..\thirdparty\curl\lib\config-tpf.h" /> | |
| 352 <ClInclude Include="..\..\thirdparty\curl\lib\config-vxworks.h" /> | |
| 353 <ClInclude Include="..\..\thirdparty\curl\lib\config-win32.h" /> | |
| 354 <ClInclude Include="..\..\thirdparty\curl\lib\config-win32ce.h" /> | |
| 355 <ClInclude Include="..\..\thirdparty\curl\lib\conncache.h" /> | |
| 356 <ClInclude Include="..\..\thirdparty\curl\lib\connect.h" /> | |
| 357 <ClInclude Include="..\..\thirdparty\curl\lib\content_encoding.h" /> | |
| 358 <ClInclude Include="..\..\thirdparty\curl\lib\cookie.h" /> | |
| 359 <ClInclude Include="..\..\thirdparty\curl\lib\curlx.h" /> | |
| 360 <ClInclude Include="..\..\thirdparty\curl\lib\curl_addrinfo.h" /> | |
| 361 <ClInclude Include="..\..\thirdparty\curl\lib\curl_base64.h" /> | |
| 362 <ClInclude Include="..\..\thirdparty\curl\lib\curl_ctype.h" /> | |
| 363 <ClInclude Include="..\..\thirdparty\curl\lib\curl_des.h" /> | |
| 364 <ClInclude Include="..\..\thirdparty\curl\lib\curl_endian.h" /> | |
| 365 <ClInclude Include="..\..\thirdparty\curl\lib\curl_fnmatch.h" /> | |
| 366 <ClInclude Include="..\..\thirdparty\curl\lib\curl_gethostname.h" /> | |
| 367 <ClInclude Include="..\..\thirdparty\curl\lib\curl_get_line.h" /> | |
| 368 <ClInclude Include="..\..\thirdparty\curl\lib\curl_gssapi.h" /> | |
| 369 <ClInclude Include="..\..\thirdparty\curl\lib\curl_hmac.h" /> | |
| 370 <ClInclude Include="..\..\thirdparty\curl\lib\curl_ldap.h" /> | |
| 371 <ClInclude Include="..\..\thirdparty\curl\lib\curl_md4.h" /> | |
| 372 <ClInclude Include="..\..\thirdparty\curl\lib\curl_md5.h" /> | |
| 373 <ClInclude Include="..\..\thirdparty\curl\lib\curl_memory.h" /> | |
| 374 <ClInclude Include="..\..\thirdparty\curl\lib\curl_memrchr.h" /> | |
| 375 <ClInclude Include="..\..\thirdparty\curl\lib\curl_multibyte.h" /> | |
| 376 <ClInclude Include="..\..\thirdparty\curl\lib\curl_ntlm_core.h" /> | |
| 377 <ClInclude Include="..\..\thirdparty\curl\lib\curl_ntlm_wb.h" /> | |
| 378 <ClInclude Include="..\..\thirdparty\curl\lib\curl_path.h" /> | |
| 379 <ClInclude Include="..\..\thirdparty\curl\lib\curl_printf.h" /> | |
| 380 <ClInclude Include="..\..\thirdparty\curl\lib\curl_range.h" /> | |
| 381 <ClInclude Include="..\..\thirdparty\curl\lib\curl_rtmp.h" /> | |
| 382 <ClInclude Include="..\..\thirdparty\curl\lib\curl_sasl.h" /> | |
| 383 <ClInclude Include="..\..\thirdparty\curl\lib\curl_sec.h" /> | |
| 384 <ClInclude Include="..\..\thirdparty\curl\lib\curl_setup.h" /> | |
| 385 <ClInclude Include="..\..\thirdparty\curl\lib\curl_setup_once.h" /> | |
| 386 <ClInclude Include="..\..\thirdparty\curl\lib\curl_sha256.h" /> | |
| 387 <ClInclude Include="..\..\thirdparty\curl\lib\curl_sspi.h" /> | |
| 388 <ClInclude Include="..\..\thirdparty\curl\lib\curl_threads.h" /> | |
| 389 <ClInclude Include="..\..\thirdparty\curl\lib\dict.h" /> | |
| 390 <ClInclude Include="..\..\thirdparty\curl\lib\doh.h" /> | |
| 391 <ClInclude Include="..\..\thirdparty\curl\lib\dotdot.h" /> | |
| 392 <ClInclude Include="..\..\thirdparty\curl\lib\easyif.h" /> | |
| 393 <ClInclude Include="..\..\thirdparty\curl\lib\escape.h" /> | |
| 394 <ClInclude Include="..\..\thirdparty\curl\lib\file.h" /> | |
| 395 <ClInclude Include="..\..\thirdparty\curl\lib\fileinfo.h" /> | |
| 396 <ClInclude Include="..\..\thirdparty\curl\lib\formdata.h" /> | |
| 397 <ClInclude Include="..\..\thirdparty\curl\lib\ftp.h" /> | |
| 398 <ClInclude Include="..\..\thirdparty\curl\lib\ftplistparser.h" /> | |
| 399 <ClInclude Include="..\..\thirdparty\curl\lib\getinfo.h" /> | |
| 400 <ClInclude Include="..\..\thirdparty\curl\lib\gopher.h" /> | |
| 401 <ClInclude Include="..\..\thirdparty\curl\lib\hash.h" /> | |
| 402 <ClInclude Include="..\..\thirdparty\curl\lib\hostcheck.h" /> | |
| 403 <ClInclude Include="..\..\thirdparty\curl\lib\hostip.h" /> | |
| 404 <ClInclude Include="..\..\thirdparty\curl\lib\http.h" /> | |
| 405 <ClInclude Include="..\..\thirdparty\curl\lib\http2.h" /> | |
| 406 <ClInclude Include="..\..\thirdparty\curl\lib\http_chunks.h" /> | |
| 407 <ClInclude Include="..\..\thirdparty\curl\lib\http_digest.h" /> | |
| 408 <ClInclude Include="..\..\thirdparty\curl\lib\http_negotiate.h" /> | |
| 409 <ClInclude Include="..\..\thirdparty\curl\lib\http_ntlm.h" /> | |
| 410 <ClInclude Include="..\..\thirdparty\curl\lib\http_proxy.h" /> | |
| 411 <ClInclude Include="..\..\thirdparty\curl\lib\if2ip.h" /> | |
| 412 <ClInclude Include="..\..\thirdparty\curl\lib\imap.h" /> | |
| 413 <ClInclude Include="..\..\thirdparty\curl\lib\inet_ntop.h" /> | |
| 414 <ClInclude Include="..\..\thirdparty\curl\lib\inet_pton.h" /> | |
| 415 <ClInclude Include="..\..\thirdparty\curl\lib\llist.h" /> | |
| 416 <ClInclude Include="..\..\thirdparty\curl\lib\memdebug.h" /> | |
| 417 <ClInclude Include="..\..\thirdparty\curl\lib\mime.h" /> | |
| 418 <ClInclude Include="..\..\thirdparty\curl\lib\multihandle.h" /> | |
| 419 <ClInclude Include="..\..\thirdparty\curl\lib\multiif.h" /> | |
| 420 <ClInclude Include="..\..\thirdparty\curl\lib\netrc.h" /> | |
| 421 <ClInclude Include="..\..\thirdparty\curl\lib\non-ascii.h" /> | |
| 422 <ClInclude Include="..\..\thirdparty\curl\lib\nonblock.h" /> | |
| 423 <ClInclude Include="..\..\thirdparty\curl\lib\parsedate.h" /> | |
| 424 <ClInclude Include="..\..\thirdparty\curl\lib\pingpong.h" /> | |
| 425 <ClInclude Include="..\..\thirdparty\curl\lib\pop3.h" /> | |
| 426 <ClInclude Include="..\..\thirdparty\curl\lib\progress.h" /> | |
| 427 <ClInclude Include="..\..\thirdparty\curl\lib\psl.h" /> | |
| 428 <ClInclude Include="..\..\thirdparty\curl\lib\quic.h" /> | |
| 429 <ClInclude Include="..\..\thirdparty\curl\lib\rand.h" /> | |
| 430 <ClInclude Include="..\..\thirdparty\curl\lib\rtsp.h" /> | |
| 431 <ClInclude Include="..\..\thirdparty\curl\lib\select.h" /> | |
| 432 <ClInclude Include="..\..\thirdparty\curl\lib\sendf.h" /> | |
| 433 <ClInclude Include="..\..\thirdparty\curl\lib\setopt.h" /> | |
| 434 <ClInclude Include="..\..\thirdparty\curl\lib\setup-os400.h" /> | |
| 435 <ClInclude Include="..\..\thirdparty\curl\lib\setup-vms.h" /> | |
| 436 <ClInclude Include="..\..\thirdparty\curl\lib\share.h" /> | |
| 437 <ClInclude Include="..\..\thirdparty\curl\lib\sigpipe.h" /> | |
| 438 <ClInclude Include="..\..\thirdparty\curl\lib\slist.h" /> | |
| 439 <ClInclude Include="..\..\thirdparty\curl\lib\smb.h" /> | |
| 440 <ClInclude Include="..\..\thirdparty\curl\lib\smtp.h" /> | |
| 441 <ClInclude Include="..\..\thirdparty\curl\lib\sockaddr.h" /> | |
| 442 <ClInclude Include="..\..\thirdparty\curl\lib\socks.h" /> | |
| 443 <ClInclude Include="..\..\thirdparty\curl\lib\speedcheck.h" /> | |
| 444 <ClInclude Include="..\..\thirdparty\curl\lib\splay.h" /> | |
| 445 <ClInclude Include="..\..\thirdparty\curl\lib\strcase.h" /> | |
| 446 <ClInclude Include="..\..\thirdparty\curl\lib\strdup.h" /> | |
| 447 <ClInclude Include="..\..\thirdparty\curl\lib\strerror.h" /> | |
| 448 <ClInclude Include="..\..\thirdparty\curl\lib\strtok.h" /> | |
| 449 <ClInclude Include="..\..\thirdparty\curl\lib\strtoofft.h" /> | |
| 450 <ClInclude Include="..\..\thirdparty\curl\lib\system_win32.h" /> | |
| 451 <ClInclude Include="..\..\thirdparty\curl\lib\telnet.h" /> | |
| 452 <ClInclude Include="..\..\thirdparty\curl\lib\tftp.h" /> | |
| 453 <ClInclude Include="..\..\thirdparty\curl\lib\timeval.h" /> | |
| 454 <ClInclude Include="..\..\thirdparty\curl\lib\transfer.h" /> | |
| 455 <ClInclude Include="..\..\thirdparty\curl\lib\url.h" /> | |
| 456 <ClInclude Include="..\..\thirdparty\curl\lib\urlapi-int.h" /> | |
| 457 <ClInclude Include="..\..\thirdparty\curl\lib\urldata.h" /> | |
| 458 <ClInclude Include="..\..\thirdparty\curl\lib\vauth\digest.h" /> | |
| 459 <ClInclude Include="..\..\thirdparty\curl\lib\vauth\ntlm.h" /> | |
| 460 <ClInclude Include="..\..\thirdparty\curl\lib\vauth\vauth.h" /> | |
| 461 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\gskit.h" /> | |
| 462 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\gtls.h" /> | |
| 463 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\mbedtls.h" /> | |
| 464 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\mesalink.h" /> | |
| 465 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\nssg.h" /> | |
| 466 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\openssl.h" /> | |
| 467 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\polarssl.h" /> | |
| 468 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\polarssl_threadlock.h" /> | |
| 469 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\schannel.h" /> | |
| 470 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\sectransp.h" /> | |
| 471 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\vtls.h" /> | |
| 472 <ClInclude Include="..\..\thirdparty\curl\lib\vtls\wolfssl.h" /> | |
| 473 <ClInclude Include="..\..\thirdparty\curl\lib\warnless.h" /> | |
| 474 <ClInclude Include="..\..\thirdparty\curl\lib\wildcard.h" /> | |
| 475 <ClInclude Include="..\..\thirdparty\curl\lib\x509asn1.h" /> | |
| 476 </ItemGroup> | |
| 477 <ItemGroup> | |
| 478 <None Include="..\..\thirdparty\curl\lib\firefox-db2pem.sh" /> | |
| 479 </ItemGroup> | |
| 480 <ItemGroup> | |
| 481 <ResourceCompile Include="..\..\thirdparty\curl\lib\libcurl.rc" /> | |
| 482 </ItemGroup> | |
| 483 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 484 <ImportGroup Label="ExtensionTargets"> | |
| 485 </ImportGroup> | |
| 486 </Project> |
