1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="libcurl" 6 ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" 7 SccProjectName="" 8 SccLocalPath=""> 9 <Platforms> 10 <Platform 11 Name="Win32"/> 12 </Platforms> 13 <Configurations> 14 <Configuration 15 Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32" 16 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 17 IntermediateDirectory="$(OutDir)\lib" 18 ConfigurationType="2" 19 UseOfMFC="0" 20 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 21 <Tool 22 Name="VCCLCompilerTool" 23 AdditionalOptions="/EHsc " 24 InlineFunctionExpansion="1" 25 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 26 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 27 StringPooling="TRUE" 28 RuntimeLibrary="2" 29 EnableFunctionLevelLinking="TRUE" 30 WarningLevel="3" 31 SuppressStartupBanner="TRUE" 32 CompileAs="0"/> 33 <Tool 34 Name="VCCustomBuildTool"/> 35 <Tool 36 Name="VCLinkerTool" 37 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 38 AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2.lib" 39 OutputFile="$(OutDir)\$(ProjectName).dll" 40 LinkIncremental="1" 41 SuppressStartupBanner="TRUE" 42 AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Release" 43 SetChecksum="TRUE" 44 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 45 <Tool 46 Name="VCMIDLTool" 47 PreprocessorDefinitions="NDEBUG" 48 SuppressStartupBanner="TRUE" 49 TargetEnvironment="1" 50 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 51 <Tool 52 Name="VCPostBuildEventTool"/> 53 <Tool 54 Name="VCPreBuildEventTool"/> 55 <Tool 56 Name="VCPreLinkEventTool"/> 57 <Tool 58 Name="VCResourceCompilerTool" 59 PreprocessorDefinitions="NDEBUG" 60 Culture="1033"/> 61 <Tool 62 Name="VCWebServiceProxyGeneratorTool"/> 63 <Tool 64 Name="VCXMLDataGeneratorTool"/> 65 <Tool 66 Name="VCWebDeploymentTool"/> 67 <Tool 68 Name="VCManagedWrapperGeneratorTool"/> 69 <Tool 70 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 71 </Configuration> 72 <Configuration 73 Name="DLL Debug - DLL OpenSSL|Win32" 74 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 75 IntermediateDirectory="$(OutDir)\lib" 76 ConfigurationType="2" 77 UseOfMFC="0" 78 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 79 <Tool 80 Name="VCCLCompilerTool" 81 AdditionalOptions="/EHsc " 82 Optimization="0" 83 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 84 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL" 85 BasicRuntimeChecks="3" 86 RuntimeLibrary="3" 87 WarningLevel="3" 88 SuppressStartupBanner="TRUE" 89 DebugInformationFormat="3" 90 CompileAs="0"/> 91 <Tool 92 Name="VCCustomBuildTool"/> 93 <Tool 94 Name="VCLinkerTool" 95 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 96 AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib" 97 OutputFile="$(OutDir)\$(ProjectName)d.dll" 98 LinkIncremental="1" 99 SuppressStartupBanner="TRUE" 100 AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug" 101 GenerateDebugInformation="TRUE" 102 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 103 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 104 <Tool 105 Name="VCMIDLTool" 106 PreprocessorDefinitions="_DEBUG" 107 SuppressStartupBanner="TRUE" 108 TargetEnvironment="1" 109 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 110 <Tool 111 Name="VCPostBuildEventTool"/> 112 <Tool 113 Name="VCPreBuildEventTool"/> 114 <Tool 115 Name="VCPreLinkEventTool"/> 116 <Tool 117 Name="VCResourceCompilerTool" 118 PreprocessorDefinitions="_DEBUG" 119 Culture="1033"/> 120 <Tool 121 Name="VCWebServiceProxyGeneratorTool"/> 122 <Tool 123 Name="VCXMLDataGeneratorTool"/> 124 <Tool 125 Name="VCWebDeploymentTool"/> 126 <Tool 127 Name="VCManagedWrapperGeneratorTool"/> 128 <Tool 129 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 130 </Configuration> 131 <Configuration 132 Name="DLL Debug|Win32" 133 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 134 IntermediateDirectory="$(OutDir)\lib" 135 ConfigurationType="2" 136 UseOfMFC="0" 137 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 138 <Tool 139 Name="VCCLCompilerTool" 140 AdditionalOptions="/EHsc " 141 Optimization="0" 142 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 143 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD" 144 BasicRuntimeChecks="3" 145 RuntimeLibrary="3" 146 WarningLevel="3" 147 SuppressStartupBanner="TRUE" 148 DebugInformationFormat="3" 149 CompileAs="0"/> 150 <Tool 151 Name="VCCustomBuildTool"/> 152 <Tool 153 Name="VCLinkerTool" 154 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 155 AdditionalDependencies="wldap32.lib ws2_32.lib" 156 OutputFile="$(OutDir)\$(ProjectName)d.dll" 157 LinkIncremental="1" 158 SuppressStartupBanner="TRUE" 159 GenerateDebugInformation="TRUE" 160 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 161 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 162 <Tool 163 Name="VCMIDLTool" 164 PreprocessorDefinitions="_DEBUG" 165 SuppressStartupBanner="TRUE" 166 TargetEnvironment="1" 167 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 168 <Tool 169 Name="VCPostBuildEventTool"/> 170 <Tool 171 Name="VCPreBuildEventTool"/> 172 <Tool 173 Name="VCPreLinkEventTool"/> 174 <Tool 175 Name="VCResourceCompilerTool" 176 PreprocessorDefinitions="_DEBUG" 177 Culture="1033"/> 178 <Tool 179 Name="VCWebServiceProxyGeneratorTool"/> 180 <Tool 181 Name="VCXMLDataGeneratorTool"/> 182 <Tool 183 Name="VCWebDeploymentTool"/> 184 <Tool 185 Name="VCManagedWrapperGeneratorTool"/> 186 <Tool 187 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 188 </Configuration> 189 <Configuration 190 Name="LIB Release - DLL OpenSSL|Win32" 191 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 192 IntermediateDirectory="$(OutDir)\lib" 193 ConfigurationType="4" 194 UseOfMFC="0" 195 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 196 <Tool 197 Name="VCCLCompilerTool" 198 AdditionalOptions="/EHsc " 199 InlineFunctionExpansion="1" 200 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 201 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL" 202 StringPooling="TRUE" 203 RuntimeLibrary="2" 204 EnableFunctionLevelLinking="TRUE" 205 WarningLevel="3" 206 SuppressStartupBanner="TRUE" 207 CompileAs="0"/> 208 <Tool 209 Name="VCCustomBuildTool"/> 210 <Tool 211 Name="VCLibrarianTool" 212 AdditionalOptions="/machine:I386 " 213 OutputFile="$(OutDir)\$(ProjectName).lib" 214 SuppressStartupBanner="TRUE"/> 215 <Tool 216 Name="VCMIDLTool"/> 217 <Tool 218 Name="VCPostBuildEventTool"/> 219 <Tool 220 Name="VCPreBuildEventTool"/> 221 <Tool 222 Name="VCPreLinkEventTool"/> 223 <Tool 224 Name="VCResourceCompilerTool" 225 PreprocessorDefinitions="NDEBUG" 226 Culture="1033"/> 227 <Tool 228 Name="VCWebServiceProxyGeneratorTool"/> 229 <Tool 230 Name="VCXMLDataGeneratorTool"/> 231 <Tool 232 Name="VCManagedWrapperGeneratorTool"/> 233 <Tool 234 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 235 </Configuration> 236 <Configuration 237 Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32" 238 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 239 IntermediateDirectory="$(OutDir)\lib" 240 ConfigurationType="4" 241 UseOfMFC="0" 242 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 243 <Tool 244 Name="VCCLCompilerTool" 245 AdditionalOptions="/EHsc " 246 Optimization="0" 247 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 248 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 249 BasicRuntimeChecks="3" 250 RuntimeLibrary="3" 251 WarningLevel="3" 252 SuppressStartupBanner="TRUE" 253 DebugInformationFormat="3" 254 CompileAs="0"/> 255 <Tool 256 Name="VCCustomBuildTool"/> 257 <Tool 258 Name="VCLibrarianTool" 259 AdditionalOptions="/machine:I386 " 260 OutputFile="$(OutDir)\$(ProjectName)d.lib" 261 SuppressStartupBanner="TRUE"/> 262 <Tool 263 Name="VCMIDLTool"/> 264 <Tool 265 Name="VCPostBuildEventTool"/> 266 <Tool 267 Name="VCPreBuildEventTool"/> 268 <Tool 269 Name="VCPreLinkEventTool"/> 270 <Tool 271 Name="VCResourceCompilerTool" 272 PreprocessorDefinitions="_DEBUG" 273 Culture="1033"/> 274 <Tool 275 Name="VCWebServiceProxyGeneratorTool"/> 276 <Tool 277 Name="VCXMLDataGeneratorTool"/> 278 <Tool 279 Name="VCManagedWrapperGeneratorTool"/> 280 <Tool 281 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 282 </Configuration> 283 <Configuration 284 Name="DLL Release|Win32" 285 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 286 IntermediateDirectory="$(OutDir)\lib" 287 ConfigurationType="2" 288 UseOfMFC="0" 289 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 290 <Tool 291 Name="VCCLCompilerTool" 292 AdditionalOptions="/EHsc " 293 InlineFunctionExpansion="1" 294 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 295 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL" 296 StringPooling="TRUE" 297 RuntimeLibrary="2" 298 EnableFunctionLevelLinking="TRUE" 299 WarningLevel="3" 300 SuppressStartupBanner="TRUE" 301 CompileAs="0"/> 302 <Tool 303 Name="VCCustomBuildTool"/> 304 <Tool 305 Name="VCLinkerTool" 306 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 307 AdditionalDependencies="wldap32.lib ws2_32.lib" 308 OutputFile="$(OutDir)\$(ProjectName).dll" 309 LinkIncremental="1" 310 SuppressStartupBanner="TRUE" 311 SetChecksum="TRUE" 312 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 313 <Tool 314 Name="VCMIDLTool" 315 PreprocessorDefinitions="NDEBUG" 316 SuppressStartupBanner="TRUE" 317 TargetEnvironment="1" 318 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 319 <Tool 320 Name="VCPostBuildEventTool"/> 321 <Tool 322 Name="VCPreBuildEventTool"/> 323 <Tool 324 Name="VCPreLinkEventTool"/> 325 <Tool 326 Name="VCResourceCompilerTool" 327 PreprocessorDefinitions="NDEBUG" 328 Culture="1033"/> 329 <Tool 330 Name="VCWebServiceProxyGeneratorTool"/> 331 <Tool 332 Name="VCXMLDataGeneratorTool"/> 333 <Tool 334 Name="VCWebDeploymentTool"/> 335 <Tool 336 Name="VCManagedWrapperGeneratorTool"/> 337 <Tool 338 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 339 </Configuration> 340 <Configuration 341 Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32" 342 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 343 IntermediateDirectory="$(OutDir)\lib" 344 ConfigurationType="4" 345 UseOfMFC="0" 346 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 347 <Tool 348 Name="VCCLCompilerTool" 349 AdditionalOptions="/EHsc " 350 Optimization="0" 351 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 352 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 353 BasicRuntimeChecks="3" 354 RuntimeLibrary="3" 355 WarningLevel="3" 356 SuppressStartupBanner="TRUE" 357 DebugInformationFormat="3" 358 CompileAs="0"/> 359 <Tool 360 Name="VCCustomBuildTool"/> 361 <Tool 362 Name="VCLibrarianTool" 363 AdditionalOptions="/machine:I386 " 364 OutputFile="$(OutDir)\$(ProjectName)d.lib" 365 SuppressStartupBanner="TRUE"/> 366 <Tool 367 Name="VCMIDLTool"/> 368 <Tool 369 Name="VCPostBuildEventTool"/> 370 <Tool 371 Name="VCPreBuildEventTool"/> 372 <Tool 373 Name="VCPreLinkEventTool"/> 374 <Tool 375 Name="VCResourceCompilerTool" 376 PreprocessorDefinitions="_DEBUG" 377 Culture="1033"/> 378 <Tool 379 Name="VCWebServiceProxyGeneratorTool"/> 380 <Tool 381 Name="VCXMLDataGeneratorTool"/> 382 <Tool 383 Name="VCManagedWrapperGeneratorTool"/> 384 <Tool 385 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 386 </Configuration> 387 <Configuration 388 Name="LIB Debug - DLL Windows SSPI|Win32" 389 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 390 IntermediateDirectory="$(OutDir)\lib" 391 ConfigurationType="4" 392 UseOfMFC="0" 393 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 394 <Tool 395 Name="VCCLCompilerTool" 396 AdditionalOptions="/EHsc " 397 Optimization="0" 398 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 399 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL" 400 BasicRuntimeChecks="3" 401 RuntimeLibrary="3" 402 WarningLevel="3" 403 SuppressStartupBanner="TRUE" 404 DebugInformationFormat="3" 405 CompileAs="0"/> 406 <Tool 407 Name="VCCustomBuildTool"/> 408 <Tool 409 Name="VCLibrarianTool" 410 AdditionalOptions="/machine:I386 " 411 OutputFile="$(OutDir)\$(ProjectName)d.lib" 412 SuppressStartupBanner="TRUE"/> 413 <Tool 414 Name="VCMIDLTool"/> 415 <Tool 416 Name="VCPostBuildEventTool"/> 417 <Tool 418 Name="VCPreBuildEventTool"/> 419 <Tool 420 Name="VCPreLinkEventTool"/> 421 <Tool 422 Name="VCResourceCompilerTool" 423 PreprocessorDefinitions="_DEBUG" 424 Culture="1033"/> 425 <Tool 426 Name="VCWebServiceProxyGeneratorTool"/> 427 <Tool 428 Name="VCXMLDataGeneratorTool"/> 429 <Tool 430 Name="VCManagedWrapperGeneratorTool"/> 431 <Tool 432 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 433 </Configuration> 434 <Configuration 435 Name="LIB Debug - DLL OpenSSL|Win32" 436 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 437 IntermediateDirectory="$(OutDir)\lib" 438 ConfigurationType="4" 439 UseOfMFC="0" 440 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 441 <Tool 442 Name="VCCLCompilerTool" 443 AdditionalOptions="/EHsc " 444 Optimization="0" 445 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 446 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL" 447 BasicRuntimeChecks="3" 448 RuntimeLibrary="3" 449 WarningLevel="3" 450 SuppressStartupBanner="TRUE" 451 DebugInformationFormat="3" 452 CompileAs="0"/> 453 <Tool 454 Name="VCCustomBuildTool"/> 455 <Tool 456 Name="VCLibrarianTool" 457 AdditionalOptions="/machine:I386 " 458 OutputFile="$(OutDir)\$(ProjectName)d.lib" 459 SuppressStartupBanner="TRUE"/> 460 <Tool 461 Name="VCMIDLTool"/> 462 <Tool 463 Name="VCPostBuildEventTool"/> 464 <Tool 465 Name="VCPreBuildEventTool"/> 466 <Tool 467 Name="VCPreLinkEventTool"/> 468 <Tool 469 Name="VCResourceCompilerTool" 470 PreprocessorDefinitions="_DEBUG" 471 Culture="1033"/> 472 <Tool 473 Name="VCWebServiceProxyGeneratorTool"/> 474 <Tool 475 Name="VCXMLDataGeneratorTool"/> 476 <Tool 477 Name="VCManagedWrapperGeneratorTool"/> 478 <Tool 479 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 480 </Configuration> 481 <Configuration 482 Name="DLL Release - DLL Windows SSPI|Win32" 483 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 484 IntermediateDirectory="$(OutDir)\lib" 485 ConfigurationType="2" 486 UseOfMFC="0" 487 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 488 <Tool 489 Name="VCCLCompilerTool" 490 AdditionalOptions="/EHsc " 491 InlineFunctionExpansion="1" 492 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 493 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL" 494 StringPooling="TRUE" 495 RuntimeLibrary="2" 496 EnableFunctionLevelLinking="TRUE" 497 WarningLevel="3" 498 SuppressStartupBanner="TRUE" 499 CompileAs="0"/> 500 <Tool 501 Name="VCCustomBuildTool"/> 502 <Tool 503 Name="VCLinkerTool" 504 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 505 AdditionalDependencies="wldap32.lib ws2_32.lib" 506 OutputFile="$(OutDir)\$(ProjectName).dll" 507 LinkIncremental="1" 508 SuppressStartupBanner="TRUE" 509 SetChecksum="TRUE" 510 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 511 <Tool 512 Name="VCMIDLTool" 513 PreprocessorDefinitions="NDEBUG" 514 SuppressStartupBanner="TRUE" 515 TargetEnvironment="1" 516 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 517 <Tool 518 Name="VCPostBuildEventTool"/> 519 <Tool 520 Name="VCPreBuildEventTool"/> 521 <Tool 522 Name="VCPreLinkEventTool"/> 523 <Tool 524 Name="VCResourceCompilerTool" 525 PreprocessorDefinitions="NDEBUG" 526 Culture="1033"/> 527 <Tool 528 Name="VCWebServiceProxyGeneratorTool"/> 529 <Tool 530 Name="VCXMLDataGeneratorTool"/> 531 <Tool 532 Name="VCWebDeploymentTool"/> 533 <Tool 534 Name="VCManagedWrapperGeneratorTool"/> 535 <Tool 536 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 537 </Configuration> 538 <Configuration 539 Name="DLL Debug - DLL Windows SSPI|Win32" 540 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 541 IntermediateDirectory="$(OutDir)\lib" 542 ConfigurationType="2" 543 UseOfMFC="0" 544 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 545 <Tool 546 Name="VCCLCompilerTool" 547 AdditionalOptions="/EHsc " 548 Optimization="0" 549 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 550 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL" 551 BasicRuntimeChecks="3" 552 RuntimeLibrary="3" 553 WarningLevel="3" 554 SuppressStartupBanner="TRUE" 555 DebugInformationFormat="3" 556 CompileAs="0"/> 557 <Tool 558 Name="VCCustomBuildTool"/> 559 <Tool 560 Name="VCLinkerTool" 561 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 562 AdditionalDependencies="wldap32.lib ws2_32.lib" 563 OutputFile="$(OutDir)\$(ProjectName)d.dll" 564 LinkIncremental="1" 565 SuppressStartupBanner="TRUE" 566 GenerateDebugInformation="TRUE" 567 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 568 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 569 <Tool 570 Name="VCMIDLTool" 571 PreprocessorDefinitions="_DEBUG" 572 SuppressStartupBanner="TRUE" 573 TargetEnvironment="1" 574 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 575 <Tool 576 Name="VCPostBuildEventTool"/> 577 <Tool 578 Name="VCPreBuildEventTool"/> 579 <Tool 580 Name="VCPreLinkEventTool"/> 581 <Tool 582 Name="VCResourceCompilerTool" 583 PreprocessorDefinitions="_DEBUG" 584 Culture="1033"/> 585 <Tool 586 Name="VCWebServiceProxyGeneratorTool"/> 587 <Tool 588 Name="VCXMLDataGeneratorTool"/> 589 <Tool 590 Name="VCWebDeploymentTool"/> 591 <Tool 592 Name="VCManagedWrapperGeneratorTool"/> 593 <Tool 594 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 595 </Configuration> 596 <Configuration 597 Name="LIB Release - DLL Windows SSPI|Win32" 598 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 599 IntermediateDirectory="$(OutDir)\lib" 600 ConfigurationType="4" 601 UseOfMFC="0" 602 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 603 <Tool 604 Name="VCCLCompilerTool" 605 AdditionalOptions="/EHsc " 606 InlineFunctionExpansion="1" 607 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 608 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL" 609 StringPooling="TRUE" 610 RuntimeLibrary="2" 611 EnableFunctionLevelLinking="TRUE" 612 WarningLevel="3" 613 SuppressStartupBanner="TRUE" 614 CompileAs="0"/> 615 <Tool 616 Name="VCCustomBuildTool"/> 617 <Tool 618 Name="VCLibrarianTool" 619 AdditionalOptions="/machine:I386 " 620 OutputFile="$(OutDir)\$(ProjectName).lib" 621 SuppressStartupBanner="TRUE"/> 622 <Tool 623 Name="VCMIDLTool"/> 624 <Tool 625 Name="VCPostBuildEventTool"/> 626 <Tool 627 Name="VCPreBuildEventTool"/> 628 <Tool 629 Name="VCPreLinkEventTool"/> 630 <Tool 631 Name="VCResourceCompilerTool" 632 PreprocessorDefinitions="NDEBUG" 633 Culture="1033"/> 634 <Tool 635 Name="VCWebServiceProxyGeneratorTool"/> 636 <Tool 637 Name="VCXMLDataGeneratorTool"/> 638 <Tool 639 Name="VCManagedWrapperGeneratorTool"/> 640 <Tool 641 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 642 </Configuration> 643 <Configuration 644 Name="DLL Release - DLL OpenSSL|Win32" 645 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 646 IntermediateDirectory="$(OutDir)\lib" 647 ConfigurationType="2" 648 UseOfMFC="0" 649 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 650 <Tool 651 Name="VCCLCompilerTool" 652 AdditionalOptions="/EHsc " 653 InlineFunctionExpansion="1" 654 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 655 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL" 656 StringPooling="TRUE" 657 RuntimeLibrary="2" 658 EnableFunctionLevelLinking="TRUE" 659 WarningLevel="3" 660 SuppressStartupBanner="TRUE" 661 CompileAs="0"/> 662 <Tool 663 Name="VCCustomBuildTool"/> 664 <Tool 665 Name="VCLinkerTool" 666 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 667 AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib" 668 OutputFile="$(OutDir)\$(ProjectName).dll" 669 LinkIncremental="1" 670 SuppressStartupBanner="TRUE" 671 AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release" 672 SetChecksum="TRUE" 673 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 674 <Tool 675 Name="VCMIDLTool" 676 PreprocessorDefinitions="NDEBUG" 677 SuppressStartupBanner="TRUE" 678 TargetEnvironment="1" 679 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 680 <Tool 681 Name="VCPostBuildEventTool"/> 682 <Tool 683 Name="VCPreBuildEventTool"/> 684 <Tool 685 Name="VCPreLinkEventTool"/> 686 <Tool 687 Name="VCResourceCompilerTool" 688 PreprocessorDefinitions="NDEBUG" 689 Culture="1033"/> 690 <Tool 691 Name="VCWebServiceProxyGeneratorTool"/> 692 <Tool 693 Name="VCXMLDataGeneratorTool"/> 694 <Tool 695 Name="VCWebDeploymentTool"/> 696 <Tool 697 Name="VCManagedWrapperGeneratorTool"/> 698 <Tool 699 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 700 </Configuration> 701 <Configuration 702 Name="LIB Release - LIB OpenSSL|Win32" 703 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 704 IntermediateDirectory="$(OutDir)\lib" 705 ConfigurationType="4" 706 UseOfMFC="0" 707 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 708 <Tool 709 Name="VCCLCompilerTool" 710 AdditionalOptions="/EHsc " 711 InlineFunctionExpansion="1" 712 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 713 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL" 714 StringPooling="TRUE" 715 RuntimeLibrary="2" 716 EnableFunctionLevelLinking="TRUE" 717 WarningLevel="3" 718 SuppressStartupBanner="TRUE" 719 CompileAs="0"/> 720 <Tool 721 Name="VCCustomBuildTool"/> 722 <Tool 723 Name="VCLibrarianTool" 724 AdditionalOptions="/machine:I386 " 725 OutputFile="$(OutDir)\$(ProjectName).lib" 726 SuppressStartupBanner="TRUE"/> 727 <Tool 728 Name="VCMIDLTool"/> 729 <Tool 730 Name="VCPostBuildEventTool"/> 731 <Tool 732 Name="VCPreBuildEventTool"/> 733 <Tool 734 Name="VCPreLinkEventTool"/> 735 <Tool 736 Name="VCResourceCompilerTool" 737 PreprocessorDefinitions="NDEBUG" 738 Culture="1033"/> 739 <Tool 740 Name="VCWebServiceProxyGeneratorTool"/> 741 <Tool 742 Name="VCXMLDataGeneratorTool"/> 743 <Tool 744 Name="VCManagedWrapperGeneratorTool"/> 745 <Tool 746 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 747 </Configuration> 748 <Configuration 749 Name="LIB Release|Win32" 750 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 751 IntermediateDirectory="$(OutDir)\lib" 752 ConfigurationType="4" 753 UseOfMFC="0" 754 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 755 <Tool 756 Name="VCCLCompilerTool" 757 AdditionalOptions="/EHsc " 758 InlineFunctionExpansion="1" 759 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 760 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB" 761 StringPooling="TRUE" 762 RuntimeLibrary="2" 763 EnableFunctionLevelLinking="TRUE" 764 WarningLevel="3" 765 SuppressStartupBanner="TRUE" 766 CompileAs="0"/> 767 <Tool 768 Name="VCCustomBuildTool"/> 769 <Tool 770 Name="VCLibrarianTool" 771 AdditionalOptions="/machine:I386 " 772 OutputFile="$(OutDir)\$(ProjectName).lib" 773 SuppressStartupBanner="TRUE"/> 774 <Tool 775 Name="VCMIDLTool"/> 776 <Tool 777 Name="VCPostBuildEventTool"/> 778 <Tool 779 Name="VCPreBuildEventTool"/> 780 <Tool 781 Name="VCPreLinkEventTool"/> 782 <Tool 783 Name="VCResourceCompilerTool" 784 PreprocessorDefinitions="NDEBUG" 785 Culture="1033"/> 786 <Tool 787 Name="VCWebServiceProxyGeneratorTool"/> 788 <Tool 789 Name="VCXMLDataGeneratorTool"/> 790 <Tool 791 Name="VCManagedWrapperGeneratorTool"/> 792 <Tool 793 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 794 </Configuration> 795 <Configuration 796 Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32" 797 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 798 IntermediateDirectory="$(OutDir)\lib" 799 ConfigurationType="4" 800 UseOfMFC="0" 801 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 802 <Tool 803 Name="VCCLCompilerTool" 804 AdditionalOptions="/EHsc " 805 InlineFunctionExpansion="1" 806 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 807 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 808 StringPooling="TRUE" 809 RuntimeLibrary="2" 810 EnableFunctionLevelLinking="TRUE" 811 WarningLevel="3" 812 SuppressStartupBanner="TRUE" 813 CompileAs="0"/> 814 <Tool 815 Name="VCCustomBuildTool"/> 816 <Tool 817 Name="VCLibrarianTool" 818 AdditionalOptions="/machine:I386 " 819 OutputFile="$(OutDir)\$(ProjectName).lib" 820 SuppressStartupBanner="TRUE"/> 821 <Tool 822 Name="VCMIDLTool"/> 823 <Tool 824 Name="VCPostBuildEventTool"/> 825 <Tool 826 Name="VCPreBuildEventTool"/> 827 <Tool 828 Name="VCPreLinkEventTool"/> 829 <Tool 830 Name="VCResourceCompilerTool" 831 PreprocessorDefinitions="NDEBUG" 832 Culture="1033"/> 833 <Tool 834 Name="VCWebServiceProxyGeneratorTool"/> 835 <Tool 836 Name="VCXMLDataGeneratorTool"/> 837 <Tool 838 Name="VCManagedWrapperGeneratorTool"/> 839 <Tool 840 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 841 </Configuration> 842 <Configuration 843 Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32" 844 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 845 IntermediateDirectory="$(OutDir)\lib" 846 ConfigurationType="4" 847 UseOfMFC="0" 848 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 849 <Tool 850 Name="VCCLCompilerTool" 851 AdditionalOptions="/EHsc " 852 InlineFunctionExpansion="1" 853 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 854 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 855 StringPooling="TRUE" 856 RuntimeLibrary="2" 857 EnableFunctionLevelLinking="TRUE" 858 WarningLevel="3" 859 SuppressStartupBanner="TRUE" 860 CompileAs="0"/> 861 <Tool 862 Name="VCCustomBuildTool"/> 863 <Tool 864 Name="VCLibrarianTool" 865 AdditionalOptions="/machine:I386 " 866 OutputFile="$(OutDir)\$(ProjectName).lib" 867 SuppressStartupBanner="TRUE"/> 868 <Tool 869 Name="VCMIDLTool"/> 870 <Tool 871 Name="VCPostBuildEventTool"/> 872 <Tool 873 Name="VCPreBuildEventTool"/> 874 <Tool 875 Name="VCPreLinkEventTool"/> 876 <Tool 877 Name="VCResourceCompilerTool" 878 PreprocessorDefinitions="NDEBUG" 879 Culture="1033"/> 880 <Tool 881 Name="VCWebServiceProxyGeneratorTool"/> 882 <Tool 883 Name="VCXMLDataGeneratorTool"/> 884 <Tool 885 Name="VCManagedWrapperGeneratorTool"/> 886 <Tool 887 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 888 </Configuration> 889 <Configuration 890 Name="LIB Debug|Win32" 891 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 892 IntermediateDirectory="$(OutDir)\lib" 893 ConfigurationType="4" 894 UseOfMFC="0" 895 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 896 <Tool 897 Name="VCCLCompilerTool" 898 AdditionalOptions="/EHsc " 899 Optimization="0" 900 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 901 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB" 902 BasicRuntimeChecks="3" 903 RuntimeLibrary="3" 904 WarningLevel="3" 905 SuppressStartupBanner="TRUE" 906 DebugInformationFormat="3" 907 CompileAs="0"/> 908 <Tool 909 Name="VCCustomBuildTool"/> 910 <Tool 911 Name="VCLibrarianTool" 912 AdditionalOptions="/machine:I386 " 913 OutputFile="$(OutDir)\$(ProjectName)d.lib" 914 SuppressStartupBanner="TRUE"/> 915 <Tool 916 Name="VCMIDLTool"/> 917 <Tool 918 Name="VCPostBuildEventTool"/> 919 <Tool 920 Name="VCPreBuildEventTool"/> 921 <Tool 922 Name="VCPreLinkEventTool"/> 923 <Tool 924 Name="VCResourceCompilerTool" 925 PreprocessorDefinitions="_DEBUG" 926 Culture="1033"/> 927 <Tool 928 Name="VCWebServiceProxyGeneratorTool"/> 929 <Tool 930 Name="VCXMLDataGeneratorTool"/> 931 <Tool 932 Name="VCManagedWrapperGeneratorTool"/> 933 <Tool 934 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 935 </Configuration> 936 <Configuration 937 Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32" 938 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 939 IntermediateDirectory="$(OutDir)\lib" 940 ConfigurationType="2" 941 UseOfMFC="0" 942 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 943 <Tool 944 Name="VCCLCompilerTool" 945 AdditionalOptions="/EHsc " 946 Optimization="0" 947 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32,..\..\..\..\..\libssh2\include" 948 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_LIBSSH2;HAVE_LIBSSH2_H" 949 BasicRuntimeChecks="3" 950 RuntimeLibrary="3" 951 WarningLevel="3" 952 SuppressStartupBanner="TRUE" 953 DebugInformationFormat="3" 954 CompileAs="0"/> 955 <Tool 956 Name="VCCustomBuildTool"/> 957 <Tool 958 Name="VCLinkerTool" 959 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 960 AdditionalDependencies="wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib" 961 OutputFile="$(OutDir)\$(ProjectName)d.dll" 962 LinkIncremental="1" 963 SuppressStartupBanner="TRUE" 964 AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Debug" 965 GenerateDebugInformation="TRUE" 966 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 967 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 968 <Tool 969 Name="VCMIDLTool" 970 PreprocessorDefinitions="_DEBUG" 971 SuppressStartupBanner="TRUE" 972 TargetEnvironment="1" 973 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 974 <Tool 975 Name="VCPostBuildEventTool"/> 976 <Tool 977 Name="VCPreBuildEventTool"/> 978 <Tool 979 Name="VCPreLinkEventTool"/> 980 <Tool 981 Name="VCResourceCompilerTool" 982 PreprocessorDefinitions="_DEBUG" 983 Culture="1033"/> 984 <Tool 985 Name="VCWebServiceProxyGeneratorTool"/> 986 <Tool 987 Name="VCXMLDataGeneratorTool"/> 988 <Tool 989 Name="VCWebDeploymentTool"/> 990 <Tool 991 Name="VCManagedWrapperGeneratorTool"/> 992 <Tool 993 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 994 </Configuration> 995 <Configuration 996 Name="LIB Debug - LIB OpenSSL|Win32" 997 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 998 IntermediateDirectory="$(OutDir)\lib" 999 ConfigurationType="4" 1000 UseOfMFC="0" 1001 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 1002 <Tool 1003 Name="VCCLCompilerTool" 1004 AdditionalOptions="/EHsc " 1005 Optimization="0" 1006 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\..\openssl\inc32" 1007 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL" 1008 BasicRuntimeChecks="3" 1009 RuntimeLibrary="3" 1010 WarningLevel="3" 1011 SuppressStartupBanner="TRUE" 1012 DebugInformationFormat="3" 1013 CompileAs="0"/> 1014 <Tool 1015 Name="VCCustomBuildTool"/> 1016 <Tool 1017 Name="VCLibrarianTool" 1018 AdditionalOptions="/machine:I386 " 1019 OutputFile="$(OutDir)\$(ProjectName)d.lib" 1020 SuppressStartupBanner="TRUE"/> 1021 <Tool 1022 Name="VCMIDLTool"/> 1023 <Tool 1024 Name="VCPostBuildEventTool"/> 1025 <Tool 1026 Name="VCPreBuildEventTool"/> 1027 <Tool 1028 Name="VCPreLinkEventTool"/> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 PreprocessorDefinitions="_DEBUG" 1032 Culture="1033"/> 1033 <Tool 1034 Name="VCWebServiceProxyGeneratorTool"/> 1035 <Tool 1036 Name="VCXMLDataGeneratorTool"/> 1037 <Tool 1038 Name="VCManagedWrapperGeneratorTool"/> 1039 <Tool 1040 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1041 </Configuration> 1042 <Configuration 1043 Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32" 1044 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 1045 IntermediateDirectory="$(OutDir)\lib" 1046 ConfigurationType="2" 1047 UseOfMFC="0" 1048 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 1049 <Tool 1050 Name="VCCLCompilerTool" 1051 AdditionalOptions="/EHsc " 1052 Optimization="0" 1053 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 1054 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES" 1055 BasicRuntimeChecks="3" 1056 RuntimeLibrary="3" 1057 WarningLevel="3" 1058 SuppressStartupBanner="TRUE" 1059 DebugInformationFormat="3" 1060 CompileAs="0"/> 1061 <Tool 1062 Name="VCCustomBuildTool"/> 1063 <Tool 1064 Name="VCLinkerTool" 1065 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 1066 AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib" 1067 OutputFile="$(OutDir)\$(ProjectName)d.dll" 1068 LinkIncremental="1" 1069 SuppressStartupBanner="TRUE" 1070 GenerateDebugInformation="TRUE" 1071 ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" 1072 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 1073 <Tool 1074 Name="VCMIDLTool" 1075 PreprocessorDefinitions="_DEBUG" 1076 SuppressStartupBanner="TRUE" 1077 TargetEnvironment="1" 1078 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 1079 <Tool 1080 Name="VCPostBuildEventTool"/> 1081 <Tool 1082 Name="VCPreBuildEventTool"/> 1083 <Tool 1084 Name="VCPreLinkEventTool"/> 1085 <Tool 1086 Name="VCResourceCompilerTool" 1087 PreprocessorDefinitions="_DEBUG" 1088 Culture="1033"/> 1089 <Tool 1090 Name="VCWebServiceProxyGeneratorTool"/> 1091 <Tool 1092 Name="VCXMLDataGeneratorTool"/> 1093 <Tool 1094 Name="VCWebDeploymentTool"/> 1095 <Tool 1096 Name="VCManagedWrapperGeneratorTool"/> 1097 <Tool 1098 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1099 </Configuration> 1100 <Configuration 1101 Name="DLL Release - DLL Windows SSPI - DLL WinIDN|Win32" 1102 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 1103 IntermediateDirectory="$(OutDir)\lib" 1104 ConfigurationType="2" 1105 UseOfMFC="0" 1106 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 1107 <Tool 1108 Name="VCCLCompilerTool" 1109 AdditionalOptions="/EHsc " 1110 InlineFunctionExpansion="1" 1111 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 1112 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES" 1113 StringPooling="TRUE" 1114 RuntimeLibrary="2" 1115 EnableFunctionLevelLinking="TRUE" 1116 WarningLevel="3" 1117 SuppressStartupBanner="TRUE" 1118 CompileAs="0"/> 1119 <Tool 1120 Name="VCCustomBuildTool"/> 1121 <Tool 1122 Name="VCLinkerTool" 1123 AdditionalOptions="/MACHINE:I386 /FIXED:NO" 1124 AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib" 1125 OutputFile="$(OutDir)\$(ProjectName).dll" 1126 LinkIncremental="1" 1127 SuppressStartupBanner="TRUE" 1128 SetChecksum="TRUE" 1129 ImportLibrary="$(TargetDir)$(TargetName).lib"/> 1130 <Tool 1131 Name="VCMIDLTool" 1132 PreprocessorDefinitions="NDEBUG" 1133 SuppressStartupBanner="TRUE" 1134 TargetEnvironment="1" 1135 TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/> 1136 <Tool 1137 Name="VCPostBuildEventTool"/> 1138 <Tool 1139 Name="VCPreBuildEventTool"/> 1140 <Tool 1141 Name="VCPreLinkEventTool"/> 1142 <Tool 1143 Name="VCResourceCompilerTool" 1144 PreprocessorDefinitions="NDEBUG" 1145 Culture="1033"/> 1146 <Tool 1147 Name="VCWebServiceProxyGeneratorTool"/> 1148 <Tool 1149 Name="VCXMLDataGeneratorTool"/> 1150 <Tool 1151 Name="VCWebDeploymentTool"/> 1152 <Tool 1153 Name="VCManagedWrapperGeneratorTool"/> 1154 <Tool 1155 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1156 </Configuration> 1157 <Configuration 1158 Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32" 1159 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 1160 IntermediateDirectory="$(OutDir)\lib" 1161 ConfigurationType="4" 1162 UseOfMFC="0" 1163 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 1164 <Tool 1165 Name="VCCLCompilerTool" 1166 AdditionalOptions="/EHsc " 1167 Optimization="0" 1168 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 1169 PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES" 1170 BasicRuntimeChecks="3" 1171 RuntimeLibrary="3" 1172 WarningLevel="3" 1173 SuppressStartupBanner="TRUE" 1174 DebugInformationFormat="3" 1175 CompileAs="0"/> 1176 <Tool 1177 Name="VCCustomBuildTool"/> 1178 <Tool 1179 Name="VCLibrarianTool" 1180 AdditionalOptions="/machine:I386 " 1181 OutputFile="$(OutDir)\$(ProjectName)d.lib" 1182 SuppressStartupBanner="TRUE"/> 1183 <Tool 1184 Name="VCMIDLTool"/> 1185 <Tool 1186 Name="VCPostBuildEventTool"/> 1187 <Tool 1188 Name="VCPreBuildEventTool"/> 1189 <Tool 1190 Name="VCPreLinkEventTool"/> 1191 <Tool 1192 Name="VCResourceCompilerTool" 1193 PreprocessorDefinitions="_DEBUG" 1194 Culture="1033"/> 1195 <Tool 1196 Name="VCWebServiceProxyGeneratorTool"/> 1197 <Tool 1198 Name="VCXMLDataGeneratorTool"/> 1199 <Tool 1200 Name="VCManagedWrapperGeneratorTool"/> 1201 <Tool 1202 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1203 </Configuration> 1204 <Configuration 1205 Name="LIB Release - DLL Windows SSPI - DLL WinIDN|Win32" 1206 OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)" 1207 IntermediateDirectory="$(OutDir)\lib" 1208 ConfigurationType="4" 1209 UseOfMFC="0" 1210 ATLMinimizesCRunTimeLibraryUsage="FALSE"> 1211 <Tool 1212 Name="VCCLCompilerTool" 1213 AdditionalOptions="/EHsc " 1214 InlineFunctionExpansion="1" 1215 AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib" 1216 PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;WANT_IDN_PROTOTYPES" 1217 StringPooling="TRUE" 1218 RuntimeLibrary="2" 1219 EnableFunctionLevelLinking="TRUE" 1220 WarningLevel="3" 1221 SuppressStartupBanner="TRUE" 1222 CompileAs="0"/> 1223 <Tool 1224 Name="VCCustomBuildTool"/> 1225 <Tool 1226 Name="VCLibrarianTool" 1227 AdditionalOptions="/machine:I386 " 1228 OutputFile="$(OutDir)\$(ProjectName).lib" 1229 SuppressStartupBanner="TRUE"/> 1230 <Tool 1231 Name="VCMIDLTool"/> 1232 <Tool 1233 Name="VCPostBuildEventTool"/> 1234 <Tool 1235 Name="VCPreBuildEventTool"/> 1236 <Tool 1237 Name="VCPreLinkEventTool"/> 1238 <Tool 1239 Name="VCResourceCompilerTool" 1240 PreprocessorDefinitions="NDEBUG" 1241 Culture="1033"/> 1242 <Tool 1243 Name="VCWebServiceProxyGeneratorTool"/> 1244 <Tool 1245 Name="VCXMLDataGeneratorTool"/> 1246 <Tool 1247 Name="VCManagedWrapperGeneratorTool"/> 1248 <Tool 1249 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1250 </Configuration> 1251 </Configurations> 1252 <References> 1253 </References> 1254 <Files> 1255 <Filter 1256 Name="Source Files" 1257 Filter=""> 1258CURL_LIB_C_FILES 1259 </Filter> 1260 <Filter 1261 Name="Header Files" 1262 Filter=""> 1263CURL_LIB_H_FILES 1264 </Filter> 1265 <Filter 1266 Name="Resource Files" 1267 Filter=""> 1268CURL_LIB_RC_FILES 1269 </Filter> 1270 <Filter 1271 Name="vtls" 1272 Filter=""> 1273 <Filter 1274 Name="Source Files" 1275 Filter=""> 1276CURL_LIB_VTLS_C_FILES 1277 </Filter> 1278 <Filter 1279 Name="Header Files" 1280 Filter=""> 1281CURL_LIB_VTLS_H_FILES 1282 </Filter> 1283 </Filter> 1284 </Files> 1285 <Globals> 1286 </Globals> 1287</VisualStudioProject> 1288