Return to libcurl.vcproj CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / projects / Windows / VC7.1 / lib |
1.1 misho 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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 crypt32.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="4" 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 crypt32.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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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="4" 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 crypt32.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="4" 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 crypt32.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="4" 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="4" 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=""> 1258: <File 1259: RelativePath="..\..\..\..\lib\altsvc.c"> 1260: </File> 1261: <File 1262: RelativePath="..\..\..\..\lib\amigaos.c"> 1263: </File> 1264: <File 1265: RelativePath="..\..\..\..\lib\asyn-ares.c"> 1266: </File> 1267: <File 1268: RelativePath="..\..\..\..\lib\asyn-thread.c"> 1269: </File> 1270: <File 1271: RelativePath="..\..\..\..\lib\base64.c"> 1272: </File> 1273: <File 1274: RelativePath="..\..\..\..\lib\conncache.c"> 1275: </File> 1276: <File 1277: RelativePath="..\..\..\..\lib\connect.c"> 1278: </File> 1279: <File 1280: RelativePath="..\..\..\..\lib\content_encoding.c"> 1281: </File> 1282: <File 1283: RelativePath="..\..\..\..\lib\cookie.c"> 1284: </File> 1285: <File 1286: RelativePath="..\..\..\..\lib\curl_addrinfo.c"> 1287: </File> 1288: <File 1289: RelativePath="..\..\..\..\lib\curl_ctype.c"> 1290: </File> 1291: <File 1292: RelativePath="..\..\..\..\lib\curl_des.c"> 1293: </File> 1294: <File 1295: RelativePath="..\..\..\..\lib\curl_endian.c"> 1296: </File> 1297: <File 1298: RelativePath="..\..\..\..\lib\curl_fnmatch.c"> 1299: </File> 1300: <File 1301: RelativePath="..\..\..\..\lib\curl_gethostname.c"> 1302: </File> 1303: <File 1304: RelativePath="..\..\..\..\lib\curl_get_line.c"> 1305: </File> 1306: <File 1307: RelativePath="..\..\..\..\lib\curl_gssapi.c"> 1308: </File> 1309: <File 1310: RelativePath="..\..\..\..\lib\curl_memrchr.c"> 1311: </File> 1312: <File 1313: RelativePath="..\..\..\..\lib\curl_multibyte.c"> 1314: </File> 1315: <File 1316: RelativePath="..\..\..\..\lib\curl_ntlm_core.c"> 1317: </File> 1318: <File 1319: RelativePath="..\..\..\..\lib\curl_ntlm_wb.c"> 1320: </File> 1321: <File 1322: RelativePath="..\..\..\..\lib\curl_path.c"> 1323: </File> 1324: <File 1325: RelativePath="..\..\..\..\lib\curl_range.c"> 1326: </File> 1327: <File 1328: RelativePath="..\..\..\..\lib\curl_rtmp.c"> 1329: </File> 1330: <File 1331: RelativePath="..\..\..\..\lib\curl_sasl.c"> 1332: </File> 1333: <File 1334: RelativePath="..\..\..\..\lib\curl_sspi.c"> 1335: </File> 1336: <File 1337: RelativePath="..\..\..\..\lib\curl_threads.c"> 1338: </File> 1339: <File 1340: RelativePath="..\..\..\..\lib\dict.c"> 1341: </File> 1342: <File 1343: RelativePath="..\..\..\..\lib\doh.c"> 1344: </File> 1345: <File 1346: RelativePath="..\..\..\..\lib\dotdot.c"> 1347: </File> 1348: <File 1349: RelativePath="..\..\..\..\lib\easy.c"> 1350: </File> 1351: <File 1352: RelativePath="..\..\..\..\lib\escape.c"> 1353: </File> 1354: <File 1355: RelativePath="..\..\..\..\lib\file.c"> 1356: </File> 1357: <File 1358: RelativePath="..\..\..\..\lib\fileinfo.c"> 1359: </File> 1360: <File 1361: RelativePath="..\..\..\..\lib\formdata.c"> 1362: </File> 1363: <File 1364: RelativePath="..\..\..\..\lib\ftp.c"> 1365: </File> 1366: <File 1367: RelativePath="..\..\..\..\lib\ftplistparser.c"> 1368: </File> 1369: <File 1370: RelativePath="..\..\..\..\lib\getenv.c"> 1371: </File> 1372: <File 1373: RelativePath="..\..\..\..\lib\getinfo.c"> 1374: </File> 1375: <File 1376: RelativePath="..\..\..\..\lib\gopher.c"> 1377: </File> 1378: <File 1379: RelativePath="..\..\..\..\lib\hash.c"> 1380: </File> 1381: <File 1382: RelativePath="..\..\..\..\lib\hmac.c"> 1383: </File> 1384: <File 1385: RelativePath="..\..\..\..\lib\hostasyn.c"> 1386: </File> 1387: <File 1388: RelativePath="..\..\..\..\lib\hostcheck.c"> 1389: </File> 1390: <File 1391: RelativePath="..\..\..\..\lib\hostip4.c"> 1392: </File> 1393: <File 1394: RelativePath="..\..\..\..\lib\hostip6.c"> 1395: </File> 1396: <File 1397: RelativePath="..\..\..\..\lib\hostip.c"> 1398: </File> 1399: <File 1400: RelativePath="..\..\..\..\lib\hostsyn.c"> 1401: </File> 1402: <File 1403: RelativePath="..\..\..\..\lib\http2.c"> 1404: </File> 1405: <File 1406: RelativePath="..\..\..\..\lib\http.c"> 1407: </File> 1408: <File 1409: RelativePath="..\..\..\..\lib\http_chunks.c"> 1410: </File> 1411: <File 1412: RelativePath="..\..\..\..\lib\http_digest.c"> 1413: </File> 1414: <File 1415: RelativePath="..\..\..\..\lib\http_negotiate.c"> 1416: </File> 1417: <File 1418: RelativePath="..\..\..\..\lib\http_ntlm.c"> 1419: </File> 1420: <File 1421: RelativePath="..\..\..\..\lib\http_proxy.c"> 1422: </File> 1423: <File 1424: RelativePath="..\..\..\..\lib\idn_win32.c"> 1425: </File> 1426: <File 1427: RelativePath="..\..\..\..\lib\if2ip.c"> 1428: </File> 1429: <File 1430: RelativePath="..\..\..\..\lib\imap.c"> 1431: </File> 1432: <File 1433: RelativePath="..\..\..\..\lib\inet_ntop.c"> 1434: </File> 1435: <File 1436: RelativePath="..\..\..\..\lib\inet_pton.c"> 1437: </File> 1438: <File 1439: RelativePath="..\..\..\..\lib\krb5.c"> 1440: </File> 1441: <File 1442: RelativePath="..\..\..\..\lib\ldap.c"> 1443: </File> 1444: <File 1445: RelativePath="..\..\..\..\lib\llist.c"> 1446: </File> 1447: <File 1448: RelativePath="..\..\..\..\lib\md4.c"> 1449: </File> 1450: <File 1451: RelativePath="..\..\..\..\lib\md5.c"> 1452: </File> 1453: <File 1454: RelativePath="..\..\..\..\lib\memdebug.c"> 1455: </File> 1456: <File 1457: RelativePath="..\..\..\..\lib\mime.c"> 1458: </File> 1459: <File 1460: RelativePath="..\..\..\..\lib\mprintf.c"> 1461: </File> 1462: <File 1463: RelativePath="..\..\..\..\lib\mqtt.c"> 1464: </File> 1465: <File 1466: RelativePath="..\..\..\..\lib\multi.c"> 1467: </File> 1468: <File 1469: RelativePath="..\..\..\..\lib\netrc.c"> 1470: </File> 1471: <File 1472: RelativePath="..\..\..\..\lib\non-ascii.c"> 1473: </File> 1474: <File 1475: RelativePath="..\..\..\..\lib\nonblock.c"> 1476: </File> 1477: <File 1478: RelativePath="..\..\..\..\lib\openldap.c"> 1479: </File> 1480: <File 1481: RelativePath="..\..\..\..\lib\parsedate.c"> 1482: </File> 1483: <File 1484: RelativePath="..\..\..\..\lib\pingpong.c"> 1485: </File> 1486: <File 1487: RelativePath="..\..\..\..\lib\pop3.c"> 1488: </File> 1489: <File 1490: RelativePath="..\..\..\..\lib\progress.c"> 1491: </File> 1492: <File 1493: RelativePath="..\..\..\..\lib\psl.c"> 1494: </File> 1495: <File 1496: RelativePath="..\..\..\..\lib\rand.c"> 1497: </File> 1498: <File 1499: RelativePath="..\..\..\..\lib\rename.c"> 1500: </File> 1501: <File 1502: RelativePath="..\..\..\..\lib\rtsp.c"> 1503: </File> 1504: <File 1505: RelativePath="..\..\..\..\lib\security.c"> 1506: </File> 1507: <File 1508: RelativePath="..\..\..\..\lib\select.c"> 1509: </File> 1510: <File 1511: RelativePath="..\..\..\..\lib\sendf.c"> 1512: </File> 1513: <File 1514: RelativePath="..\..\..\..\lib\setopt.c"> 1515: </File> 1516: <File 1517: RelativePath="..\..\..\..\lib\sha256.c"> 1518: </File> 1519: <File 1520: RelativePath="..\..\..\..\lib\share.c"> 1521: </File> 1522: <File 1523: RelativePath="..\..\..\..\lib\slist.c"> 1524: </File> 1525: <File 1526: RelativePath="..\..\..\..\lib\smb.c"> 1527: </File> 1528: <File 1529: RelativePath="..\..\..\..\lib\smtp.c"> 1530: </File> 1531: <File 1532: RelativePath="..\..\..\..\lib\socketpair.c"> 1533: </File> 1534: <File 1535: RelativePath="..\..\..\..\lib\socks.c"> 1536: </File> 1537: <File 1538: RelativePath="..\..\..\..\lib\socks_gssapi.c"> 1539: </File> 1540: <File 1541: RelativePath="..\..\..\..\lib\socks_sspi.c"> 1542: </File> 1543: <File 1544: RelativePath="..\..\..\..\lib\speedcheck.c"> 1545: </File> 1546: <File 1547: RelativePath="..\..\..\..\lib\splay.c"> 1548: </File> 1549: <File 1550: RelativePath="..\..\..\..\lib\strcase.c"> 1551: </File> 1552: <File 1553: RelativePath="..\..\..\..\lib\strdup.c"> 1554: </File> 1555: <File 1556: RelativePath="..\..\..\..\lib\strerror.c"> 1557: </File> 1558: <File 1559: RelativePath="..\..\..\..\lib\strtok.c"> 1560: </File> 1561: <File 1562: RelativePath="..\..\..\..\lib\strtoofft.c"> 1563: </File> 1564: <File 1565: RelativePath="..\..\..\..\lib\system_win32.c"> 1566: </File> 1567: <File 1568: RelativePath="..\..\..\..\lib\telnet.c"> 1569: </File> 1570: <File 1571: RelativePath="..\..\..\..\lib\tftp.c"> 1572: </File> 1573: <File 1574: RelativePath="..\..\..\..\lib\timeval.c"> 1575: </File> 1576: <File 1577: RelativePath="..\..\..\..\lib\transfer.c"> 1578: </File> 1579: <File 1580: RelativePath="..\..\..\..\lib\urlapi.c"> 1581: </File> 1582: <File 1583: RelativePath="..\..\..\..\lib\url.c"> 1584: </File> 1585: <File 1586: RelativePath="..\..\..\..\lib\version.c"> 1587: </File> 1588: <File 1589: RelativePath="..\..\..\..\lib\warnless.c"> 1590: </File> 1591: <File 1592: RelativePath="..\..\..\..\lib\wildcard.c"> 1593: </File> 1594: <File 1595: RelativePath="..\..\..\..\lib\x509asn1.c"> 1596: </File> 1597: </Filter> 1598: <Filter 1599: Name="Header Files" 1600: Filter=""> 1601: <File 1602: RelativePath="..\..\..\..\lib\altsvc.h"> 1603: </File> 1604: <File 1605: RelativePath="..\..\..\..\lib\amigaos.h"> 1606: </File> 1607: <File 1608: RelativePath="..\..\..\..\lib\arpa_telnet.h"> 1609: </File> 1610: <File 1611: RelativePath="..\..\..\..\lib\asyn.h"> 1612: </File> 1613: <File 1614: RelativePath="..\..\..\..\lib\config-win32.h"> 1615: </File> 1616: <File 1617: RelativePath="..\..\..\..\lib\conncache.h"> 1618: </File> 1619: <File 1620: RelativePath="..\..\..\..\lib\connect.h"> 1621: </File> 1622: <File 1623: RelativePath="..\..\..\..\lib\content_encoding.h"> 1624: </File> 1625: <File 1626: RelativePath="..\..\..\..\lib\cookie.h"> 1627: </File> 1628: <File 1629: RelativePath="..\..\..\..\lib\curl_addrinfo.h"> 1630: </File> 1631: <File 1632: RelativePath="..\..\..\..\lib\curl_base64.h"> 1633: </File> 1634: <File 1635: RelativePath="..\..\..\..\lib\curl_ctype.h"> 1636: </File> 1637: <File 1638: RelativePath="..\..\..\..\lib\curl_des.h"> 1639: </File> 1640: <File 1641: RelativePath="..\..\..\..\lib\curl_endian.h"> 1642: </File> 1643: <File 1644: RelativePath="..\..\..\..\lib\curl_fnmatch.h"> 1645: </File> 1646: <File 1647: RelativePath="..\..\..\..\lib\curl_gethostname.h"> 1648: </File> 1649: <File 1650: RelativePath="..\..\..\..\lib\curl_get_line.h"> 1651: </File> 1652: <File 1653: RelativePath="..\..\..\..\lib\curl_gssapi.h"> 1654: </File> 1655: <File 1656: RelativePath="..\..\..\..\lib\curl_hmac.h"> 1657: </File> 1658: <File 1659: RelativePath="..\..\..\..\lib\curl_ldap.h"> 1660: </File> 1661: <File 1662: RelativePath="..\..\..\..\lib\curl_md4.h"> 1663: </File> 1664: <File 1665: RelativePath="..\..\..\..\lib\curl_md5.h"> 1666: </File> 1667: <File 1668: RelativePath="..\..\..\..\lib\curl_memory.h"> 1669: </File> 1670: <File 1671: RelativePath="..\..\..\..\lib\curl_memrchr.h"> 1672: </File> 1673: <File 1674: RelativePath="..\..\..\..\lib\curl_multibyte.h"> 1675: </File> 1676: <File 1677: RelativePath="..\..\..\..\lib\curl_ntlm_core.h"> 1678: </File> 1679: <File 1680: RelativePath="..\..\..\..\lib\curl_ntlm_wb.h"> 1681: </File> 1682: <File 1683: RelativePath="..\..\..\..\lib\curl_path.h"> 1684: </File> 1685: <File 1686: RelativePath="..\..\..\..\lib\curl_printf.h"> 1687: </File> 1688: <File 1689: RelativePath="..\..\..\..\lib\curl_range.h"> 1690: </File> 1691: <File 1692: RelativePath="..\..\..\..\lib\curl_rtmp.h"> 1693: </File> 1694: <File 1695: RelativePath="..\..\..\..\lib\curl_sasl.h"> 1696: </File> 1697: <File 1698: RelativePath="..\..\..\..\lib\curl_sec.h"> 1699: </File> 1700: <File 1701: RelativePath="..\..\..\..\lib\curl_setup.h"> 1702: </File> 1703: <File 1704: RelativePath="..\..\..\..\lib\curl_setup_once.h"> 1705: </File> 1706: <File 1707: RelativePath="..\..\..\..\lib\curl_sha256.h"> 1708: </File> 1709: <File 1710: RelativePath="..\..\..\..\lib\curl_sspi.h"> 1711: </File> 1712: <File 1713: RelativePath="..\..\..\..\lib\curl_threads.h"> 1714: </File> 1715: <File 1716: RelativePath="..\..\..\..\lib\curlx.h"> 1717: </File> 1718: <File 1719: RelativePath="..\..\..\..\lib\dict.h"> 1720: </File> 1721: <File 1722: RelativePath="..\..\..\..\lib\doh.h"> 1723: </File> 1724: <File 1725: RelativePath="..\..\..\..\lib\dotdot.h"> 1726: </File> 1727: <File 1728: RelativePath="..\..\..\..\lib\easyif.h"> 1729: </File> 1730: <File 1731: RelativePath="..\..\..\..\lib\escape.h"> 1732: </File> 1733: <File 1734: RelativePath="..\..\..\..\lib\file.h"> 1735: </File> 1736: <File 1737: RelativePath="..\..\..\..\lib\fileinfo.h"> 1738: </File> 1739: <File 1740: RelativePath="..\..\..\..\lib\formdata.h"> 1741: </File> 1742: <File 1743: RelativePath="..\..\..\..\lib\ftp.h"> 1744: </File> 1745: <File 1746: RelativePath="..\..\..\..\lib\ftplistparser.h"> 1747: </File> 1748: <File 1749: RelativePath="..\..\..\..\lib\getinfo.h"> 1750: </File> 1751: <File 1752: RelativePath="..\..\..\..\lib\gopher.h"> 1753: </File> 1754: <File 1755: RelativePath="..\..\..\..\lib\hash.h"> 1756: </File> 1757: <File 1758: RelativePath="..\..\..\..\lib\hostcheck.h"> 1759: </File> 1760: <File 1761: RelativePath="..\..\..\..\lib\hostip.h"> 1762: </File> 1763: <File 1764: RelativePath="..\..\..\..\lib\http2.h"> 1765: </File> 1766: <File 1767: RelativePath="..\..\..\..\lib\http_chunks.h"> 1768: </File> 1769: <File 1770: RelativePath="..\..\..\..\lib\http_digest.h"> 1771: </File> 1772: <File 1773: RelativePath="..\..\..\..\lib\http.h"> 1774: </File> 1775: <File 1776: RelativePath="..\..\..\..\lib\http_negotiate.h"> 1777: </File> 1778: <File 1779: RelativePath="..\..\..\..\lib\http_ntlm.h"> 1780: </File> 1781: <File 1782: RelativePath="..\..\..\..\lib\http_proxy.h"> 1783: </File> 1784: <File 1785: RelativePath="..\..\..\..\lib\if2ip.h"> 1786: </File> 1787: <File 1788: RelativePath="..\..\..\..\lib\imap.h"> 1789: </File> 1790: <File 1791: RelativePath="..\..\..\..\lib\inet_ntop.h"> 1792: </File> 1793: <File 1794: RelativePath="..\..\..\..\lib\inet_pton.h"> 1795: </File> 1796: <File 1797: RelativePath="..\..\..\..\lib\llist.h"> 1798: </File> 1799: <File 1800: RelativePath="..\..\..\..\lib\memdebug.h"> 1801: </File> 1802: <File 1803: RelativePath="..\..\..\..\lib\mime.h"> 1804: </File> 1805: <File 1806: RelativePath="..\..\..\..\lib\mqtt.h"> 1807: </File> 1808: <File 1809: RelativePath="..\..\..\..\lib\multihandle.h"> 1810: </File> 1811: <File 1812: RelativePath="..\..\..\..\lib\multiif.h"> 1813: </File> 1814: <File 1815: RelativePath="..\..\..\..\lib\netrc.h"> 1816: </File> 1817: <File 1818: RelativePath="..\..\..\..\lib\non-ascii.h"> 1819: </File> 1820: <File 1821: RelativePath="..\..\..\..\lib\nonblock.h"> 1822: </File> 1823: <File 1824: RelativePath="..\..\..\..\lib\parsedate.h"> 1825: </File> 1826: <File 1827: RelativePath="..\..\..\..\lib\pingpong.h"> 1828: </File> 1829: <File 1830: RelativePath="..\..\..\..\lib\pop3.h"> 1831: </File> 1832: <File 1833: RelativePath="..\..\..\..\lib\progress.h"> 1834: </File> 1835: <File 1836: RelativePath="..\..\..\..\lib\psl.h"> 1837: </File> 1838: <File 1839: RelativePath="..\..\..\..\lib\quic.h"> 1840: </File> 1841: <File 1842: RelativePath="..\..\..\..\lib\rand.h"> 1843: </File> 1844: <File 1845: RelativePath="..\..\..\..\lib\rename.h"> 1846: </File> 1847: <File 1848: RelativePath="..\..\..\..\lib\rtsp.h"> 1849: </File> 1850: <File 1851: RelativePath="..\..\..\..\lib\select.h"> 1852: </File> 1853: <File 1854: RelativePath="..\..\..\..\lib\sendf.h"> 1855: </File> 1856: <File 1857: RelativePath="..\..\..\..\lib\setopt.h"> 1858: </File> 1859: <File 1860: RelativePath="..\..\..\..\lib\setup-vms.h"> 1861: </File> 1862: <File 1863: RelativePath="..\..\..\..\lib\share.h"> 1864: </File> 1865: <File 1866: RelativePath="..\..\..\..\lib\sigpipe.h"> 1867: </File> 1868: <File 1869: RelativePath="..\..\..\..\lib\slist.h"> 1870: </File> 1871: <File 1872: RelativePath="..\..\..\..\lib\smb.h"> 1873: </File> 1874: <File 1875: RelativePath="..\..\..\..\lib\smtp.h"> 1876: </File> 1877: <File 1878: RelativePath="..\..\..\..\lib\sockaddr.h"> 1879: </File> 1880: <File 1881: RelativePath="..\..\..\..\lib\socketpair.h"> 1882: </File> 1883: <File 1884: RelativePath="..\..\..\..\lib\socks.h"> 1885: </File> 1886: <File 1887: RelativePath="..\..\..\..\lib\speedcheck.h"> 1888: </File> 1889: <File 1890: RelativePath="..\..\..\..\lib\splay.h"> 1891: </File> 1892: <File 1893: RelativePath="..\..\..\..\lib\strcase.h"> 1894: </File> 1895: <File 1896: RelativePath="..\..\..\..\lib\strdup.h"> 1897: </File> 1898: <File 1899: RelativePath="..\..\..\..\lib\strerror.h"> 1900: </File> 1901: <File 1902: RelativePath="..\..\..\..\lib\strtok.h"> 1903: </File> 1904: <File 1905: RelativePath="..\..\..\..\lib\strtoofft.h"> 1906: </File> 1907: <File 1908: RelativePath="..\..\..\..\lib\system_win32.h"> 1909: </File> 1910: <File 1911: RelativePath="..\..\..\..\lib\telnet.h"> 1912: </File> 1913: <File 1914: RelativePath="..\..\..\..\lib\tftp.h"> 1915: </File> 1916: <File 1917: RelativePath="..\..\..\..\lib\timeval.h"> 1918: </File> 1919: <File 1920: RelativePath="..\..\..\..\lib\transfer.h"> 1921: </File> 1922: <File 1923: RelativePath="..\..\..\..\lib\urlapi-int.h"> 1924: </File> 1925: <File 1926: RelativePath="..\..\..\..\lib\urldata.h"> 1927: </File> 1928: <File 1929: RelativePath="..\..\..\..\lib\url.h"> 1930: </File> 1931: <File 1932: RelativePath="..\..\..\..\lib\warnless.h"> 1933: </File> 1934: <File 1935: RelativePath="..\..\..\..\lib\wildcard.h"> 1936: </File> 1937: <File 1938: RelativePath="..\..\..\..\lib\x509asn1.h"> 1939: </File> 1940: </Filter> 1941: <Filter 1942: Name="Resource Files" 1943: Filter=""> 1944: <File 1945: RelativePath="..\..\..\..\lib\libcurl.rc"> 1946: </File> 1947: </Filter> 1948: <Filter 1949: Name="vauth" 1950: Filter=""> 1951: <Filter 1952: Name="Source Files" 1953: Filter=""> 1954: <File 1955: RelativePath="..\..\..\..\lib\vauth\cleartext.c"> 1956: </File> 1957: <File 1958: RelativePath="..\..\..\..\lib\vauth\cram.c"> 1959: </File> 1960: <File 1961: RelativePath="..\..\..\..\lib\vauth\digest.c"> 1962: </File> 1963: <File 1964: RelativePath="..\..\..\..\lib\vauth\digest_sspi.c"> 1965: </File> 1966: <File 1967: RelativePath="..\..\..\..\lib\vauth\krb5_gssapi.c"> 1968: </File> 1969: <File 1970: RelativePath="..\..\..\..\lib\vauth\krb5_sspi.c"> 1971: </File> 1972: <File 1973: RelativePath="..\..\..\..\lib\vauth\ntlm.c"> 1974: </File> 1975: <File 1976: RelativePath="..\..\..\..\lib\vauth\ntlm_sspi.c"> 1977: </File> 1978: <File 1979: RelativePath="..\..\..\..\lib\vauth\oauth2.c"> 1980: </File> 1981: <File 1982: RelativePath="..\..\..\..\lib\vauth\spnego_gssapi.c"> 1983: </File> 1984: <File 1985: RelativePath="..\..\..\..\lib\vauth\spnego_sspi.c"> 1986: </File> 1987: <File 1988: RelativePath="..\..\..\..\lib\vauth\vauth.c"> 1989: </File> 1990: </Filter> 1991: <Filter 1992: Name="Header Files" 1993: Filter=""> 1994: <File 1995: RelativePath="..\..\..\..\lib\vauth\digest.h"> 1996: </File> 1997: <File 1998: RelativePath="..\..\..\..\lib\vauth\ntlm.h"> 1999: </File> 2000: <File 2001: RelativePath="..\..\..\..\lib\vauth\vauth.h"> 2002: </File> 2003: </Filter> 2004: </Filter> 2005: <Filter 2006: Name="vquic" 2007: Filter=""> 2008: <Filter 2009: Name="Source Files" 2010: Filter=""> 2011: <File 2012: RelativePath="..\..\..\..\lib\vquic\ngtcp2.c"> 2013: </File> 2014: <File 2015: RelativePath="..\..\..\..\lib\vquic\quiche.c"> 2016: </File> 2017: </Filter> 2018: <Filter 2019: Name="Header Files" 2020: Filter=""> 2021: <File 2022: RelativePath="..\..\..\..\lib\vquic\ngtcp2.h"> 2023: </File> 2024: <File 2025: RelativePath="..\..\..\..\lib\vquic\quiche.h"> 2026: </File> 2027: </Filter> 2028: </Filter> 2029: <Filter 2030: Name="vssh" 2031: Filter=""> 2032: <Filter 2033: Name="Source Files" 2034: Filter=""> 2035: <File 2036: RelativePath="..\..\..\..\lib\vssh\libssh2.c"> 2037: </File> 2038: <File 2039: RelativePath="..\..\..\..\lib\vssh\libssh.c"> 2040: </File> 2041: <File 2042: RelativePath="..\..\..\..\lib\vssh\wolfssh.c"> 2043: </File> 2044: </Filter> 2045: <Filter 2046: Name="Header Files" 2047: Filter=""> 2048: <File 2049: RelativePath="..\..\..\..\lib\vssh\ssh.h"> 2050: </File> 2051: </Filter> 2052: </Filter> 2053: <Filter 2054: Name="vtls" 2055: Filter=""> 2056: <Filter 2057: Name="Source Files" 2058: Filter=""> 2059: <File 2060: RelativePath="..\..\..\..\lib\vtls\bearssl.c"> 2061: </File> 2062: <File 2063: RelativePath="..\..\..\..\lib\vtls\gskit.c"> 2064: </File> 2065: <File 2066: RelativePath="..\..\..\..\lib\vtls\gtls.c"> 2067: </File> 2068: <File 2069: RelativePath="..\..\..\..\lib\vtls\mbedtls.c"> 2070: </File> 2071: <File 2072: RelativePath="..\..\..\..\lib\vtls\mbedtls_threadlock.c"> 2073: </File> 2074: <File 2075: RelativePath="..\..\..\..\lib\vtls\mesalink.c"> 2076: </File> 2077: <File 2078: RelativePath="..\..\..\..\lib\vtls\nss.c"> 2079: </File> 2080: <File 2081: RelativePath="..\..\..\..\lib\vtls\openssl.c"> 2082: </File> 2083: <File 2084: RelativePath="..\..\..\..\lib\vtls\schannel.c"> 2085: </File> 2086: <File 2087: RelativePath="..\..\..\..\lib\vtls\schannel_verify.c"> 2088: </File> 2089: <File 2090: RelativePath="..\..\..\..\lib\vtls\sectransp.c"> 2091: </File> 2092: <File 2093: RelativePath="..\..\..\..\lib\vtls\vtls.c"> 2094: </File> 2095: <File 2096: RelativePath="..\..\..\..\lib\vtls\wolfssl.c"> 2097: </File> 2098: </Filter> 2099: <Filter 2100: Name="Header Files" 2101: Filter=""> 2102: <File 2103: RelativePath="..\..\..\..\lib\vtls\bearssl.h"> 2104: </File> 2105: <File 2106: RelativePath="..\..\..\..\lib\vtls\gskit.h"> 2107: </File> 2108: <File 2109: RelativePath="..\..\..\..\lib\vtls\gtls.h"> 2110: </File> 2111: <File 2112: RelativePath="..\..\..\..\lib\vtls\mbedtls.h"> 2113: </File> 2114: <File 2115: RelativePath="..\..\..\..\lib\vtls\mbedtls_threadlock.h"> 2116: </File> 2117: <File 2118: RelativePath="..\..\..\..\lib\vtls\mesalink.h"> 2119: </File> 2120: <File 2121: RelativePath="..\..\..\..\lib\vtls\nssg.h"> 2122: </File> 2123: <File 2124: RelativePath="..\..\..\..\lib\vtls\openssl.h"> 2125: </File> 2126: <File 2127: RelativePath="..\..\..\..\lib\vtls\schannel.h"> 2128: </File> 2129: <File 2130: RelativePath="..\..\..\..\lib\vtls\sectransp.h"> 2131: </File> 2132: <File 2133: RelativePath="..\..\..\..\lib\vtls\vtls.h"> 2134: </File> 2135: <File 2136: RelativePath="..\..\..\..\lib\vtls\wolfssl.h"> 2137: </File> 2138: </Filter> 2139: </Filter> 2140: </Files> 2141: <Globals> 2142: </Globals> 2143: </VisualStudioProject>