Annotation of embedaddon/curl/projects/Windows/VC9/lib/libcurl.vcproj, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="Windows-1252"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="9.00"
        !             5:        Name="libcurl"
        !             6:        ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}"
        !             7:        RootNamespace="libcurl"
        !             8:        TargetFrameworkVersion="131072"
        !             9:        >
        !            10:        <Platforms>
        !            11:                <Platform
        !            12:                        Name="Win32"
        !            13:                />
        !            14:                <Platform
        !            15:                        Name="x64"
        !            16:                />
        !            17:        </Platforms>
        !            18:        <ToolFiles>
        !            19:        </ToolFiles>
        !            20:        <Configurations>
        !            21:                <Configuration
        !            22:                        Name="DLL Debug|Win32"
        !            23:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !            24:                        IntermediateDirectory="$(OutDir)\lib"
        !            25:                        ConfigurationType="2"
        !            26:                        UseOfMFC="0"
        !            27:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            28:                        CharacterSet="2"
        !            29:                        >
        !            30:                        <Tool
        !            31:                                Name="VCPreBuildEventTool"
        !            32:                        />
        !            33:                        <Tool
        !            34:                                Name="VCCustomBuildTool"
        !            35:                        />
        !            36:                        <Tool
        !            37:                                Name="VCXMLDataGeneratorTool"
        !            38:                        />
        !            39:                        <Tool
        !            40:                                Name="VCWebServiceProxyGeneratorTool"
        !            41:                        />
        !            42:                        <Tool
        !            43:                                Name="VCMIDLTool"
        !            44:                                PreprocessorDefinitions="_DEBUG"
        !            45:                                MkTypLibCompatible="true"
        !            46:                                TargetEnvironment="1"
        !            47:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !            48:                                HeaderFileName=""
        !            49:                        />
        !            50:                        <Tool
        !            51:                                Name="VCCLCompilerTool"
        !            52:                                Optimization="0"
        !            53:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !            54:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_IPV6"
        !            55:                                MinimalRebuild="true"
        !            56:                                BasicRuntimeChecks="3"
        !            57:                                RuntimeLibrary="3"
        !            58:                                WarningLevel="4"
        !            59:                                DebugInformationFormat="3"
        !            60:                        />
        !            61:                        <Tool
        !            62:                                Name="VCManagedResourceCompilerTool"
        !            63:                        />
        !            64:                        <Tool
        !            65:                                Name="VCResourceCompilerTool"
        !            66:                                PreprocessorDefinitions="_DEBUG"
        !            67:                                Culture="1033"
        !            68:                        />
        !            69:                        <Tool
        !            70:                                Name="VCPreLinkEventTool"
        !            71:                        />
        !            72:                        <Tool
        !            73:                                Name="VCLinkerTool"
        !            74:                                AdditionalDependencies="ws2_32.lib wldap32.lib"
        !            75:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !            76:                                LinkIncremental="1"
        !            77:                                AdditionalLibraryDirectories=""
        !            78:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !            79:                                GenerateDebugInformation="true"
        !            80:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !            81:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !            82:                                TargetMachine="1"
        !            83:                        />
        !            84:                        <Tool
        !            85:                                Name="VCALinkTool"
        !            86:                        />
        !            87:                        <Tool
        !            88:                                Name="VCManifestTool"
        !            89:                        />
        !            90:                        <Tool
        !            91:                                Name="VCXDCMakeTool"
        !            92:                        />
        !            93:                        <Tool
        !            94:                                Name="VCBscMakeTool"
        !            95:                        />
        !            96:                        <Tool
        !            97:                                Name="VCFxCopTool"
        !            98:                        />
        !            99:                        <Tool
        !           100:                                Name="VCAppVerifierTool"
        !           101:                        />
        !           102:                        <Tool
        !           103:                                Name="VCPostBuildEventTool"
        !           104:                        />
        !           105:                </Configuration>
        !           106:                <Configuration
        !           107:                        Name="DLL Debug|x64"
        !           108:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           109:                        IntermediateDirectory="$(OutDir)\lib"
        !           110:                        ConfigurationType="2"
        !           111:                        UseOfMFC="0"
        !           112:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           113:                        CharacterSet="2"
        !           114:                        >
        !           115:                        <Tool
        !           116:                                Name="VCPreBuildEventTool"
        !           117:                        />
        !           118:                        <Tool
        !           119:                                Name="VCCustomBuildTool"
        !           120:                        />
        !           121:                        <Tool
        !           122:                                Name="VCXMLDataGeneratorTool"
        !           123:                        />
        !           124:                        <Tool
        !           125:                                Name="VCWebServiceProxyGeneratorTool"
        !           126:                        />
        !           127:                        <Tool
        !           128:                                Name="VCMIDLTool"
        !           129:                                PreprocessorDefinitions="_DEBUG"
        !           130:                                MkTypLibCompatible="true"
        !           131:                                TargetEnvironment="3"
        !           132:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           133:                                HeaderFileName=""
        !           134:                        />
        !           135:                        <Tool
        !           136:                                Name="VCCLCompilerTool"
        !           137:                                Optimization="0"
        !           138:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           139:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_IPV6"
        !           140:                                MinimalRebuild="true"
        !           141:                                BasicRuntimeChecks="3"
        !           142:                                RuntimeLibrary="3"
        !           143:                                WarningLevel="4"
        !           144:                                DebugInformationFormat="3"
        !           145:                        />
        !           146:                        <Tool
        !           147:                                Name="VCManagedResourceCompilerTool"
        !           148:                        />
        !           149:                        <Tool
        !           150:                                Name="VCResourceCompilerTool"
        !           151:                                PreprocessorDefinitions="_DEBUG"
        !           152:                                Culture="1033"
        !           153:                        />
        !           154:                        <Tool
        !           155:                                Name="VCPreLinkEventTool"
        !           156:                        />
        !           157:                        <Tool
        !           158:                                Name="VCLinkerTool"
        !           159:                                AdditionalDependencies="ws2_32.lib wldap32.lib"
        !           160:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !           161:                                LinkIncremental="1"
        !           162:                                AdditionalLibraryDirectories=""
        !           163:                                GenerateDebugInformation="true"
        !           164:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !           165:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           166:                                TargetMachine="17"
        !           167:                        />
        !           168:                        <Tool
        !           169:                                Name="VCALinkTool"
        !           170:                        />
        !           171:                        <Tool
        !           172:                                Name="VCManifestTool"
        !           173:                        />
        !           174:                        <Tool
        !           175:                                Name="VCXDCMakeTool"
        !           176:                        />
        !           177:                        <Tool
        !           178:                                Name="VCBscMakeTool"
        !           179:                        />
        !           180:                        <Tool
        !           181:                                Name="VCFxCopTool"
        !           182:                        />
        !           183:                        <Tool
        !           184:                                Name="VCAppVerifierTool"
        !           185:                        />
        !           186:                        <Tool
        !           187:                                Name="VCPostBuildEventTool"
        !           188:                        />
        !           189:                </Configuration>
        !           190:                <Configuration
        !           191:                        Name="DLL Release|Win32"
        !           192:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           193:                        IntermediateDirectory="$(OutDir)\lib"
        !           194:                        ConfigurationType="2"
        !           195:                        UseOfMFC="0"
        !           196:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           197:                        CharacterSet="2"
        !           198:                        >
        !           199:                        <Tool
        !           200:                                Name="VCPreBuildEventTool"
        !           201:                        />
        !           202:                        <Tool
        !           203:                                Name="VCCustomBuildTool"
        !           204:                        />
        !           205:                        <Tool
        !           206:                                Name="VCXMLDataGeneratorTool"
        !           207:                        />
        !           208:                        <Tool
        !           209:                                Name="VCWebServiceProxyGeneratorTool"
        !           210:                        />
        !           211:                        <Tool
        !           212:                                Name="VCMIDLTool"
        !           213:                                PreprocessorDefinitions="NDEBUG"
        !           214:                                MkTypLibCompatible="true"
        !           215:                                TargetEnvironment="1"
        !           216:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           217:                                HeaderFileName=""
        !           218:                        />
        !           219:                        <Tool
        !           220:                                Name="VCCLCompilerTool"
        !           221:                                Optimization="2"
        !           222:                                InlineFunctionExpansion="1"
        !           223:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           224:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_IPV6"
        !           225:                                StringPooling="true"
        !           226:                                RuntimeLibrary="2"
        !           227:                                EnableFunctionLevelLinking="true"
        !           228:                                WarningLevel="4"
        !           229:                        />
        !           230:                        <Tool
        !           231:                                Name="VCManagedResourceCompilerTool"
        !           232:                        />
        !           233:                        <Tool
        !           234:                                Name="VCResourceCompilerTool"
        !           235:                                PreprocessorDefinitions="NDEBUG"
        !           236:                                Culture="1033"
        !           237:                        />
        !           238:                        <Tool
        !           239:                                Name="VCPreLinkEventTool"
        !           240:                        />
        !           241:                        <Tool
        !           242:                                Name="VCLinkerTool"
        !           243:                                AdditionalDependencies="ws2_32.lib wldap32.lib"
        !           244:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !           245:                                LinkIncremental="1"
        !           246:                                AdditionalLibraryDirectories=""
        !           247:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !           248:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           249:                                TargetMachine="1"
        !           250:                        />
        !           251:                        <Tool
        !           252:                                Name="VCALinkTool"
        !           253:                        />
        !           254:                        <Tool
        !           255:                                Name="VCManifestTool"
        !           256:                        />
        !           257:                        <Tool
        !           258:                                Name="VCXDCMakeTool"
        !           259:                        />
        !           260:                        <Tool
        !           261:                                Name="VCBscMakeTool"
        !           262:                        />
        !           263:                        <Tool
        !           264:                                Name="VCFxCopTool"
        !           265:                        />
        !           266:                        <Tool
        !           267:                                Name="VCAppVerifierTool"
        !           268:                        />
        !           269:                        <Tool
        !           270:                                Name="VCPostBuildEventTool"
        !           271:                        />
        !           272:                </Configuration>
        !           273:                <Configuration
        !           274:                        Name="DLL Release|x64"
        !           275:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           276:                        IntermediateDirectory="$(OutDir)\lib"
        !           277:                        ConfigurationType="2"
        !           278:                        UseOfMFC="0"
        !           279:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           280:                        CharacterSet="2"
        !           281:                        >
        !           282:                        <Tool
        !           283:                                Name="VCPreBuildEventTool"
        !           284:                        />
        !           285:                        <Tool
        !           286:                                Name="VCCustomBuildTool"
        !           287:                        />
        !           288:                        <Tool
        !           289:                                Name="VCXMLDataGeneratorTool"
        !           290:                        />
        !           291:                        <Tool
        !           292:                                Name="VCWebServiceProxyGeneratorTool"
        !           293:                        />
        !           294:                        <Tool
        !           295:                                Name="VCMIDLTool"
        !           296:                                PreprocessorDefinitions="NDEBUG"
        !           297:                                MkTypLibCompatible="true"
        !           298:                                TargetEnvironment="3"
        !           299:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           300:                                HeaderFileName=""
        !           301:                        />
        !           302:                        <Tool
        !           303:                                Name="VCCLCompilerTool"
        !           304:                                Optimization="2"
        !           305:                                InlineFunctionExpansion="1"
        !           306:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           307:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_IPV6"
        !           308:                                StringPooling="true"
        !           309:                                RuntimeLibrary="2"
        !           310:                                EnableFunctionLevelLinking="true"
        !           311:                                WarningLevel="4"
        !           312:                        />
        !           313:                        <Tool
        !           314:                                Name="VCManagedResourceCompilerTool"
        !           315:                        />
        !           316:                        <Tool
        !           317:                                Name="VCResourceCompilerTool"
        !           318:                                PreprocessorDefinitions="NDEBUG"
        !           319:                                Culture="1033"
        !           320:                        />
        !           321:                        <Tool
        !           322:                                Name="VCPreLinkEventTool"
        !           323:                        />
        !           324:                        <Tool
        !           325:                                Name="VCLinkerTool"
        !           326:                                AdditionalDependencies="ws2_32.lib wldap32.lib"
        !           327:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !           328:                                LinkIncremental="1"
        !           329:                                AdditionalLibraryDirectories=""
        !           330:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           331:                                TargetMachine="17"
        !           332:                        />
        !           333:                        <Tool
        !           334:                                Name="VCALinkTool"
        !           335:                        />
        !           336:                        <Tool
        !           337:                                Name="VCManifestTool"
        !           338:                        />
        !           339:                        <Tool
        !           340:                                Name="VCXDCMakeTool"
        !           341:                        />
        !           342:                        <Tool
        !           343:                                Name="VCBscMakeTool"
        !           344:                        />
        !           345:                        <Tool
        !           346:                                Name="VCFxCopTool"
        !           347:                        />
        !           348:                        <Tool
        !           349:                                Name="VCAppVerifierTool"
        !           350:                        />
        !           351:                        <Tool
        !           352:                                Name="VCPostBuildEventTool"
        !           353:                        />
        !           354:                </Configuration>
        !           355:                <Configuration
        !           356:                        Name="LIB Debug|Win32"
        !           357:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           358:                        IntermediateDirectory="$(OutDir)\lib"
        !           359:                        ConfigurationType="4"
        !           360:                        UseOfMFC="0"
        !           361:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           362:                        CharacterSet="2"
        !           363:                        >
        !           364:                        <Tool
        !           365:                                Name="VCPreBuildEventTool"
        !           366:                        />
        !           367:                        <Tool
        !           368:                                Name="VCCustomBuildTool"
        !           369:                        />
        !           370:                        <Tool
        !           371:                                Name="VCXMLDataGeneratorTool"
        !           372:                        />
        !           373:                        <Tool
        !           374:                                Name="VCWebServiceProxyGeneratorTool"
        !           375:                        />
        !           376:                        <Tool
        !           377:                                Name="VCMIDLTool"
        !           378:                        />
        !           379:                        <Tool
        !           380:                                Name="VCCLCompilerTool"
        !           381:                                Optimization="0"
        !           382:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           383:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_IPV6"
        !           384:                                MinimalRebuild="true"
        !           385:                                BasicRuntimeChecks="3"
        !           386:                                RuntimeLibrary="3"
        !           387:                                WarningLevel="4"
        !           388:                                DebugInformationFormat="3"
        !           389:                        />
        !           390:                        <Tool
        !           391:                                Name="VCManagedResourceCompilerTool"
        !           392:                        />
        !           393:                        <Tool
        !           394:                                Name="VCResourceCompilerTool"
        !           395:                                PreprocessorDefinitions="_DEBUG"
        !           396:                                Culture="1033"
        !           397:                        />
        !           398:                        <Tool
        !           399:                                Name="VCPreLinkEventTool"
        !           400:                        />
        !           401:                        <Tool
        !           402:                                Name="VCLibrarianTool"
        !           403:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !           404:                        />
        !           405:                        <Tool
        !           406:                                Name="VCALinkTool"
        !           407:                        />
        !           408:                        <Tool
        !           409:                                Name="VCXDCMakeTool"
        !           410:                        />
        !           411:                        <Tool
        !           412:                                Name="VCBscMakeTool"
        !           413:                        />
        !           414:                        <Tool
        !           415:                                Name="VCFxCopTool"
        !           416:                        />
        !           417:                        <Tool
        !           418:                                Name="VCPostBuildEventTool"
        !           419:                        />
        !           420:                </Configuration>
        !           421:                <Configuration
        !           422:                        Name="LIB Debug|x64"
        !           423:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           424:                        IntermediateDirectory="$(OutDir)\lib"
        !           425:                        ConfigurationType="4"
        !           426:                        UseOfMFC="0"
        !           427:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           428:                        CharacterSet="2"
        !           429:                        >
        !           430:                        <Tool
        !           431:                                Name="VCPreBuildEventTool"
        !           432:                        />
        !           433:                        <Tool
        !           434:                                Name="VCCustomBuildTool"
        !           435:                        />
        !           436:                        <Tool
        !           437:                                Name="VCXMLDataGeneratorTool"
        !           438:                        />
        !           439:                        <Tool
        !           440:                                Name="VCWebServiceProxyGeneratorTool"
        !           441:                        />
        !           442:                        <Tool
        !           443:                                Name="VCMIDLTool"
        !           444:                                TargetEnvironment="3"
        !           445:                        />
        !           446:                        <Tool
        !           447:                                Name="VCCLCompilerTool"
        !           448:                                Optimization="0"
        !           449:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           450:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_IPV6"
        !           451:                                MinimalRebuild="true"
        !           452:                                BasicRuntimeChecks="3"
        !           453:                                RuntimeLibrary="3"
        !           454:                                WarningLevel="4"
        !           455:                                DebugInformationFormat="3"
        !           456:                        />
        !           457:                        <Tool
        !           458:                                Name="VCManagedResourceCompilerTool"
        !           459:                        />
        !           460:                        <Tool
        !           461:                                Name="VCResourceCompilerTool"
        !           462:                                PreprocessorDefinitions="_DEBUG"
        !           463:                                Culture="1033"
        !           464:                        />
        !           465:                        <Tool
        !           466:                                Name="VCPreLinkEventTool"
        !           467:                        />
        !           468:                        <Tool
        !           469:                                Name="VCLibrarianTool"
        !           470:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !           471:                        />
        !           472:                        <Tool
        !           473:                                Name="VCALinkTool"
        !           474:                        />
        !           475:                        <Tool
        !           476:                                Name="VCXDCMakeTool"
        !           477:                        />
        !           478:                        <Tool
        !           479:                                Name="VCBscMakeTool"
        !           480:                        />
        !           481:                        <Tool
        !           482:                                Name="VCFxCopTool"
        !           483:                        />
        !           484:                        <Tool
        !           485:                                Name="VCPostBuildEventTool"
        !           486:                        />
        !           487:                </Configuration>
        !           488:                <Configuration
        !           489:                        Name="LIB Release|Win32"
        !           490:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           491:                        IntermediateDirectory="$(OutDir)\lib"
        !           492:                        ConfigurationType="4"
        !           493:                        UseOfMFC="0"
        !           494:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           495:                        CharacterSet="2"
        !           496:                        >
        !           497:                        <Tool
        !           498:                                Name="VCPreBuildEventTool"
        !           499:                        />
        !           500:                        <Tool
        !           501:                                Name="VCCustomBuildTool"
        !           502:                        />
        !           503:                        <Tool
        !           504:                                Name="VCXMLDataGeneratorTool"
        !           505:                        />
        !           506:                        <Tool
        !           507:                                Name="VCWebServiceProxyGeneratorTool"
        !           508:                        />
        !           509:                        <Tool
        !           510:                                Name="VCMIDLTool"
        !           511:                        />
        !           512:                        <Tool
        !           513:                                Name="VCCLCompilerTool"
        !           514:                                Optimization="2"
        !           515:                                InlineFunctionExpansion="1"
        !           516:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           517:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_IPV6"
        !           518:                                StringPooling="true"
        !           519:                                RuntimeLibrary="2"
        !           520:                                EnableFunctionLevelLinking="true"
        !           521:                                WarningLevel="4"
        !           522:                        />
        !           523:                        <Tool
        !           524:                                Name="VCManagedResourceCompilerTool"
        !           525:                        />
        !           526:                        <Tool
        !           527:                                Name="VCResourceCompilerTool"
        !           528:                                PreprocessorDefinitions="NDEBUG"
        !           529:                                Culture="1033"
        !           530:                        />
        !           531:                        <Tool
        !           532:                                Name="VCPreLinkEventTool"
        !           533:                        />
        !           534:                        <Tool
        !           535:                                Name="VCLibrarianTool"
        !           536:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !           537:                        />
        !           538:                        <Tool
        !           539:                                Name="VCALinkTool"
        !           540:                        />
        !           541:                        <Tool
        !           542:                                Name="VCXDCMakeTool"
        !           543:                        />
        !           544:                        <Tool
        !           545:                                Name="VCBscMakeTool"
        !           546:                        />
        !           547:                        <Tool
        !           548:                                Name="VCFxCopTool"
        !           549:                        />
        !           550:                        <Tool
        !           551:                                Name="VCPostBuildEventTool"
        !           552:                        />
        !           553:                </Configuration>
        !           554:                <Configuration
        !           555:                        Name="LIB Release|x64"
        !           556:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           557:                        IntermediateDirectory="$(OutDir)\lib"
        !           558:                        ConfigurationType="4"
        !           559:                        UseOfMFC="0"
        !           560:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           561:                        CharacterSet="2"
        !           562:                        >
        !           563:                        <Tool
        !           564:                                Name="VCPreBuildEventTool"
        !           565:                        />
        !           566:                        <Tool
        !           567:                                Name="VCCustomBuildTool"
        !           568:                        />
        !           569:                        <Tool
        !           570:                                Name="VCXMLDataGeneratorTool"
        !           571:                        />
        !           572:                        <Tool
        !           573:                                Name="VCWebServiceProxyGeneratorTool"
        !           574:                        />
        !           575:                        <Tool
        !           576:                                Name="VCMIDLTool"
        !           577:                                TargetEnvironment="3"
        !           578:                        />
        !           579:                        <Tool
        !           580:                                Name="VCCLCompilerTool"
        !           581:                                Optimization="2"
        !           582:                                InlineFunctionExpansion="1"
        !           583:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           584:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_IPV6"
        !           585:                                StringPooling="true"
        !           586:                                RuntimeLibrary="2"
        !           587:                                EnableFunctionLevelLinking="true"
        !           588:                                WarningLevel="4"
        !           589:                        />
        !           590:                        <Tool
        !           591:                                Name="VCManagedResourceCompilerTool"
        !           592:                        />
        !           593:                        <Tool
        !           594:                                Name="VCResourceCompilerTool"
        !           595:                                PreprocessorDefinitions="NDEBUG"
        !           596:                                Culture="1033"
        !           597:                        />
        !           598:                        <Tool
        !           599:                                Name="VCPreLinkEventTool"
        !           600:                        />
        !           601:                        <Tool
        !           602:                                Name="VCLibrarianTool"
        !           603:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !           604:                        />
        !           605:                        <Tool
        !           606:                                Name="VCALinkTool"
        !           607:                        />
        !           608:                        <Tool
        !           609:                                Name="VCXDCMakeTool"
        !           610:                        />
        !           611:                        <Tool
        !           612:                                Name="VCBscMakeTool"
        !           613:                        />
        !           614:                        <Tool
        !           615:                                Name="VCFxCopTool"
        !           616:                        />
        !           617:                        <Tool
        !           618:                                Name="VCPostBuildEventTool"
        !           619:                        />
        !           620:                </Configuration>
        !           621:                <Configuration
        !           622:                        Name="DLL Debug - DLL OpenSSL|Win32"
        !           623:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           624:                        IntermediateDirectory="$(OutDir)\lib"
        !           625:                        ConfigurationType="2"
        !           626:                        UseOfMFC="0"
        !           627:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           628:                        CharacterSet="2"
        !           629:                        >
        !           630:                        <Tool
        !           631:                                Name="VCPreBuildEventTool"
        !           632:                        />
        !           633:                        <Tool
        !           634:                                Name="VCCustomBuildTool"
        !           635:                        />
        !           636:                        <Tool
        !           637:                                Name="VCXMLDataGeneratorTool"
        !           638:                        />
        !           639:                        <Tool
        !           640:                                Name="VCWebServiceProxyGeneratorTool"
        !           641:                        />
        !           642:                        <Tool
        !           643:                                Name="VCMIDLTool"
        !           644:                                PreprocessorDefinitions="_DEBUG"
        !           645:                                MkTypLibCompatible="true"
        !           646:                                TargetEnvironment="1"
        !           647:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           648:                                HeaderFileName=""
        !           649:                        />
        !           650:                        <Tool
        !           651:                                Name="VCCLCompilerTool"
        !           652:                                Optimization="0"
        !           653:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !           654:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_IPV6"
        !           655:                                MinimalRebuild="true"
        !           656:                                BasicRuntimeChecks="3"
        !           657:                                RuntimeLibrary="3"
        !           658:                                WarningLevel="4"
        !           659:                                DebugInformationFormat="3"
        !           660:                        />
        !           661:                        <Tool
        !           662:                                Name="VCManagedResourceCompilerTool"
        !           663:                        />
        !           664:                        <Tool
        !           665:                                Name="VCResourceCompilerTool"
        !           666:                                PreprocessorDefinitions="_DEBUG"
        !           667:                                Culture="1033"
        !           668:                        />
        !           669:                        <Tool
        !           670:                                Name="VCPreLinkEventTool"
        !           671:                        />
        !           672:                        <Tool
        !           673:                                Name="VCLinkerTool"
        !           674:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
        !           675:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !           676:                                LinkIncremental="1"
        !           677:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC9\DLL Debug"
        !           678:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !           679:                                GenerateDebugInformation="true"
        !           680:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !           681:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           682:                                TargetMachine="1"
        !           683:                        />
        !           684:                        <Tool
        !           685:                                Name="VCALinkTool"
        !           686:                        />
        !           687:                        <Tool
        !           688:                                Name="VCManifestTool"
        !           689:                        />
        !           690:                        <Tool
        !           691:                                Name="VCXDCMakeTool"
        !           692:                        />
        !           693:                        <Tool
        !           694:                                Name="VCBscMakeTool"
        !           695:                        />
        !           696:                        <Tool
        !           697:                                Name="VCFxCopTool"
        !           698:                        />
        !           699:                        <Tool
        !           700:                                Name="VCAppVerifierTool"
        !           701:                        />
        !           702:                        <Tool
        !           703:                                Name="VCPostBuildEventTool"
        !           704:                        />
        !           705:                </Configuration>
        !           706:                <Configuration
        !           707:                        Name="DLL Debug - DLL OpenSSL|x64"
        !           708:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           709:                        IntermediateDirectory="$(OutDir)\lib"
        !           710:                        ConfigurationType="2"
        !           711:                        UseOfMFC="0"
        !           712:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           713:                        CharacterSet="2"
        !           714:                        >
        !           715:                        <Tool
        !           716:                                Name="VCPreBuildEventTool"
        !           717:                        />
        !           718:                        <Tool
        !           719:                                Name="VCCustomBuildTool"
        !           720:                        />
        !           721:                        <Tool
        !           722:                                Name="VCXMLDataGeneratorTool"
        !           723:                        />
        !           724:                        <Tool
        !           725:                                Name="VCWebServiceProxyGeneratorTool"
        !           726:                        />
        !           727:                        <Tool
        !           728:                                Name="VCMIDLTool"
        !           729:                                PreprocessorDefinitions="_DEBUG"
        !           730:                                MkTypLibCompatible="true"
        !           731:                                TargetEnvironment="3"
        !           732:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           733:                                HeaderFileName=""
        !           734:                        />
        !           735:                        <Tool
        !           736:                                Name="VCCLCompilerTool"
        !           737:                                Optimization="0"
        !           738:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !           739:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_IPV6"
        !           740:                                MinimalRebuild="true"
        !           741:                                BasicRuntimeChecks="3"
        !           742:                                RuntimeLibrary="3"
        !           743:                                WarningLevel="4"
        !           744:                                DebugInformationFormat="3"
        !           745:                        />
        !           746:                        <Tool
        !           747:                                Name="VCManagedResourceCompilerTool"
        !           748:                        />
        !           749:                        <Tool
        !           750:                                Name="VCResourceCompilerTool"
        !           751:                                PreprocessorDefinitions="_DEBUG"
        !           752:                                Culture="1033"
        !           753:                        />
        !           754:                        <Tool
        !           755:                                Name="VCPreLinkEventTool"
        !           756:                        />
        !           757:                        <Tool
        !           758:                                Name="VCLinkerTool"
        !           759:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
        !           760:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !           761:                                LinkIncremental="1"
        !           762:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Debug"
        !           763:                                GenerateDebugInformation="true"
        !           764:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !           765:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           766:                                TargetMachine="17"
        !           767:                        />
        !           768:                        <Tool
        !           769:                                Name="VCALinkTool"
        !           770:                        />
        !           771:                        <Tool
        !           772:                                Name="VCManifestTool"
        !           773:                        />
        !           774:                        <Tool
        !           775:                                Name="VCXDCMakeTool"
        !           776:                        />
        !           777:                        <Tool
        !           778:                                Name="VCBscMakeTool"
        !           779:                        />
        !           780:                        <Tool
        !           781:                                Name="VCFxCopTool"
        !           782:                        />
        !           783:                        <Tool
        !           784:                                Name="VCAppVerifierTool"
        !           785:                        />
        !           786:                        <Tool
        !           787:                                Name="VCPostBuildEventTool"
        !           788:                        />
        !           789:                </Configuration>
        !           790:                <Configuration
        !           791:                        Name="DLL Release - DLL OpenSSL|Win32"
        !           792:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           793:                        IntermediateDirectory="$(OutDir)\lib"
        !           794:                        ConfigurationType="2"
        !           795:                        UseOfMFC="0"
        !           796:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           797:                        CharacterSet="2"
        !           798:                        >
        !           799:                        <Tool
        !           800:                                Name="VCPreBuildEventTool"
        !           801:                        />
        !           802:                        <Tool
        !           803:                                Name="VCCustomBuildTool"
        !           804:                        />
        !           805:                        <Tool
        !           806:                                Name="VCXMLDataGeneratorTool"
        !           807:                        />
        !           808:                        <Tool
        !           809:                                Name="VCWebServiceProxyGeneratorTool"
        !           810:                        />
        !           811:                        <Tool
        !           812:                                Name="VCMIDLTool"
        !           813:                                PreprocessorDefinitions="NDEBUG"
        !           814:                                MkTypLibCompatible="true"
        !           815:                                TargetEnvironment="1"
        !           816:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           817:                                HeaderFileName=""
        !           818:                        />
        !           819:                        <Tool
        !           820:                                Name="VCCLCompilerTool"
        !           821:                                Optimization="2"
        !           822:                                InlineFunctionExpansion="1"
        !           823:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !           824:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_IPV6"
        !           825:                                StringPooling="true"
        !           826:                                RuntimeLibrary="2"
        !           827:                                EnableFunctionLevelLinking="true"
        !           828:                                WarningLevel="4"
        !           829:                        />
        !           830:                        <Tool
        !           831:                                Name="VCManagedResourceCompilerTool"
        !           832:                        />
        !           833:                        <Tool
        !           834:                                Name="VCResourceCompilerTool"
        !           835:                                PreprocessorDefinitions="NDEBUG"
        !           836:                                Culture="1033"
        !           837:                        />
        !           838:                        <Tool
        !           839:                                Name="VCPreLinkEventTool"
        !           840:                        />
        !           841:                        <Tool
        !           842:                                Name="VCLinkerTool"
        !           843:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
        !           844:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !           845:                                LinkIncremental="1"
        !           846:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC9\DLL Release"
        !           847:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !           848:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           849:                                TargetMachine="1"
        !           850:                        />
        !           851:                        <Tool
        !           852:                                Name="VCALinkTool"
        !           853:                        />
        !           854:                        <Tool
        !           855:                                Name="VCManifestTool"
        !           856:                        />
        !           857:                        <Tool
        !           858:                                Name="VCXDCMakeTool"
        !           859:                        />
        !           860:                        <Tool
        !           861:                                Name="VCBscMakeTool"
        !           862:                        />
        !           863:                        <Tool
        !           864:                                Name="VCFxCopTool"
        !           865:                        />
        !           866:                        <Tool
        !           867:                                Name="VCAppVerifierTool"
        !           868:                        />
        !           869:                        <Tool
        !           870:                                Name="VCPostBuildEventTool"
        !           871:                        />
        !           872:                </Configuration>
        !           873:                <Configuration
        !           874:                        Name="DLL Release - DLL OpenSSL|x64"
        !           875:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !           876:                        IntermediateDirectory="$(OutDir)\lib"
        !           877:                        ConfigurationType="2"
        !           878:                        UseOfMFC="0"
        !           879:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           880:                        CharacterSet="2"
        !           881:                        >
        !           882:                        <Tool
        !           883:                                Name="VCPreBuildEventTool"
        !           884:                        />
        !           885:                        <Tool
        !           886:                                Name="VCCustomBuildTool"
        !           887:                        />
        !           888:                        <Tool
        !           889:                                Name="VCXMLDataGeneratorTool"
        !           890:                        />
        !           891:                        <Tool
        !           892:                                Name="VCWebServiceProxyGeneratorTool"
        !           893:                        />
        !           894:                        <Tool
        !           895:                                Name="VCMIDLTool"
        !           896:                                PreprocessorDefinitions="NDEBUG"
        !           897:                                MkTypLibCompatible="true"
        !           898:                                TargetEnvironment="3"
        !           899:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           900:                                HeaderFileName=""
        !           901:                        />
        !           902:                        <Tool
        !           903:                                Name="VCCLCompilerTool"
        !           904:                                Optimization="2"
        !           905:                                InlineFunctionExpansion="1"
        !           906:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !           907:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_IPV6"
        !           908:                                StringPooling="true"
        !           909:                                RuntimeLibrary="2"
        !           910:                                EnableFunctionLevelLinking="true"
        !           911:                                WarningLevel="4"
        !           912:                        />
        !           913:                        <Tool
        !           914:                                Name="VCManagedResourceCompilerTool"
        !           915:                        />
        !           916:                        <Tool
        !           917:                                Name="VCResourceCompilerTool"
        !           918:                                PreprocessorDefinitions="NDEBUG"
        !           919:                                Culture="1033"
        !           920:                        />
        !           921:                        <Tool
        !           922:                                Name="VCPreLinkEventTool"
        !           923:                        />
        !           924:                        <Tool
        !           925:                                Name="VCLinkerTool"
        !           926:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib"
        !           927:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !           928:                                LinkIncremental="1"
        !           929:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Release"
        !           930:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !           931:                                TargetMachine="17"
        !           932:                        />
        !           933:                        <Tool
        !           934:                                Name="VCALinkTool"
        !           935:                        />
        !           936:                        <Tool
        !           937:                                Name="VCManifestTool"
        !           938:                        />
        !           939:                        <Tool
        !           940:                                Name="VCXDCMakeTool"
        !           941:                        />
        !           942:                        <Tool
        !           943:                                Name="VCBscMakeTool"
        !           944:                        />
        !           945:                        <Tool
        !           946:                                Name="VCFxCopTool"
        !           947:                        />
        !           948:                        <Tool
        !           949:                                Name="VCAppVerifierTool"
        !           950:                        />
        !           951:                        <Tool
        !           952:                                Name="VCPostBuildEventTool"
        !           953:                        />
        !           954:                </Configuration>
        !           955:                <Configuration
        !           956:                        Name="DLL Debug - DLL Windows SSPI|Win32"
        !           957:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !           958:                        IntermediateDirectory="$(OutDir)\lib"
        !           959:                        ConfigurationType="2"
        !           960:                        UseOfMFC="0"
        !           961:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           962:                        CharacterSet="2"
        !           963:                        >
        !           964:                        <Tool
        !           965:                                Name="VCPreBuildEventTool"
        !           966:                        />
        !           967:                        <Tool
        !           968:                                Name="VCCustomBuildTool"
        !           969:                        />
        !           970:                        <Tool
        !           971:                                Name="VCXMLDataGeneratorTool"
        !           972:                        />
        !           973:                        <Tool
        !           974:                                Name="VCWebServiceProxyGeneratorTool"
        !           975:                        />
        !           976:                        <Tool
        !           977:                                Name="VCMIDLTool"
        !           978:                                PreprocessorDefinitions="_DEBUG"
        !           979:                                MkTypLibCompatible="true"
        !           980:                                TargetEnvironment="1"
        !           981:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !           982:                                HeaderFileName=""
        !           983:                        />
        !           984:                        <Tool
        !           985:                                Name="VCCLCompilerTool"
        !           986:                                Optimization="0"
        !           987:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !           988:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !           989:                                MinimalRebuild="true"
        !           990:                                BasicRuntimeChecks="3"
        !           991:                                RuntimeLibrary="3"
        !           992:                                WarningLevel="4"
        !           993:                                DebugInformationFormat="3"
        !           994:                        />
        !           995:                        <Tool
        !           996:                                Name="VCManagedResourceCompilerTool"
        !           997:                        />
        !           998:                        <Tool
        !           999:                                Name="VCResourceCompilerTool"
        !          1000:                                PreprocessorDefinitions="_DEBUG"
        !          1001:                                Culture="1033"
        !          1002:                        />
        !          1003:                        <Tool
        !          1004:                                Name="VCPreLinkEventTool"
        !          1005:                        />
        !          1006:                        <Tool
        !          1007:                                Name="VCLinkerTool"
        !          1008:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib"
        !          1009:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          1010:                                LinkIncremental="1"
        !          1011:                                AdditionalLibraryDirectories=""
        !          1012:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          1013:                                GenerateDebugInformation="true"
        !          1014:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          1015:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1016:                                TargetMachine="1"
        !          1017:                        />
        !          1018:                        <Tool
        !          1019:                                Name="VCALinkTool"
        !          1020:                        />
        !          1021:                        <Tool
        !          1022:                                Name="VCManifestTool"
        !          1023:                        />
        !          1024:                        <Tool
        !          1025:                                Name="VCXDCMakeTool"
        !          1026:                        />
        !          1027:                        <Tool
        !          1028:                                Name="VCBscMakeTool"
        !          1029:                        />
        !          1030:                        <Tool
        !          1031:                                Name="VCFxCopTool"
        !          1032:                        />
        !          1033:                        <Tool
        !          1034:                                Name="VCAppVerifierTool"
        !          1035:                        />
        !          1036:                        <Tool
        !          1037:                                Name="VCPostBuildEventTool"
        !          1038:                        />
        !          1039:                </Configuration>
        !          1040:                <Configuration
        !          1041:                        Name="DLL Debug - DLL Windows SSPI|x64"
        !          1042:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1043:                        IntermediateDirectory="$(OutDir)\lib"
        !          1044:                        ConfigurationType="2"
        !          1045:                        UseOfMFC="0"
        !          1046:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1047:                        CharacterSet="2"
        !          1048:                        >
        !          1049:                        <Tool
        !          1050:                                Name="VCPreBuildEventTool"
        !          1051:                        />
        !          1052:                        <Tool
        !          1053:                                Name="VCCustomBuildTool"
        !          1054:                        />
        !          1055:                        <Tool
        !          1056:                                Name="VCXMLDataGeneratorTool"
        !          1057:                        />
        !          1058:                        <Tool
        !          1059:                                Name="VCWebServiceProxyGeneratorTool"
        !          1060:                        />
        !          1061:                        <Tool
        !          1062:                                Name="VCMIDLTool"
        !          1063:                                PreprocessorDefinitions="_DEBUG"
        !          1064:                                MkTypLibCompatible="true"
        !          1065:                                TargetEnvironment="3"
        !          1066:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1067:                                HeaderFileName=""
        !          1068:                        />
        !          1069:                        <Tool
        !          1070:                                Name="VCCLCompilerTool"
        !          1071:                                Optimization="0"
        !          1072:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          1073:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          1074:                                MinimalRebuild="true"
        !          1075:                                BasicRuntimeChecks="3"
        !          1076:                                RuntimeLibrary="3"
        !          1077:                                WarningLevel="4"
        !          1078:                                DebugInformationFormat="3"
        !          1079:                        />
        !          1080:                        <Tool
        !          1081:                                Name="VCManagedResourceCompilerTool"
        !          1082:                        />
        !          1083:                        <Tool
        !          1084:                                Name="VCResourceCompilerTool"
        !          1085:                                PreprocessorDefinitions="_DEBUG"
        !          1086:                                Culture="1033"
        !          1087:                        />
        !          1088:                        <Tool
        !          1089:                                Name="VCPreLinkEventTool"
        !          1090:                        />
        !          1091:                        <Tool
        !          1092:                                Name="VCLinkerTool"
        !          1093:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib"
        !          1094:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          1095:                                LinkIncremental="1"
        !          1096:                                AdditionalLibraryDirectories=""
        !          1097:                                GenerateDebugInformation="true"
        !          1098:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          1099:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1100:                                TargetMachine="17"
        !          1101:                        />
        !          1102:                        <Tool
        !          1103:                                Name="VCALinkTool"
        !          1104:                        />
        !          1105:                        <Tool
        !          1106:                                Name="VCManifestTool"
        !          1107:                        />
        !          1108:                        <Tool
        !          1109:                                Name="VCXDCMakeTool"
        !          1110:                        />
        !          1111:                        <Tool
        !          1112:                                Name="VCBscMakeTool"
        !          1113:                        />
        !          1114:                        <Tool
        !          1115:                                Name="VCFxCopTool"
        !          1116:                        />
        !          1117:                        <Tool
        !          1118:                                Name="VCAppVerifierTool"
        !          1119:                        />
        !          1120:                        <Tool
        !          1121:                                Name="VCPostBuildEventTool"
        !          1122:                        />
        !          1123:                </Configuration>
        !          1124:                <Configuration
        !          1125:                        Name="DLL Release - DLL Windows SSPI|Win32"
        !          1126:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1127:                        IntermediateDirectory="$(OutDir)\lib"
        !          1128:                        ConfigurationType="2"
        !          1129:                        UseOfMFC="0"
        !          1130:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1131:                        CharacterSet="2"
        !          1132:                        >
        !          1133:                        <Tool
        !          1134:                                Name="VCPreBuildEventTool"
        !          1135:                        />
        !          1136:                        <Tool
        !          1137:                                Name="VCCustomBuildTool"
        !          1138:                        />
        !          1139:                        <Tool
        !          1140:                                Name="VCXMLDataGeneratorTool"
        !          1141:                        />
        !          1142:                        <Tool
        !          1143:                                Name="VCWebServiceProxyGeneratorTool"
        !          1144:                        />
        !          1145:                        <Tool
        !          1146:                                Name="VCMIDLTool"
        !          1147:                                PreprocessorDefinitions="NDEBUG"
        !          1148:                                MkTypLibCompatible="true"
        !          1149:                                TargetEnvironment="1"
        !          1150:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1151:                                HeaderFileName=""
        !          1152:                        />
        !          1153:                        <Tool
        !          1154:                                Name="VCCLCompilerTool"
        !          1155:                                Optimization="2"
        !          1156:                                InlineFunctionExpansion="1"
        !          1157:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          1158:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          1159:                                StringPooling="true"
        !          1160:                                RuntimeLibrary="2"
        !          1161:                                EnableFunctionLevelLinking="true"
        !          1162:                                WarningLevel="4"
        !          1163:                        />
        !          1164:                        <Tool
        !          1165:                                Name="VCManagedResourceCompilerTool"
        !          1166:                        />
        !          1167:                        <Tool
        !          1168:                                Name="VCResourceCompilerTool"
        !          1169:                                PreprocessorDefinitions="NDEBUG"
        !          1170:                                Culture="1033"
        !          1171:                        />
        !          1172:                        <Tool
        !          1173:                                Name="VCPreLinkEventTool"
        !          1174:                        />
        !          1175:                        <Tool
        !          1176:                                Name="VCLinkerTool"
        !          1177:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib"
        !          1178:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          1179:                                LinkIncremental="1"
        !          1180:                                AdditionalLibraryDirectories=""
        !          1181:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          1182:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1183:                                TargetMachine="1"
        !          1184:                        />
        !          1185:                        <Tool
        !          1186:                                Name="VCALinkTool"
        !          1187:                        />
        !          1188:                        <Tool
        !          1189:                                Name="VCManifestTool"
        !          1190:                        />
        !          1191:                        <Tool
        !          1192:                                Name="VCXDCMakeTool"
        !          1193:                        />
        !          1194:                        <Tool
        !          1195:                                Name="VCBscMakeTool"
        !          1196:                        />
        !          1197:                        <Tool
        !          1198:                                Name="VCFxCopTool"
        !          1199:                        />
        !          1200:                        <Tool
        !          1201:                                Name="VCAppVerifierTool"
        !          1202:                        />
        !          1203:                        <Tool
        !          1204:                                Name="VCPostBuildEventTool"
        !          1205:                        />
        !          1206:                </Configuration>
        !          1207:                <Configuration
        !          1208:                        Name="DLL Release - DLL Windows SSPI|x64"
        !          1209:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1210:                        IntermediateDirectory="$(OutDir)\lib"
        !          1211:                        ConfigurationType="2"
        !          1212:                        UseOfMFC="0"
        !          1213:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1214:                        CharacterSet="2"
        !          1215:                        >
        !          1216:                        <Tool
        !          1217:                                Name="VCPreBuildEventTool"
        !          1218:                        />
        !          1219:                        <Tool
        !          1220:                                Name="VCCustomBuildTool"
        !          1221:                        />
        !          1222:                        <Tool
        !          1223:                                Name="VCXMLDataGeneratorTool"
        !          1224:                        />
        !          1225:                        <Tool
        !          1226:                                Name="VCWebServiceProxyGeneratorTool"
        !          1227:                        />
        !          1228:                        <Tool
        !          1229:                                Name="VCMIDLTool"
        !          1230:                                PreprocessorDefinitions="NDEBUG"
        !          1231:                                MkTypLibCompatible="true"
        !          1232:                                TargetEnvironment="3"
        !          1233:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1234:                                HeaderFileName=""
        !          1235:                        />
        !          1236:                        <Tool
        !          1237:                                Name="VCCLCompilerTool"
        !          1238:                                Optimization="2"
        !          1239:                                InlineFunctionExpansion="1"
        !          1240:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          1241:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          1242:                                StringPooling="true"
        !          1243:                                RuntimeLibrary="2"
        !          1244:                                EnableFunctionLevelLinking="true"
        !          1245:                                WarningLevel="4"
        !          1246:                        />
        !          1247:                        <Tool
        !          1248:                                Name="VCManagedResourceCompilerTool"
        !          1249:                        />
        !          1250:                        <Tool
        !          1251:                                Name="VCResourceCompilerTool"
        !          1252:                                PreprocessorDefinitions="NDEBUG"
        !          1253:                                Culture="1033"
        !          1254:                        />
        !          1255:                        <Tool
        !          1256:                                Name="VCPreLinkEventTool"
        !          1257:                        />
        !          1258:                        <Tool
        !          1259:                                Name="VCLinkerTool"
        !          1260:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib"
        !          1261:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          1262:                                LinkIncremental="1"
        !          1263:                                AdditionalLibraryDirectories=""
        !          1264:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1265:                                TargetMachine="17"
        !          1266:                        />
        !          1267:                        <Tool
        !          1268:                                Name="VCALinkTool"
        !          1269:                        />
        !          1270:                        <Tool
        !          1271:                                Name="VCManifestTool"
        !          1272:                        />
        !          1273:                        <Tool
        !          1274:                                Name="VCXDCMakeTool"
        !          1275:                        />
        !          1276:                        <Tool
        !          1277:                                Name="VCBscMakeTool"
        !          1278:                        />
        !          1279:                        <Tool
        !          1280:                                Name="VCFxCopTool"
        !          1281:                        />
        !          1282:                        <Tool
        !          1283:                                Name="VCAppVerifierTool"
        !          1284:                        />
        !          1285:                        <Tool
        !          1286:                                Name="VCPostBuildEventTool"
        !          1287:                        />
        !          1288:                </Configuration>
        !          1289:                <Configuration
        !          1290:                        Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32"
        !          1291:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1292:                        IntermediateDirectory="$(OutDir)\lib"
        !          1293:                        ConfigurationType="2"
        !          1294:                        UseOfMFC="0"
        !          1295:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1296:                        CharacterSet="2"
        !          1297:                        >
        !          1298:                        <Tool
        !          1299:                                Name="VCPreBuildEventTool"
        !          1300:                        />
        !          1301:                        <Tool
        !          1302:                                Name="VCCustomBuildTool"
        !          1303:                        />
        !          1304:                        <Tool
        !          1305:                                Name="VCXMLDataGeneratorTool"
        !          1306:                        />
        !          1307:                        <Tool
        !          1308:                                Name="VCWebServiceProxyGeneratorTool"
        !          1309:                        />
        !          1310:                        <Tool
        !          1311:                                Name="VCMIDLTool"
        !          1312:                                PreprocessorDefinitions="_DEBUG"
        !          1313:                                MkTypLibCompatible="true"
        !          1314:                                TargetEnvironment="1"
        !          1315:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1316:                                HeaderFileName=""
        !          1317:                        />
        !          1318:                        <Tool
        !          1319:                                Name="VCCLCompilerTool"
        !          1320:                                Optimization="0"
        !          1321:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1322:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1323:                                MinimalRebuild="true"
        !          1324:                                BasicRuntimeChecks="3"
        !          1325:                                RuntimeLibrary="3"
        !          1326:                                WarningLevel="4"
        !          1327:                                DebugInformationFormat="3"
        !          1328:                        />
        !          1329:                        <Tool
        !          1330:                                Name="VCManagedResourceCompilerTool"
        !          1331:                        />
        !          1332:                        <Tool
        !          1333:                                Name="VCResourceCompilerTool"
        !          1334:                                PreprocessorDefinitions="_DEBUG"
        !          1335:                                Culture="1033"
        !          1336:                        />
        !          1337:                        <Tool
        !          1338:                                Name="VCPreLinkEventTool"
        !          1339:                        />
        !          1340:                        <Tool
        !          1341:                                Name="VCLinkerTool"
        !          1342:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2d.lib"
        !          1343:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          1344:                                LinkIncremental="1"
        !          1345:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC9\DLL Debug;..\..\..\..\..\libssh2\build\Win32\VC9\DLL Debug"
        !          1346:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          1347:                                GenerateDebugInformation="true"
        !          1348:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          1349:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1350:                                TargetMachine="1"
        !          1351:                        />
        !          1352:                        <Tool
        !          1353:                                Name="VCALinkTool"
        !          1354:                        />
        !          1355:                        <Tool
        !          1356:                                Name="VCManifestTool"
        !          1357:                        />
        !          1358:                        <Tool
        !          1359:                                Name="VCXDCMakeTool"
        !          1360:                        />
        !          1361:                        <Tool
        !          1362:                                Name="VCBscMakeTool"
        !          1363:                        />
        !          1364:                        <Tool
        !          1365:                                Name="VCFxCopTool"
        !          1366:                        />
        !          1367:                        <Tool
        !          1368:                                Name="VCAppVerifierTool"
        !          1369:                        />
        !          1370:                        <Tool
        !          1371:                                Name="VCPostBuildEventTool"
        !          1372:                        />
        !          1373:                </Configuration>
        !          1374:                <Configuration
        !          1375:                        Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|x64"
        !          1376:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1377:                        IntermediateDirectory="$(OutDir)\lib"
        !          1378:                        ConfigurationType="2"
        !          1379:                        UseOfMFC="0"
        !          1380:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1381:                        CharacterSet="2"
        !          1382:                        >
        !          1383:                        <Tool
        !          1384:                                Name="VCPreBuildEventTool"
        !          1385:                        />
        !          1386:                        <Tool
        !          1387:                                Name="VCCustomBuildTool"
        !          1388:                        />
        !          1389:                        <Tool
        !          1390:                                Name="VCXMLDataGeneratorTool"
        !          1391:                        />
        !          1392:                        <Tool
        !          1393:                                Name="VCWebServiceProxyGeneratorTool"
        !          1394:                        />
        !          1395:                        <Tool
        !          1396:                                Name="VCMIDLTool"
        !          1397:                                PreprocessorDefinitions="_DEBUG"
        !          1398:                                MkTypLibCompatible="true"
        !          1399:                                TargetEnvironment="3"
        !          1400:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1401:                                HeaderFileName=""
        !          1402:                        />
        !          1403:                        <Tool
        !          1404:                                Name="VCCLCompilerTool"
        !          1405:                                Optimization="0"
        !          1406:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1407:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1408:                                MinimalRebuild="true"
        !          1409:                                BasicRuntimeChecks="3"
        !          1410:                                RuntimeLibrary="3"
        !          1411:                                WarningLevel="4"
        !          1412:                                DebugInformationFormat="3"
        !          1413:                        />
        !          1414:                        <Tool
        !          1415:                                Name="VCManagedResourceCompilerTool"
        !          1416:                        />
        !          1417:                        <Tool
        !          1418:                                Name="VCResourceCompilerTool"
        !          1419:                                PreprocessorDefinitions="_DEBUG"
        !          1420:                                Culture="1033"
        !          1421:                        />
        !          1422:                        <Tool
        !          1423:                                Name="VCPreLinkEventTool"
        !          1424:                        />
        !          1425:                        <Tool
        !          1426:                                Name="VCLinkerTool"
        !          1427:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2d.lib"
        !          1428:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          1429:                                LinkIncremental="1"
        !          1430:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Debug;..\..\..\..\..\libssh2\build\Win64\VC9\DLL Debug"
        !          1431:                                GenerateDebugInformation="true"
        !          1432:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          1433:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1434:                                TargetMachine="17"
        !          1435:                        />
        !          1436:                        <Tool
        !          1437:                                Name="VCALinkTool"
        !          1438:                        />
        !          1439:                        <Tool
        !          1440:                                Name="VCManifestTool"
        !          1441:                        />
        !          1442:                        <Tool
        !          1443:                                Name="VCXDCMakeTool"
        !          1444:                        />
        !          1445:                        <Tool
        !          1446:                                Name="VCBscMakeTool"
        !          1447:                        />
        !          1448:                        <Tool
        !          1449:                                Name="VCFxCopTool"
        !          1450:                        />
        !          1451:                        <Tool
        !          1452:                                Name="VCAppVerifierTool"
        !          1453:                        />
        !          1454:                        <Tool
        !          1455:                                Name="VCPostBuildEventTool"
        !          1456:                        />
        !          1457:                </Configuration>
        !          1458:                <Configuration
        !          1459:                        Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32"
        !          1460:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1461:                        IntermediateDirectory="$(OutDir)\lib"
        !          1462:                        ConfigurationType="2"
        !          1463:                        UseOfMFC="0"
        !          1464:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1465:                        CharacterSet="2"
        !          1466:                        >
        !          1467:                        <Tool
        !          1468:                                Name="VCPreBuildEventTool"
        !          1469:                        />
        !          1470:                        <Tool
        !          1471:                                Name="VCCustomBuildTool"
        !          1472:                        />
        !          1473:                        <Tool
        !          1474:                                Name="VCXMLDataGeneratorTool"
        !          1475:                        />
        !          1476:                        <Tool
        !          1477:                                Name="VCWebServiceProxyGeneratorTool"
        !          1478:                        />
        !          1479:                        <Tool
        !          1480:                                Name="VCMIDLTool"
        !          1481:                                PreprocessorDefinitions="NDEBUG"
        !          1482:                                MkTypLibCompatible="true"
        !          1483:                                TargetEnvironment="1"
        !          1484:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1485:                                HeaderFileName=""
        !          1486:                        />
        !          1487:                        <Tool
        !          1488:                                Name="VCCLCompilerTool"
        !          1489:                                Optimization="2"
        !          1490:                                InlineFunctionExpansion="1"
        !          1491:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1492:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1493:                                StringPooling="true"
        !          1494:                                RuntimeLibrary="2"
        !          1495:                                EnableFunctionLevelLinking="true"
        !          1496:                                WarningLevel="4"
        !          1497:                        />
        !          1498:                        <Tool
        !          1499:                                Name="VCManagedResourceCompilerTool"
        !          1500:                        />
        !          1501:                        <Tool
        !          1502:                                Name="VCResourceCompilerTool"
        !          1503:                                PreprocessorDefinitions="NDEBUG"
        !          1504:                                Culture="1033"
        !          1505:                        />
        !          1506:                        <Tool
        !          1507:                                Name="VCPreLinkEventTool"
        !          1508:                        />
        !          1509:                        <Tool
        !          1510:                                Name="VCLinkerTool"
        !          1511:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2.lib"
        !          1512:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          1513:                                LinkIncremental="1"
        !          1514:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win32\VC9\DLL Release;..\..\..\..\..\libssh2\build\Win32\VC9\DLL Release"
        !          1515:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          1516:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1517:                                TargetMachine="1"
        !          1518:                        />
        !          1519:                        <Tool
        !          1520:                                Name="VCALinkTool"
        !          1521:                        />
        !          1522:                        <Tool
        !          1523:                                Name="VCManifestTool"
        !          1524:                        />
        !          1525:                        <Tool
        !          1526:                                Name="VCXDCMakeTool"
        !          1527:                        />
        !          1528:                        <Tool
        !          1529:                                Name="VCBscMakeTool"
        !          1530:                        />
        !          1531:                        <Tool
        !          1532:                                Name="VCFxCopTool"
        !          1533:                        />
        !          1534:                        <Tool
        !          1535:                                Name="VCAppVerifierTool"
        !          1536:                        />
        !          1537:                        <Tool
        !          1538:                                Name="VCPostBuildEventTool"
        !          1539:                        />
        !          1540:                </Configuration>
        !          1541:                <Configuration
        !          1542:                        Name="DLL Release - DLL OpenSSL - DLL LibSSH2|x64"
        !          1543:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1544:                        IntermediateDirectory="$(OutDir)\lib"
        !          1545:                        ConfigurationType="2"
        !          1546:                        UseOfMFC="0"
        !          1547:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1548:                        CharacterSet="2"
        !          1549:                        >
        !          1550:                        <Tool
        !          1551:                                Name="VCPreBuildEventTool"
        !          1552:                        />
        !          1553:                        <Tool
        !          1554:                                Name="VCCustomBuildTool"
        !          1555:                        />
        !          1556:                        <Tool
        !          1557:                                Name="VCXMLDataGeneratorTool"
        !          1558:                        />
        !          1559:                        <Tool
        !          1560:                                Name="VCWebServiceProxyGeneratorTool"
        !          1561:                        />
        !          1562:                        <Tool
        !          1563:                                Name="VCMIDLTool"
        !          1564:                                PreprocessorDefinitions="NDEBUG"
        !          1565:                                MkTypLibCompatible="true"
        !          1566:                                TargetEnvironment="3"
        !          1567:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          1568:                                HeaderFileName=""
        !          1569:                        />
        !          1570:                        <Tool
        !          1571:                                Name="VCCLCompilerTool"
        !          1572:                                Optimization="2"
        !          1573:                                InlineFunctionExpansion="1"
        !          1574:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1575:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1576:                                StringPooling="true"
        !          1577:                                RuntimeLibrary="2"
        !          1578:                                EnableFunctionLevelLinking="true"
        !          1579:                                WarningLevel="4"
        !          1580:                        />
        !          1581:                        <Tool
        !          1582:                                Name="VCManagedResourceCompilerTool"
        !          1583:                        />
        !          1584:                        <Tool
        !          1585:                                Name="VCResourceCompilerTool"
        !          1586:                                PreprocessorDefinitions="NDEBUG"
        !          1587:                                Culture="1033"
        !          1588:                        />
        !          1589:                        <Tool
        !          1590:                                Name="VCPreLinkEventTool"
        !          1591:                        />
        !          1592:                        <Tool
        !          1593:                                Name="VCLinkerTool"
        !          1594:                                AdditionalDependencies="ws2_32.lib wldap32.lib libeay32.lib ssleay32.lib libssh2.lib"
        !          1595:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          1596:                                LinkIncremental="1"
        !          1597:                                AdditionalLibraryDirectories="..\..\..\..\..\openssl\build\Win64\VC9\DLL Release;..\..\..\..\..\libssh2\build\Win64\VC9\DLL Release"
        !          1598:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          1599:                                TargetMachine="17"
        !          1600:                        />
        !          1601:                        <Tool
        !          1602:                                Name="VCALinkTool"
        !          1603:                        />
        !          1604:                        <Tool
        !          1605:                                Name="VCManifestTool"
        !          1606:                        />
        !          1607:                        <Tool
        !          1608:                                Name="VCXDCMakeTool"
        !          1609:                        />
        !          1610:                        <Tool
        !          1611:                                Name="VCBscMakeTool"
        !          1612:                        />
        !          1613:                        <Tool
        !          1614:                                Name="VCFxCopTool"
        !          1615:                        />
        !          1616:                        <Tool
        !          1617:                                Name="VCAppVerifierTool"
        !          1618:                        />
        !          1619:                        <Tool
        !          1620:                                Name="VCPostBuildEventTool"
        !          1621:                        />
        !          1622:                </Configuration>
        !          1623:                <Configuration
        !          1624:                        Name="LIB Debug - DLL OpenSSL|Win32"
        !          1625:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1626:                        IntermediateDirectory="$(OutDir)\lib"
        !          1627:                        ConfigurationType="4"
        !          1628:                        UseOfMFC="0"
        !          1629:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1630:                        CharacterSet="2"
        !          1631:                        >
        !          1632:                        <Tool
        !          1633:                                Name="VCPreBuildEventTool"
        !          1634:                        />
        !          1635:                        <Tool
        !          1636:                                Name="VCCustomBuildTool"
        !          1637:                        />
        !          1638:                        <Tool
        !          1639:                                Name="VCXMLDataGeneratorTool"
        !          1640:                        />
        !          1641:                        <Tool
        !          1642:                                Name="VCWebServiceProxyGeneratorTool"
        !          1643:                        />
        !          1644:                        <Tool
        !          1645:                                Name="VCMIDLTool"
        !          1646:                        />
        !          1647:                        <Tool
        !          1648:                                Name="VCCLCompilerTool"
        !          1649:                                Optimization="0"
        !          1650:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          1651:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          1652:                                MinimalRebuild="true"
        !          1653:                                BasicRuntimeChecks="3"
        !          1654:                                RuntimeLibrary="3"
        !          1655:                                WarningLevel="4"
        !          1656:                                DebugInformationFormat="3"
        !          1657:                        />
        !          1658:                        <Tool
        !          1659:                                Name="VCManagedResourceCompilerTool"
        !          1660:                        />
        !          1661:                        <Tool
        !          1662:                                Name="VCResourceCompilerTool"
        !          1663:                                PreprocessorDefinitions="_DEBUG"
        !          1664:                                Culture="1033"
        !          1665:                        />
        !          1666:                        <Tool
        !          1667:                                Name="VCPreLinkEventTool"
        !          1668:                        />
        !          1669:                        <Tool
        !          1670:                                Name="VCLibrarianTool"
        !          1671:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          1672:                        />
        !          1673:                        <Tool
        !          1674:                                Name="VCALinkTool"
        !          1675:                        />
        !          1676:                        <Tool
        !          1677:                                Name="VCXDCMakeTool"
        !          1678:                        />
        !          1679:                        <Tool
        !          1680:                                Name="VCBscMakeTool"
        !          1681:                        />
        !          1682:                        <Tool
        !          1683:                                Name="VCFxCopTool"
        !          1684:                        />
        !          1685:                        <Tool
        !          1686:                                Name="VCPostBuildEventTool"
        !          1687:                        />
        !          1688:                </Configuration>
        !          1689:                <Configuration
        !          1690:                        Name="LIB Debug - DLL OpenSSL|x64"
        !          1691:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1692:                        IntermediateDirectory="$(OutDir)\lib"
        !          1693:                        ConfigurationType="4"
        !          1694:                        UseOfMFC="0"
        !          1695:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1696:                        CharacterSet="2"
        !          1697:                        >
        !          1698:                        <Tool
        !          1699:                                Name="VCPreBuildEventTool"
        !          1700:                        />
        !          1701:                        <Tool
        !          1702:                                Name="VCCustomBuildTool"
        !          1703:                        />
        !          1704:                        <Tool
        !          1705:                                Name="VCXMLDataGeneratorTool"
        !          1706:                        />
        !          1707:                        <Tool
        !          1708:                                Name="VCWebServiceProxyGeneratorTool"
        !          1709:                        />
        !          1710:                        <Tool
        !          1711:                                Name="VCMIDLTool"
        !          1712:                                TargetEnvironment="3"
        !          1713:                        />
        !          1714:                        <Tool
        !          1715:                                Name="VCCLCompilerTool"
        !          1716:                                Optimization="0"
        !          1717:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          1718:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          1719:                                MinimalRebuild="true"
        !          1720:                                BasicRuntimeChecks="3"
        !          1721:                                RuntimeLibrary="3"
        !          1722:                                WarningLevel="4"
        !          1723:                                DebugInformationFormat="3"
        !          1724:                        />
        !          1725:                        <Tool
        !          1726:                                Name="VCManagedResourceCompilerTool"
        !          1727:                        />
        !          1728:                        <Tool
        !          1729:                                Name="VCResourceCompilerTool"
        !          1730:                                PreprocessorDefinitions="_DEBUG"
        !          1731:                                Culture="1033"
        !          1732:                        />
        !          1733:                        <Tool
        !          1734:                                Name="VCPreLinkEventTool"
        !          1735:                        />
        !          1736:                        <Tool
        !          1737:                                Name="VCLibrarianTool"
        !          1738:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          1739:                        />
        !          1740:                        <Tool
        !          1741:                                Name="VCALinkTool"
        !          1742:                        />
        !          1743:                        <Tool
        !          1744:                                Name="VCXDCMakeTool"
        !          1745:                        />
        !          1746:                        <Tool
        !          1747:                                Name="VCBscMakeTool"
        !          1748:                        />
        !          1749:                        <Tool
        !          1750:                                Name="VCFxCopTool"
        !          1751:                        />
        !          1752:                        <Tool
        !          1753:                                Name="VCPostBuildEventTool"
        !          1754:                        />
        !          1755:                </Configuration>
        !          1756:                <Configuration
        !          1757:                        Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32"
        !          1758:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1759:                        IntermediateDirectory="$(OutDir)\lib"
        !          1760:                        ConfigurationType="4"
        !          1761:                        UseOfMFC="0"
        !          1762:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1763:                        CharacterSet="2"
        !          1764:                        >
        !          1765:                        <Tool
        !          1766:                                Name="VCPreBuildEventTool"
        !          1767:                        />
        !          1768:                        <Tool
        !          1769:                                Name="VCCustomBuildTool"
        !          1770:                        />
        !          1771:                        <Tool
        !          1772:                                Name="VCXMLDataGeneratorTool"
        !          1773:                        />
        !          1774:                        <Tool
        !          1775:                                Name="VCWebServiceProxyGeneratorTool"
        !          1776:                        />
        !          1777:                        <Tool
        !          1778:                                Name="VCMIDLTool"
        !          1779:                        />
        !          1780:                        <Tool
        !          1781:                                Name="VCCLCompilerTool"
        !          1782:                                Optimization="0"
        !          1783:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1784:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1785:                                MinimalRebuild="true"
        !          1786:                                BasicRuntimeChecks="3"
        !          1787:                                RuntimeLibrary="3"
        !          1788:                                WarningLevel="4"
        !          1789:                                DebugInformationFormat="3"
        !          1790:                        />
        !          1791:                        <Tool
        !          1792:                                Name="VCManagedResourceCompilerTool"
        !          1793:                        />
        !          1794:                        <Tool
        !          1795:                                Name="VCResourceCompilerTool"
        !          1796:                                PreprocessorDefinitions="_DEBUG"
        !          1797:                                Culture="1033"
        !          1798:                        />
        !          1799:                        <Tool
        !          1800:                                Name="VCPreLinkEventTool"
        !          1801:                        />
        !          1802:                        <Tool
        !          1803:                                Name="VCLibrarianTool"
        !          1804:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          1805:                        />
        !          1806:                        <Tool
        !          1807:                                Name="VCALinkTool"
        !          1808:                        />
        !          1809:                        <Tool
        !          1810:                                Name="VCXDCMakeTool"
        !          1811:                        />
        !          1812:                        <Tool
        !          1813:                                Name="VCBscMakeTool"
        !          1814:                        />
        !          1815:                        <Tool
        !          1816:                                Name="VCFxCopTool"
        !          1817:                        />
        !          1818:                        <Tool
        !          1819:                                Name="VCPostBuildEventTool"
        !          1820:                        />
        !          1821:                </Configuration>
        !          1822:                <Configuration
        !          1823:                        Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|x64"
        !          1824:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1825:                        IntermediateDirectory="$(OutDir)\lib"
        !          1826:                        ConfigurationType="4"
        !          1827:                        UseOfMFC="0"
        !          1828:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1829:                        CharacterSet="2"
        !          1830:                        >
        !          1831:                        <Tool
        !          1832:                                Name="VCPreBuildEventTool"
        !          1833:                        />
        !          1834:                        <Tool
        !          1835:                                Name="VCCustomBuildTool"
        !          1836:                        />
        !          1837:                        <Tool
        !          1838:                                Name="VCXMLDataGeneratorTool"
        !          1839:                        />
        !          1840:                        <Tool
        !          1841:                                Name="VCWebServiceProxyGeneratorTool"
        !          1842:                        />
        !          1843:                        <Tool
        !          1844:                                Name="VCMIDLTool"
        !          1845:                                TargetEnvironment="3"
        !          1846:                        />
        !          1847:                        <Tool
        !          1848:                                Name="VCCLCompilerTool"
        !          1849:                                Optimization="0"
        !          1850:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          1851:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          1852:                                MinimalRebuild="true"
        !          1853:                                BasicRuntimeChecks="3"
        !          1854:                                RuntimeLibrary="3"
        !          1855:                                WarningLevel="4"
        !          1856:                                DebugInformationFormat="3"
        !          1857:                        />
        !          1858:                        <Tool
        !          1859:                                Name="VCManagedResourceCompilerTool"
        !          1860:                        />
        !          1861:                        <Tool
        !          1862:                                Name="VCResourceCompilerTool"
        !          1863:                                PreprocessorDefinitions="_DEBUG"
        !          1864:                                Culture="1033"
        !          1865:                        />
        !          1866:                        <Tool
        !          1867:                                Name="VCPreLinkEventTool"
        !          1868:                        />
        !          1869:                        <Tool
        !          1870:                                Name="VCLibrarianTool"
        !          1871:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          1872:                        />
        !          1873:                        <Tool
        !          1874:                                Name="VCALinkTool"
        !          1875:                        />
        !          1876:                        <Tool
        !          1877:                                Name="VCXDCMakeTool"
        !          1878:                        />
        !          1879:                        <Tool
        !          1880:                                Name="VCBscMakeTool"
        !          1881:                        />
        !          1882:                        <Tool
        !          1883:                                Name="VCFxCopTool"
        !          1884:                        />
        !          1885:                        <Tool
        !          1886:                                Name="VCPostBuildEventTool"
        !          1887:                        />
        !          1888:                </Configuration>
        !          1889:                <Configuration
        !          1890:                        Name="LIB Debug - DLL Windows SSPI|Win32"
        !          1891:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          1892:                        IntermediateDirectory="$(OutDir)\lib"
        !          1893:                        ConfigurationType="4"
        !          1894:                        UseOfMFC="0"
        !          1895:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1896:                        CharacterSet="2"
        !          1897:                        >
        !          1898:                        <Tool
        !          1899:                                Name="VCPreBuildEventTool"
        !          1900:                        />
        !          1901:                        <Tool
        !          1902:                                Name="VCCustomBuildTool"
        !          1903:                        />
        !          1904:                        <Tool
        !          1905:                                Name="VCXMLDataGeneratorTool"
        !          1906:                        />
        !          1907:                        <Tool
        !          1908:                                Name="VCWebServiceProxyGeneratorTool"
        !          1909:                        />
        !          1910:                        <Tool
        !          1911:                                Name="VCMIDLTool"
        !          1912:                        />
        !          1913:                        <Tool
        !          1914:                                Name="VCCLCompilerTool"
        !          1915:                                Optimization="0"
        !          1916:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          1917:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          1918:                                MinimalRebuild="true"
        !          1919:                                BasicRuntimeChecks="3"
        !          1920:                                RuntimeLibrary="3"
        !          1921:                                WarningLevel="4"
        !          1922:                                DebugInformationFormat="3"
        !          1923:                        />
        !          1924:                        <Tool
        !          1925:                                Name="VCManagedResourceCompilerTool"
        !          1926:                        />
        !          1927:                        <Tool
        !          1928:                                Name="VCResourceCompilerTool"
        !          1929:                                PreprocessorDefinitions="_DEBUG"
        !          1930:                                Culture="1033"
        !          1931:                        />
        !          1932:                        <Tool
        !          1933:                                Name="VCPreLinkEventTool"
        !          1934:                        />
        !          1935:                        <Tool
        !          1936:                                Name="VCLibrarianTool"
        !          1937:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          1938:                        />
        !          1939:                        <Tool
        !          1940:                                Name="VCALinkTool"
        !          1941:                        />
        !          1942:                        <Tool
        !          1943:                                Name="VCXDCMakeTool"
        !          1944:                        />
        !          1945:                        <Tool
        !          1946:                                Name="VCBscMakeTool"
        !          1947:                        />
        !          1948:                        <Tool
        !          1949:                                Name="VCFxCopTool"
        !          1950:                        />
        !          1951:                        <Tool
        !          1952:                                Name="VCPostBuildEventTool"
        !          1953:                        />
        !          1954:                </Configuration>
        !          1955:                <Configuration
        !          1956:                        Name="LIB Debug - DLL Windows SSPI|x64"
        !          1957:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          1958:                        IntermediateDirectory="$(OutDir)\lib"
        !          1959:                        ConfigurationType="4"
        !          1960:                        UseOfMFC="0"
        !          1961:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          1962:                        CharacterSet="2"
        !          1963:                        >
        !          1964:                        <Tool
        !          1965:                                Name="VCPreBuildEventTool"
        !          1966:                        />
        !          1967:                        <Tool
        !          1968:                                Name="VCCustomBuildTool"
        !          1969:                        />
        !          1970:                        <Tool
        !          1971:                                Name="VCXMLDataGeneratorTool"
        !          1972:                        />
        !          1973:                        <Tool
        !          1974:                                Name="VCWebServiceProxyGeneratorTool"
        !          1975:                        />
        !          1976:                        <Tool
        !          1977:                                Name="VCMIDLTool"
        !          1978:                                TargetEnvironment="3"
        !          1979:                        />
        !          1980:                        <Tool
        !          1981:                                Name="VCCLCompilerTool"
        !          1982:                                Optimization="0"
        !          1983:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          1984:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          1985:                                MinimalRebuild="true"
        !          1986:                                BasicRuntimeChecks="3"
        !          1987:                                RuntimeLibrary="3"
        !          1988:                                WarningLevel="4"
        !          1989:                                DebugInformationFormat="3"
        !          1990:                        />
        !          1991:                        <Tool
        !          1992:                                Name="VCManagedResourceCompilerTool"
        !          1993:                        />
        !          1994:                        <Tool
        !          1995:                                Name="VCResourceCompilerTool"
        !          1996:                                PreprocessorDefinitions="_DEBUG"
        !          1997:                                Culture="1033"
        !          1998:                        />
        !          1999:                        <Tool
        !          2000:                                Name="VCPreLinkEventTool"
        !          2001:                        />
        !          2002:                        <Tool
        !          2003:                                Name="VCLibrarianTool"
        !          2004:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          2005:                        />
        !          2006:                        <Tool
        !          2007:                                Name="VCALinkTool"
        !          2008:                        />
        !          2009:                        <Tool
        !          2010:                                Name="VCXDCMakeTool"
        !          2011:                        />
        !          2012:                        <Tool
        !          2013:                                Name="VCBscMakeTool"
        !          2014:                        />
        !          2015:                        <Tool
        !          2016:                                Name="VCFxCopTool"
        !          2017:                        />
        !          2018:                        <Tool
        !          2019:                                Name="VCPostBuildEventTool"
        !          2020:                        />
        !          2021:                </Configuration>
        !          2022:                <Configuration
        !          2023:                        Name="LIB Debug - LIB OpenSSL|Win32"
        !          2024:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2025:                        IntermediateDirectory="$(OutDir)\lib"
        !          2026:                        ConfigurationType="4"
        !          2027:                        UseOfMFC="0"
        !          2028:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2029:                        CharacterSet="2"
        !          2030:                        >
        !          2031:                        <Tool
        !          2032:                                Name="VCPreBuildEventTool"
        !          2033:                        />
        !          2034:                        <Tool
        !          2035:                                Name="VCCustomBuildTool"
        !          2036:                        />
        !          2037:                        <Tool
        !          2038:                                Name="VCXMLDataGeneratorTool"
        !          2039:                        />
        !          2040:                        <Tool
        !          2041:                                Name="VCWebServiceProxyGeneratorTool"
        !          2042:                        />
        !          2043:                        <Tool
        !          2044:                                Name="VCMIDLTool"
        !          2045:                        />
        !          2046:                        <Tool
        !          2047:                                Name="VCCLCompilerTool"
        !          2048:                                Optimization="0"
        !          2049:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2050:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2051:                                MinimalRebuild="true"
        !          2052:                                BasicRuntimeChecks="3"
        !          2053:                                RuntimeLibrary="3"
        !          2054:                                WarningLevel="4"
        !          2055:                                DebugInformationFormat="3"
        !          2056:                        />
        !          2057:                        <Tool
        !          2058:                                Name="VCManagedResourceCompilerTool"
        !          2059:                        />
        !          2060:                        <Tool
        !          2061:                                Name="VCResourceCompilerTool"
        !          2062:                                PreprocessorDefinitions="_DEBUG"
        !          2063:                                Culture="1033"
        !          2064:                        />
        !          2065:                        <Tool
        !          2066:                                Name="VCPreLinkEventTool"
        !          2067:                        />
        !          2068:                        <Tool
        !          2069:                                Name="VCLibrarianTool"
        !          2070:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          2071:                        />
        !          2072:                        <Tool
        !          2073:                                Name="VCALinkTool"
        !          2074:                        />
        !          2075:                        <Tool
        !          2076:                                Name="VCXDCMakeTool"
        !          2077:                        />
        !          2078:                        <Tool
        !          2079:                                Name="VCBscMakeTool"
        !          2080:                        />
        !          2081:                        <Tool
        !          2082:                                Name="VCFxCopTool"
        !          2083:                        />
        !          2084:                        <Tool
        !          2085:                                Name="VCPostBuildEventTool"
        !          2086:                        />
        !          2087:                </Configuration>
        !          2088:                <Configuration
        !          2089:                        Name="LIB Debug - LIB OpenSSL|x64"
        !          2090:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2091:                        IntermediateDirectory="$(OutDir)\lib"
        !          2092:                        ConfigurationType="4"
        !          2093:                        UseOfMFC="0"
        !          2094:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2095:                        CharacterSet="2"
        !          2096:                        >
        !          2097:                        <Tool
        !          2098:                                Name="VCPreBuildEventTool"
        !          2099:                        />
        !          2100:                        <Tool
        !          2101:                                Name="VCCustomBuildTool"
        !          2102:                        />
        !          2103:                        <Tool
        !          2104:                                Name="VCXMLDataGeneratorTool"
        !          2105:                        />
        !          2106:                        <Tool
        !          2107:                                Name="VCWebServiceProxyGeneratorTool"
        !          2108:                        />
        !          2109:                        <Tool
        !          2110:                                Name="VCMIDLTool"
        !          2111:                                TargetEnvironment="3"
        !          2112:                        />
        !          2113:                        <Tool
        !          2114:                                Name="VCCLCompilerTool"
        !          2115:                                Optimization="0"
        !          2116:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2117:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2118:                                MinimalRebuild="true"
        !          2119:                                BasicRuntimeChecks="3"
        !          2120:                                RuntimeLibrary="3"
        !          2121:                                WarningLevel="4"
        !          2122:                                DebugInformationFormat="3"
        !          2123:                        />
        !          2124:                        <Tool
        !          2125:                                Name="VCManagedResourceCompilerTool"
        !          2126:                        />
        !          2127:                        <Tool
        !          2128:                                Name="VCResourceCompilerTool"
        !          2129:                                PreprocessorDefinitions="_DEBUG"
        !          2130:                                Culture="1033"
        !          2131:                        />
        !          2132:                        <Tool
        !          2133:                                Name="VCPreLinkEventTool"
        !          2134:                        />
        !          2135:                        <Tool
        !          2136:                                Name="VCLibrarianTool"
        !          2137:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          2138:                        />
        !          2139:                        <Tool
        !          2140:                                Name="VCALinkTool"
        !          2141:                        />
        !          2142:                        <Tool
        !          2143:                                Name="VCXDCMakeTool"
        !          2144:                        />
        !          2145:                        <Tool
        !          2146:                                Name="VCBscMakeTool"
        !          2147:                        />
        !          2148:                        <Tool
        !          2149:                                Name="VCFxCopTool"
        !          2150:                        />
        !          2151:                        <Tool
        !          2152:                                Name="VCPostBuildEventTool"
        !          2153:                        />
        !          2154:                </Configuration>
        !          2155:                <Configuration
        !          2156:                        Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32"
        !          2157:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2158:                        IntermediateDirectory="$(OutDir)\lib"
        !          2159:                        ConfigurationType="4"
        !          2160:                        UseOfMFC="0"
        !          2161:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2162:                        CharacterSet="2"
        !          2163:                        >
        !          2164:                        <Tool
        !          2165:                                Name="VCPreBuildEventTool"
        !          2166:                        />
        !          2167:                        <Tool
        !          2168:                                Name="VCCustomBuildTool"
        !          2169:                        />
        !          2170:                        <Tool
        !          2171:                                Name="VCXMLDataGeneratorTool"
        !          2172:                        />
        !          2173:                        <Tool
        !          2174:                                Name="VCWebServiceProxyGeneratorTool"
        !          2175:                        />
        !          2176:                        <Tool
        !          2177:                                Name="VCMIDLTool"
        !          2178:                        />
        !          2179:                        <Tool
        !          2180:                                Name="VCCLCompilerTool"
        !          2181:                                Optimization="0"
        !          2182:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2183:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2184:                                MinimalRebuild="true"
        !          2185:                                BasicRuntimeChecks="3"
        !          2186:                                RuntimeLibrary="3"
        !          2187:                                WarningLevel="4"
        !          2188:                                DebugInformationFormat="3"
        !          2189:                        />
        !          2190:                        <Tool
        !          2191:                                Name="VCManagedResourceCompilerTool"
        !          2192:                        />
        !          2193:                        <Tool
        !          2194:                                Name="VCResourceCompilerTool"
        !          2195:                                PreprocessorDefinitions="_DEBUG"
        !          2196:                                Culture="1033"
        !          2197:                        />
        !          2198:                        <Tool
        !          2199:                                Name="VCPreLinkEventTool"
        !          2200:                        />
        !          2201:                        <Tool
        !          2202:                                Name="VCLibrarianTool"
        !          2203:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          2204:                        />
        !          2205:                        <Tool
        !          2206:                                Name="VCALinkTool"
        !          2207:                        />
        !          2208:                        <Tool
        !          2209:                                Name="VCXDCMakeTool"
        !          2210:                        />
        !          2211:                        <Tool
        !          2212:                                Name="VCBscMakeTool"
        !          2213:                        />
        !          2214:                        <Tool
        !          2215:                                Name="VCFxCopTool"
        !          2216:                        />
        !          2217:                        <Tool
        !          2218:                                Name="VCPostBuildEventTool"
        !          2219:                        />
        !          2220:                </Configuration>
        !          2221:                <Configuration
        !          2222:                        Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|x64"
        !          2223:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2224:                        IntermediateDirectory="$(OutDir)\lib"
        !          2225:                        ConfigurationType="4"
        !          2226:                        UseOfMFC="0"
        !          2227:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2228:                        CharacterSet="2"
        !          2229:                        >
        !          2230:                        <Tool
        !          2231:                                Name="VCPreBuildEventTool"
        !          2232:                        />
        !          2233:                        <Tool
        !          2234:                                Name="VCCustomBuildTool"
        !          2235:                        />
        !          2236:                        <Tool
        !          2237:                                Name="VCXMLDataGeneratorTool"
        !          2238:                        />
        !          2239:                        <Tool
        !          2240:                                Name="VCWebServiceProxyGeneratorTool"
        !          2241:                        />
        !          2242:                        <Tool
        !          2243:                                Name="VCMIDLTool"
        !          2244:                                TargetEnvironment="3"
        !          2245:                        />
        !          2246:                        <Tool
        !          2247:                                Name="VCCLCompilerTool"
        !          2248:                                Optimization="0"
        !          2249:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2250:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2251:                                MinimalRebuild="true"
        !          2252:                                BasicRuntimeChecks="3"
        !          2253:                                RuntimeLibrary="3"
        !          2254:                                WarningLevel="4"
        !          2255:                                DebugInformationFormat="3"
        !          2256:                        />
        !          2257:                        <Tool
        !          2258:                                Name="VCManagedResourceCompilerTool"
        !          2259:                        />
        !          2260:                        <Tool
        !          2261:                                Name="VCResourceCompilerTool"
        !          2262:                                PreprocessorDefinitions="_DEBUG"
        !          2263:                                Culture="1033"
        !          2264:                        />
        !          2265:                        <Tool
        !          2266:                                Name="VCPreLinkEventTool"
        !          2267:                        />
        !          2268:                        <Tool
        !          2269:                                Name="VCLibrarianTool"
        !          2270:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          2271:                        />
        !          2272:                        <Tool
        !          2273:                                Name="VCALinkTool"
        !          2274:                        />
        !          2275:                        <Tool
        !          2276:                                Name="VCXDCMakeTool"
        !          2277:                        />
        !          2278:                        <Tool
        !          2279:                                Name="VCBscMakeTool"
        !          2280:                        />
        !          2281:                        <Tool
        !          2282:                                Name="VCFxCopTool"
        !          2283:                        />
        !          2284:                        <Tool
        !          2285:                                Name="VCPostBuildEventTool"
        !          2286:                        />
        !          2287:                </Configuration>
        !          2288:                <Configuration
        !          2289:                        Name="LIB Release - DLL OpenSSL|Win32"
        !          2290:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2291:                        IntermediateDirectory="$(OutDir)\lib"
        !          2292:                        ConfigurationType="4"
        !          2293:                        UseOfMFC="0"
        !          2294:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2295:                        CharacterSet="2"
        !          2296:                        >
        !          2297:                        <Tool
        !          2298:                                Name="VCPreBuildEventTool"
        !          2299:                        />
        !          2300:                        <Tool
        !          2301:                                Name="VCCustomBuildTool"
        !          2302:                        />
        !          2303:                        <Tool
        !          2304:                                Name="VCXMLDataGeneratorTool"
        !          2305:                        />
        !          2306:                        <Tool
        !          2307:                                Name="VCWebServiceProxyGeneratorTool"
        !          2308:                        />
        !          2309:                        <Tool
        !          2310:                                Name="VCMIDLTool"
        !          2311:                        />
        !          2312:                        <Tool
        !          2313:                                Name="VCCLCompilerTool"
        !          2314:                                Optimization="2"
        !          2315:                                InlineFunctionExpansion="1"
        !          2316:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2317:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2318:                                StringPooling="true"
        !          2319:                                RuntimeLibrary="2"
        !          2320:                                EnableFunctionLevelLinking="true"
        !          2321:                                WarningLevel="4"
        !          2322:                        />
        !          2323:                        <Tool
        !          2324:                                Name="VCManagedResourceCompilerTool"
        !          2325:                        />
        !          2326:                        <Tool
        !          2327:                                Name="VCResourceCompilerTool"
        !          2328:                                PreprocessorDefinitions="NDEBUG"
        !          2329:                                Culture="1033"
        !          2330:                        />
        !          2331:                        <Tool
        !          2332:                                Name="VCPreLinkEventTool"
        !          2333:                        />
        !          2334:                        <Tool
        !          2335:                                Name="VCLibrarianTool"
        !          2336:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2337:                        />
        !          2338:                        <Tool
        !          2339:                                Name="VCALinkTool"
        !          2340:                        />
        !          2341:                        <Tool
        !          2342:                                Name="VCXDCMakeTool"
        !          2343:                        />
        !          2344:                        <Tool
        !          2345:                                Name="VCBscMakeTool"
        !          2346:                        />
        !          2347:                        <Tool
        !          2348:                                Name="VCFxCopTool"
        !          2349:                        />
        !          2350:                        <Tool
        !          2351:                                Name="VCPostBuildEventTool"
        !          2352:                        />
        !          2353:                </Configuration>
        !          2354:                <Configuration
        !          2355:                        Name="LIB Release - DLL OpenSSL|x64"
        !          2356:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2357:                        IntermediateDirectory="$(OutDir)\lib"
        !          2358:                        ConfigurationType="4"
        !          2359:                        UseOfMFC="0"
        !          2360:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2361:                        CharacterSet="2"
        !          2362:                        >
        !          2363:                        <Tool
        !          2364:                                Name="VCPreBuildEventTool"
        !          2365:                        />
        !          2366:                        <Tool
        !          2367:                                Name="VCCustomBuildTool"
        !          2368:                        />
        !          2369:                        <Tool
        !          2370:                                Name="VCXMLDataGeneratorTool"
        !          2371:                        />
        !          2372:                        <Tool
        !          2373:                                Name="VCWebServiceProxyGeneratorTool"
        !          2374:                        />
        !          2375:                        <Tool
        !          2376:                                Name="VCMIDLTool"
        !          2377:                                TargetEnvironment="3"
        !          2378:                        />
        !          2379:                        <Tool
        !          2380:                                Name="VCCLCompilerTool"
        !          2381:                                Optimization="2"
        !          2382:                                InlineFunctionExpansion="1"
        !          2383:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2384:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2385:                                StringPooling="true"
        !          2386:                                RuntimeLibrary="2"
        !          2387:                                EnableFunctionLevelLinking="true"
        !          2388:                                WarningLevel="4"
        !          2389:                        />
        !          2390:                        <Tool
        !          2391:                                Name="VCManagedResourceCompilerTool"
        !          2392:                        />
        !          2393:                        <Tool
        !          2394:                                Name="VCResourceCompilerTool"
        !          2395:                                PreprocessorDefinitions="NDEBUG"
        !          2396:                                Culture="1033"
        !          2397:                        />
        !          2398:                        <Tool
        !          2399:                                Name="VCPreLinkEventTool"
        !          2400:                        />
        !          2401:                        <Tool
        !          2402:                                Name="VCLibrarianTool"
        !          2403:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2404:                        />
        !          2405:                        <Tool
        !          2406:                                Name="VCALinkTool"
        !          2407:                        />
        !          2408:                        <Tool
        !          2409:                                Name="VCXDCMakeTool"
        !          2410:                        />
        !          2411:                        <Tool
        !          2412:                                Name="VCBscMakeTool"
        !          2413:                        />
        !          2414:                        <Tool
        !          2415:                                Name="VCFxCopTool"
        !          2416:                        />
        !          2417:                        <Tool
        !          2418:                                Name="VCPostBuildEventTool"
        !          2419:                        />
        !          2420:                </Configuration>
        !          2421:                <Configuration
        !          2422:                        Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32"
        !          2423:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2424:                        IntermediateDirectory="$(OutDir)\lib"
        !          2425:                        ConfigurationType="4"
        !          2426:                        UseOfMFC="0"
        !          2427:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2428:                        CharacterSet="2"
        !          2429:                        >
        !          2430:                        <Tool
        !          2431:                                Name="VCPreBuildEventTool"
        !          2432:                        />
        !          2433:                        <Tool
        !          2434:                                Name="VCCustomBuildTool"
        !          2435:                        />
        !          2436:                        <Tool
        !          2437:                                Name="VCXMLDataGeneratorTool"
        !          2438:                        />
        !          2439:                        <Tool
        !          2440:                                Name="VCWebServiceProxyGeneratorTool"
        !          2441:                        />
        !          2442:                        <Tool
        !          2443:                                Name="VCMIDLTool"
        !          2444:                        />
        !          2445:                        <Tool
        !          2446:                                Name="VCCLCompilerTool"
        !          2447:                                Optimization="2"
        !          2448:                                InlineFunctionExpansion="1"
        !          2449:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2450:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2451:                                StringPooling="true"
        !          2452:                                RuntimeLibrary="2"
        !          2453:                                EnableFunctionLevelLinking="true"
        !          2454:                                WarningLevel="4"
        !          2455:                        />
        !          2456:                        <Tool
        !          2457:                                Name="VCManagedResourceCompilerTool"
        !          2458:                        />
        !          2459:                        <Tool
        !          2460:                                Name="VCResourceCompilerTool"
        !          2461:                                PreprocessorDefinitions="NDEBUG"
        !          2462:                                Culture="1033"
        !          2463:                        />
        !          2464:                        <Tool
        !          2465:                                Name="VCPreLinkEventTool"
        !          2466:                        />
        !          2467:                        <Tool
        !          2468:                                Name="VCLibrarianTool"
        !          2469:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2470:                        />
        !          2471:                        <Tool
        !          2472:                                Name="VCALinkTool"
        !          2473:                        />
        !          2474:                        <Tool
        !          2475:                                Name="VCXDCMakeTool"
        !          2476:                        />
        !          2477:                        <Tool
        !          2478:                                Name="VCBscMakeTool"
        !          2479:                        />
        !          2480:                        <Tool
        !          2481:                                Name="VCFxCopTool"
        !          2482:                        />
        !          2483:                        <Tool
        !          2484:                                Name="VCPostBuildEventTool"
        !          2485:                        />
        !          2486:                </Configuration>
        !          2487:                <Configuration
        !          2488:                        Name="LIB Release - DLL OpenSSL - DLL LibSSH2|x64"
        !          2489:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2490:                        IntermediateDirectory="$(OutDir)\lib"
        !          2491:                        ConfigurationType="4"
        !          2492:                        UseOfMFC="0"
        !          2493:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2494:                        CharacterSet="2"
        !          2495:                        >
        !          2496:                        <Tool
        !          2497:                                Name="VCPreBuildEventTool"
        !          2498:                        />
        !          2499:                        <Tool
        !          2500:                                Name="VCCustomBuildTool"
        !          2501:                        />
        !          2502:                        <Tool
        !          2503:                                Name="VCXMLDataGeneratorTool"
        !          2504:                        />
        !          2505:                        <Tool
        !          2506:                                Name="VCWebServiceProxyGeneratorTool"
        !          2507:                        />
        !          2508:                        <Tool
        !          2509:                                Name="VCMIDLTool"
        !          2510:                                TargetEnvironment="3"
        !          2511:                        />
        !          2512:                        <Tool
        !          2513:                                Name="VCCLCompilerTool"
        !          2514:                                Optimization="2"
        !          2515:                                InlineFunctionExpansion="1"
        !          2516:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2517:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2518:                                StringPooling="true"
        !          2519:                                RuntimeLibrary="2"
        !          2520:                                EnableFunctionLevelLinking="true"
        !          2521:                                WarningLevel="4"
        !          2522:                        />
        !          2523:                        <Tool
        !          2524:                                Name="VCManagedResourceCompilerTool"
        !          2525:                        />
        !          2526:                        <Tool
        !          2527:                                Name="VCResourceCompilerTool"
        !          2528:                                PreprocessorDefinitions="NDEBUG"
        !          2529:                                Culture="1033"
        !          2530:                        />
        !          2531:                        <Tool
        !          2532:                                Name="VCPreLinkEventTool"
        !          2533:                        />
        !          2534:                        <Tool
        !          2535:                                Name="VCLibrarianTool"
        !          2536:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2537:                        />
        !          2538:                        <Tool
        !          2539:                                Name="VCALinkTool"
        !          2540:                        />
        !          2541:                        <Tool
        !          2542:                                Name="VCXDCMakeTool"
        !          2543:                        />
        !          2544:                        <Tool
        !          2545:                                Name="VCBscMakeTool"
        !          2546:                        />
        !          2547:                        <Tool
        !          2548:                                Name="VCFxCopTool"
        !          2549:                        />
        !          2550:                        <Tool
        !          2551:                                Name="VCPostBuildEventTool"
        !          2552:                        />
        !          2553:                </Configuration>
        !          2554:                <Configuration
        !          2555:                        Name="LIB Release - DLL Windows SSPI|Win32"
        !          2556:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2557:                        IntermediateDirectory="$(OutDir)\lib"
        !          2558:                        ConfigurationType="4"
        !          2559:                        UseOfMFC="0"
        !          2560:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2561:                        CharacterSet="2"
        !          2562:                        >
        !          2563:                        <Tool
        !          2564:                                Name="VCPreBuildEventTool"
        !          2565:                        />
        !          2566:                        <Tool
        !          2567:                                Name="VCCustomBuildTool"
        !          2568:                        />
        !          2569:                        <Tool
        !          2570:                                Name="VCXMLDataGeneratorTool"
        !          2571:                        />
        !          2572:                        <Tool
        !          2573:                                Name="VCWebServiceProxyGeneratorTool"
        !          2574:                        />
        !          2575:                        <Tool
        !          2576:                                Name="VCMIDLTool"
        !          2577:                        />
        !          2578:                        <Tool
        !          2579:                                Name="VCCLCompilerTool"
        !          2580:                                Optimization="2"
        !          2581:                                InlineFunctionExpansion="1"
        !          2582:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          2583:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          2584:                                StringPooling="true"
        !          2585:                                RuntimeLibrary="2"
        !          2586:                                EnableFunctionLevelLinking="true"
        !          2587:                                WarningLevel="4"
        !          2588:                        />
        !          2589:                        <Tool
        !          2590:                                Name="VCManagedResourceCompilerTool"
        !          2591:                        />
        !          2592:                        <Tool
        !          2593:                                Name="VCResourceCompilerTool"
        !          2594:                                PreprocessorDefinitions="NDEBUG"
        !          2595:                                Culture="1033"
        !          2596:                        />
        !          2597:                        <Tool
        !          2598:                                Name="VCPreLinkEventTool"
        !          2599:                        />
        !          2600:                        <Tool
        !          2601:                                Name="VCLibrarianTool"
        !          2602:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2603:                        />
        !          2604:                        <Tool
        !          2605:                                Name="VCALinkTool"
        !          2606:                        />
        !          2607:                        <Tool
        !          2608:                                Name="VCXDCMakeTool"
        !          2609:                        />
        !          2610:                        <Tool
        !          2611:                                Name="VCBscMakeTool"
        !          2612:                        />
        !          2613:                        <Tool
        !          2614:                                Name="VCFxCopTool"
        !          2615:                        />
        !          2616:                        <Tool
        !          2617:                                Name="VCPostBuildEventTool"
        !          2618:                        />
        !          2619:                </Configuration>
        !          2620:                <Configuration
        !          2621:                        Name="LIB Release - DLL Windows SSPI|x64"
        !          2622:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2623:                        IntermediateDirectory="$(OutDir)\lib"
        !          2624:                        ConfigurationType="4"
        !          2625:                        UseOfMFC="0"
        !          2626:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2627:                        CharacterSet="2"
        !          2628:                        >
        !          2629:                        <Tool
        !          2630:                                Name="VCPreBuildEventTool"
        !          2631:                        />
        !          2632:                        <Tool
        !          2633:                                Name="VCCustomBuildTool"
        !          2634:                        />
        !          2635:                        <Tool
        !          2636:                                Name="VCXMLDataGeneratorTool"
        !          2637:                        />
        !          2638:                        <Tool
        !          2639:                                Name="VCWebServiceProxyGeneratorTool"
        !          2640:                        />
        !          2641:                        <Tool
        !          2642:                                Name="VCMIDLTool"
        !          2643:                                TargetEnvironment="3"
        !          2644:                        />
        !          2645:                        <Tool
        !          2646:                                Name="VCCLCompilerTool"
        !          2647:                                Optimization="2"
        !          2648:                                InlineFunctionExpansion="1"
        !          2649:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          2650:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_IPV6"
        !          2651:                                StringPooling="true"
        !          2652:                                RuntimeLibrary="2"
        !          2653:                                EnableFunctionLevelLinking="true"
        !          2654:                                WarningLevel="4"
        !          2655:                        />
        !          2656:                        <Tool
        !          2657:                                Name="VCManagedResourceCompilerTool"
        !          2658:                        />
        !          2659:                        <Tool
        !          2660:                                Name="VCResourceCompilerTool"
        !          2661:                                PreprocessorDefinitions="NDEBUG"
        !          2662:                                Culture="1033"
        !          2663:                        />
        !          2664:                        <Tool
        !          2665:                                Name="VCPreLinkEventTool"
        !          2666:                        />
        !          2667:                        <Tool
        !          2668:                                Name="VCLibrarianTool"
        !          2669:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2670:                        />
        !          2671:                        <Tool
        !          2672:                                Name="VCALinkTool"
        !          2673:                        />
        !          2674:                        <Tool
        !          2675:                                Name="VCXDCMakeTool"
        !          2676:                        />
        !          2677:                        <Tool
        !          2678:                                Name="VCBscMakeTool"
        !          2679:                        />
        !          2680:                        <Tool
        !          2681:                                Name="VCFxCopTool"
        !          2682:                        />
        !          2683:                        <Tool
        !          2684:                                Name="VCPostBuildEventTool"
        !          2685:                        />
        !          2686:                </Configuration>
        !          2687:                <Configuration
        !          2688:                        Name="LIB Release - LIB OpenSSL|Win32"
        !          2689:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2690:                        IntermediateDirectory="$(OutDir)\lib"
        !          2691:                        ConfigurationType="4"
        !          2692:                        UseOfMFC="0"
        !          2693:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2694:                        CharacterSet="2"
        !          2695:                        >
        !          2696:                        <Tool
        !          2697:                                Name="VCPreBuildEventTool"
        !          2698:                        />
        !          2699:                        <Tool
        !          2700:                                Name="VCCustomBuildTool"
        !          2701:                        />
        !          2702:                        <Tool
        !          2703:                                Name="VCXMLDataGeneratorTool"
        !          2704:                        />
        !          2705:                        <Tool
        !          2706:                                Name="VCWebServiceProxyGeneratorTool"
        !          2707:                        />
        !          2708:                        <Tool
        !          2709:                                Name="VCMIDLTool"
        !          2710:                        />
        !          2711:                        <Tool
        !          2712:                                Name="VCCLCompilerTool"
        !          2713:                                Optimization="2"
        !          2714:                                InlineFunctionExpansion="1"
        !          2715:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2716:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2717:                                StringPooling="true"
        !          2718:                                RuntimeLibrary="2"
        !          2719:                                EnableFunctionLevelLinking="true"
        !          2720:                                WarningLevel="4"
        !          2721:                        />
        !          2722:                        <Tool
        !          2723:                                Name="VCManagedResourceCompilerTool"
        !          2724:                        />
        !          2725:                        <Tool
        !          2726:                                Name="VCResourceCompilerTool"
        !          2727:                                PreprocessorDefinitions="NDEBUG"
        !          2728:                                Culture="1033"
        !          2729:                        />
        !          2730:                        <Tool
        !          2731:                                Name="VCPreLinkEventTool"
        !          2732:                        />
        !          2733:                        <Tool
        !          2734:                                Name="VCLibrarianTool"
        !          2735:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2736:                        />
        !          2737:                        <Tool
        !          2738:                                Name="VCALinkTool"
        !          2739:                        />
        !          2740:                        <Tool
        !          2741:                                Name="VCXDCMakeTool"
        !          2742:                        />
        !          2743:                        <Tool
        !          2744:                                Name="VCBscMakeTool"
        !          2745:                        />
        !          2746:                        <Tool
        !          2747:                                Name="VCFxCopTool"
        !          2748:                        />
        !          2749:                        <Tool
        !          2750:                                Name="VCPostBuildEventTool"
        !          2751:                        />
        !          2752:                </Configuration>
        !          2753:                <Configuration
        !          2754:                        Name="LIB Release - LIB OpenSSL|x64"
        !          2755:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2756:                        IntermediateDirectory="$(OutDir)\lib"
        !          2757:                        ConfigurationType="4"
        !          2758:                        UseOfMFC="0"
        !          2759:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2760:                        CharacterSet="2"
        !          2761:                        >
        !          2762:                        <Tool
        !          2763:                                Name="VCPreBuildEventTool"
        !          2764:                        />
        !          2765:                        <Tool
        !          2766:                                Name="VCCustomBuildTool"
        !          2767:                        />
        !          2768:                        <Tool
        !          2769:                                Name="VCXMLDataGeneratorTool"
        !          2770:                        />
        !          2771:                        <Tool
        !          2772:                                Name="VCWebServiceProxyGeneratorTool"
        !          2773:                        />
        !          2774:                        <Tool
        !          2775:                                Name="VCMIDLTool"
        !          2776:                                TargetEnvironment="3"
        !          2777:                        />
        !          2778:                        <Tool
        !          2779:                                Name="VCCLCompilerTool"
        !          2780:                                Optimization="2"
        !          2781:                                InlineFunctionExpansion="1"
        !          2782:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32"
        !          2783:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_IPV6"
        !          2784:                                StringPooling="true"
        !          2785:                                RuntimeLibrary="2"
        !          2786:                                EnableFunctionLevelLinking="true"
        !          2787:                                WarningLevel="4"
        !          2788:                        />
        !          2789:                        <Tool
        !          2790:                                Name="VCManagedResourceCompilerTool"
        !          2791:                        />
        !          2792:                        <Tool
        !          2793:                                Name="VCResourceCompilerTool"
        !          2794:                                PreprocessorDefinitions="NDEBUG"
        !          2795:                                Culture="1033"
        !          2796:                        />
        !          2797:                        <Tool
        !          2798:                                Name="VCPreLinkEventTool"
        !          2799:                        />
        !          2800:                        <Tool
        !          2801:                                Name="VCLibrarianTool"
        !          2802:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2803:                        />
        !          2804:                        <Tool
        !          2805:                                Name="VCALinkTool"
        !          2806:                        />
        !          2807:                        <Tool
        !          2808:                                Name="VCXDCMakeTool"
        !          2809:                        />
        !          2810:                        <Tool
        !          2811:                                Name="VCBscMakeTool"
        !          2812:                        />
        !          2813:                        <Tool
        !          2814:                                Name="VCFxCopTool"
        !          2815:                        />
        !          2816:                        <Tool
        !          2817:                                Name="VCPostBuildEventTool"
        !          2818:                        />
        !          2819:                </Configuration>
        !          2820:                <Configuration
        !          2821:                        Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32"
        !          2822:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2823:                        IntermediateDirectory="$(OutDir)\lib"
        !          2824:                        ConfigurationType="4"
        !          2825:                        UseOfMFC="0"
        !          2826:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2827:                        CharacterSet="2"
        !          2828:                        >
        !          2829:                        <Tool
        !          2830:                                Name="VCPreBuildEventTool"
        !          2831:                        />
        !          2832:                        <Tool
        !          2833:                                Name="VCCustomBuildTool"
        !          2834:                        />
        !          2835:                        <Tool
        !          2836:                                Name="VCXMLDataGeneratorTool"
        !          2837:                        />
        !          2838:                        <Tool
        !          2839:                                Name="VCWebServiceProxyGeneratorTool"
        !          2840:                        />
        !          2841:                        <Tool
        !          2842:                                Name="VCMIDLTool"
        !          2843:                        />
        !          2844:                        <Tool
        !          2845:                                Name="VCCLCompilerTool"
        !          2846:                                Optimization="2"
        !          2847:                                InlineFunctionExpansion="1"
        !          2848:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2849:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2850:                                StringPooling="true"
        !          2851:                                RuntimeLibrary="2"
        !          2852:                                EnableFunctionLevelLinking="true"
        !          2853:                                WarningLevel="4"
        !          2854:                        />
        !          2855:                        <Tool
        !          2856:                                Name="VCManagedResourceCompilerTool"
        !          2857:                        />
        !          2858:                        <Tool
        !          2859:                                Name="VCResourceCompilerTool"
        !          2860:                                PreprocessorDefinitions="NDEBUG"
        !          2861:                                Culture="1033"
        !          2862:                        />
        !          2863:                        <Tool
        !          2864:                                Name="VCPreLinkEventTool"
        !          2865:                        />
        !          2866:                        <Tool
        !          2867:                                Name="VCLibrarianTool"
        !          2868:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2869:                        />
        !          2870:                        <Tool
        !          2871:                                Name="VCALinkTool"
        !          2872:                        />
        !          2873:                        <Tool
        !          2874:                                Name="VCXDCMakeTool"
        !          2875:                        />
        !          2876:                        <Tool
        !          2877:                                Name="VCBscMakeTool"
        !          2878:                        />
        !          2879:                        <Tool
        !          2880:                                Name="VCFxCopTool"
        !          2881:                        />
        !          2882:                        <Tool
        !          2883:                                Name="VCPostBuildEventTool"
        !          2884:                        />
        !          2885:                </Configuration>
        !          2886:                <Configuration
        !          2887:                        Name="LIB Release - LIB OpenSSL - LIB LibSSH2|x64"
        !          2888:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          2889:                        IntermediateDirectory="$(OutDir)\lib"
        !          2890:                        ConfigurationType="4"
        !          2891:                        UseOfMFC="0"
        !          2892:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2893:                        CharacterSet="2"
        !          2894:                        >
        !          2895:                        <Tool
        !          2896:                                Name="VCPreBuildEventTool"
        !          2897:                        />
        !          2898:                        <Tool
        !          2899:                                Name="VCCustomBuildTool"
        !          2900:                        />
        !          2901:                        <Tool
        !          2902:                                Name="VCXMLDataGeneratorTool"
        !          2903:                        />
        !          2904:                        <Tool
        !          2905:                                Name="VCWebServiceProxyGeneratorTool"
        !          2906:                        />
        !          2907:                        <Tool
        !          2908:                                Name="VCMIDLTool"
        !          2909:                                TargetEnvironment="3"
        !          2910:                        />
        !          2911:                        <Tool
        !          2912:                                Name="VCCLCompilerTool"
        !          2913:                                Optimization="2"
        !          2914:                                InlineFunctionExpansion="1"
        !          2915:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib;..\..\..\..\..\openssl\inc32;..\..\..\..\..\libssh2\include"
        !          2916:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_OPENSSL;USE_LIBSSH2;USE_IPV6;HAVE_LIBSSH2_H"
        !          2917:                                StringPooling="true"
        !          2918:                                RuntimeLibrary="2"
        !          2919:                                EnableFunctionLevelLinking="true"
        !          2920:                                WarningLevel="4"
        !          2921:                        />
        !          2922:                        <Tool
        !          2923:                                Name="VCManagedResourceCompilerTool"
        !          2924:                        />
        !          2925:                        <Tool
        !          2926:                                Name="VCResourceCompilerTool"
        !          2927:                                PreprocessorDefinitions="NDEBUG"
        !          2928:                                Culture="1033"
        !          2929:                        />
        !          2930:                        <Tool
        !          2931:                                Name="VCPreLinkEventTool"
        !          2932:                        />
        !          2933:                        <Tool
        !          2934:                                Name="VCLibrarianTool"
        !          2935:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          2936:                        />
        !          2937:                        <Tool
        !          2938:                                Name="VCALinkTool"
        !          2939:                        />
        !          2940:                        <Tool
        !          2941:                                Name="VCXDCMakeTool"
        !          2942:                        />
        !          2943:                        <Tool
        !          2944:                                Name="VCBscMakeTool"
        !          2945:                        />
        !          2946:                        <Tool
        !          2947:                                Name="VCFxCopTool"
        !          2948:                        />
        !          2949:                        <Tool
        !          2950:                                Name="VCPostBuildEventTool"
        !          2951:                        />
        !          2952:                </Configuration>
        !          2953:                <Configuration
        !          2954:                        Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32"
        !          2955:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          2956:                        IntermediateDirectory="$(OutDir)\lib"
        !          2957:                        ConfigurationType="2"
        !          2958:                        UseOfMFC="0"
        !          2959:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          2960:                        CharacterSet="2"
        !          2961:                        >
        !          2962:                        <Tool
        !          2963:                                Name="VCPreBuildEventTool"
        !          2964:                        />
        !          2965:                        <Tool
        !          2966:                                Name="VCCustomBuildTool"
        !          2967:                        />
        !          2968:                        <Tool
        !          2969:                                Name="VCXMLDataGeneratorTool"
        !          2970:                        />
        !          2971:                        <Tool
        !          2972:                                Name="VCWebServiceProxyGeneratorTool"
        !          2973:                        />
        !          2974:                        <Tool
        !          2975:                                Name="VCMIDLTool"
        !          2976:                                PreprocessorDefinitions="_DEBUG"
        !          2977:                                MkTypLibCompatible="true"
        !          2978:                                TargetEnvironment="1"
        !          2979:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          2980:                                HeaderFileName=""
        !          2981:                        />
        !          2982:                        <Tool
        !          2983:                                Name="VCCLCompilerTool"
        !          2984:                                Optimization="0"
        !          2985:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          2986:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          2987:                                MinimalRebuild="true"
        !          2988:                                BasicRuntimeChecks="3"
        !          2989:                                RuntimeLibrary="3"
        !          2990:                                WarningLevel="4"
        !          2991:                                DebugInformationFormat="3"
        !          2992:                        />
        !          2993:                        <Tool
        !          2994:                                Name="VCManagedResourceCompilerTool"
        !          2995:                        />
        !          2996:                        <Tool
        !          2997:                                Name="VCResourceCompilerTool"
        !          2998:                                PreprocessorDefinitions="_DEBUG"
        !          2999:                                Culture="1033"
        !          3000:                        />
        !          3001:                        <Tool
        !          3002:                                Name="VCPreLinkEventTool"
        !          3003:                        />
        !          3004:                        <Tool
        !          3005:                                Name="VCLinkerTool"
        !          3006:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib normaliz.lib"
        !          3007:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          3008:                                LinkIncremental="1"
        !          3009:                                AdditionalLibraryDirectories=""
        !          3010:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          3011:                                GenerateDebugInformation="true"
        !          3012:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          3013:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          3014:                                TargetMachine="1"
        !          3015:                        />
        !          3016:                        <Tool
        !          3017:                                Name="VCALinkTool"
        !          3018:                        />
        !          3019:                        <Tool
        !          3020:                                Name="VCManifestTool"
        !          3021:                        />
        !          3022:                        <Tool
        !          3023:                                Name="VCXDCMakeTool"
        !          3024:                        />
        !          3025:                        <Tool
        !          3026:                                Name="VCBscMakeTool"
        !          3027:                        />
        !          3028:                        <Tool
        !          3029:                                Name="VCFxCopTool"
        !          3030:                        />
        !          3031:                        <Tool
        !          3032:                                Name="VCAppVerifierTool"
        !          3033:                        />
        !          3034:                        <Tool
        !          3035:                                Name="VCPostBuildEventTool"
        !          3036:                        />
        !          3037:                </Configuration>
        !          3038:                <Configuration
        !          3039:                        Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|x64"
        !          3040:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          3041:                        IntermediateDirectory="$(OutDir)\lib"
        !          3042:                        ConfigurationType="2"
        !          3043:                        UseOfMFC="0"
        !          3044:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3045:                        CharacterSet="2"
        !          3046:                        >
        !          3047:                        <Tool
        !          3048:                                Name="VCPreBuildEventTool"
        !          3049:                        />
        !          3050:                        <Tool
        !          3051:                                Name="VCCustomBuildTool"
        !          3052:                        />
        !          3053:                        <Tool
        !          3054:                                Name="VCXMLDataGeneratorTool"
        !          3055:                        />
        !          3056:                        <Tool
        !          3057:                                Name="VCWebServiceProxyGeneratorTool"
        !          3058:                        />
        !          3059:                        <Tool
        !          3060:                                Name="VCMIDLTool"
        !          3061:                                PreprocessorDefinitions="_DEBUG"
        !          3062:                                MkTypLibCompatible="true"
        !          3063:                                TargetEnvironment="3"
        !          3064:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          3065:                                HeaderFileName=""
        !          3066:                        />
        !          3067:                        <Tool
        !          3068:                                Name="VCCLCompilerTool"
        !          3069:                                Optimization="0"
        !          3070:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3071:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3072:                                MinimalRebuild="true"
        !          3073:                                BasicRuntimeChecks="3"
        !          3074:                                RuntimeLibrary="3"
        !          3075:                                WarningLevel="4"
        !          3076:                                DebugInformationFormat="3"
        !          3077:                        />
        !          3078:                        <Tool
        !          3079:                                Name="VCManagedResourceCompilerTool"
        !          3080:                        />
        !          3081:                        <Tool
        !          3082:                                Name="VCResourceCompilerTool"
        !          3083:                                PreprocessorDefinitions="_DEBUG"
        !          3084:                                Culture="1033"
        !          3085:                        />
        !          3086:                        <Tool
        !          3087:                                Name="VCPreLinkEventTool"
        !          3088:                        />
        !          3089:                        <Tool
        !          3090:                                Name="VCLinkerTool"
        !          3091:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib normaliz.lib"
        !          3092:                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
        !          3093:                                LinkIncremental="1"
        !          3094:                                AdditionalLibraryDirectories=""
        !          3095:                                GenerateDebugInformation="true"
        !          3096:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
        !          3097:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          3098:                                TargetMachine="17"
        !          3099:                        />
        !          3100:                        <Tool
        !          3101:                                Name="VCALinkTool"
        !          3102:                        />
        !          3103:                        <Tool
        !          3104:                                Name="VCManifestTool"
        !          3105:                        />
        !          3106:                        <Tool
        !          3107:                                Name="VCXDCMakeTool"
        !          3108:                        />
        !          3109:                        <Tool
        !          3110:                                Name="VCBscMakeTool"
        !          3111:                        />
        !          3112:                        <Tool
        !          3113:                                Name="VCFxCopTool"
        !          3114:                        />
        !          3115:                        <Tool
        !          3116:                                Name="VCAppVerifierTool"
        !          3117:                        />
        !          3118:                        <Tool
        !          3119:                                Name="VCPostBuildEventTool"
        !          3120:                        />
        !          3121:                </Configuration>
        !          3122:                <Configuration
        !          3123:                        Name="DLL Release - DLL Windows SSPI - DLL WinIDN|Win32"
        !          3124:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          3125:                        IntermediateDirectory="$(OutDir)\lib"
        !          3126:                        ConfigurationType="2"
        !          3127:                        UseOfMFC="0"
        !          3128:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3129:                        CharacterSet="2"
        !          3130:                        >
        !          3131:                        <Tool
        !          3132:                                Name="VCPreBuildEventTool"
        !          3133:                        />
        !          3134:                        <Tool
        !          3135:                                Name="VCCustomBuildTool"
        !          3136:                        />
        !          3137:                        <Tool
        !          3138:                                Name="VCXMLDataGeneratorTool"
        !          3139:                        />
        !          3140:                        <Tool
        !          3141:                                Name="VCWebServiceProxyGeneratorTool"
        !          3142:                        />
        !          3143:                        <Tool
        !          3144:                                Name="VCMIDLTool"
        !          3145:                                PreprocessorDefinitions="NDEBUG"
        !          3146:                                MkTypLibCompatible="true"
        !          3147:                                TargetEnvironment="1"
        !          3148:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          3149:                                HeaderFileName=""
        !          3150:                        />
        !          3151:                        <Tool
        !          3152:                                Name="VCCLCompilerTool"
        !          3153:                                Optimization="2"
        !          3154:                                InlineFunctionExpansion="1"
        !          3155:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3156:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3157:                                StringPooling="true"
        !          3158:                                RuntimeLibrary="2"
        !          3159:                                EnableFunctionLevelLinking="true"
        !          3160:                                WarningLevel="4"
        !          3161:                        />
        !          3162:                        <Tool
        !          3163:                                Name="VCManagedResourceCompilerTool"
        !          3164:                        />
        !          3165:                        <Tool
        !          3166:                                Name="VCResourceCompilerTool"
        !          3167:                                PreprocessorDefinitions="NDEBUG"
        !          3168:                                Culture="1033"
        !          3169:                        />
        !          3170:                        <Tool
        !          3171:                                Name="VCPreLinkEventTool"
        !          3172:                        />
        !          3173:                        <Tool
        !          3174:                                Name="VCLinkerTool"
        !          3175:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib normaliz.lib"
        !          3176:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          3177:                                LinkIncremental="1"
        !          3178:                                AdditionalLibraryDirectories=""
        !          3179:                                ManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
        !          3180:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          3181:                                TargetMachine="1"
        !          3182:                        />
        !          3183:                        <Tool
        !          3184:                                Name="VCALinkTool"
        !          3185:                        />
        !          3186:                        <Tool
        !          3187:                                Name="VCManifestTool"
        !          3188:                        />
        !          3189:                        <Tool
        !          3190:                                Name="VCXDCMakeTool"
        !          3191:                        />
        !          3192:                        <Tool
        !          3193:                                Name="VCBscMakeTool"
        !          3194:                        />
        !          3195:                        <Tool
        !          3196:                                Name="VCFxCopTool"
        !          3197:                        />
        !          3198:                        <Tool
        !          3199:                                Name="VCAppVerifierTool"
        !          3200:                        />
        !          3201:                        <Tool
        !          3202:                                Name="VCPostBuildEventTool"
        !          3203:                        />
        !          3204:                </Configuration>
        !          3205:                <Configuration
        !          3206:                        Name="DLL Release - DLL Windows SSPI - DLL WinIDN|x64"
        !          3207:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          3208:                        IntermediateDirectory="$(OutDir)\lib"
        !          3209:                        ConfigurationType="2"
        !          3210:                        UseOfMFC="0"
        !          3211:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3212:                        CharacterSet="2"
        !          3213:                        >
        !          3214:                        <Tool
        !          3215:                                Name="VCPreBuildEventTool"
        !          3216:                        />
        !          3217:                        <Tool
        !          3218:                                Name="VCCustomBuildTool"
        !          3219:                        />
        !          3220:                        <Tool
        !          3221:                                Name="VCXMLDataGeneratorTool"
        !          3222:                        />
        !          3223:                        <Tool
        !          3224:                                Name="VCWebServiceProxyGeneratorTool"
        !          3225:                        />
        !          3226:                        <Tool
        !          3227:                                Name="VCMIDLTool"
        !          3228:                                PreprocessorDefinitions="NDEBUG"
        !          3229:                                MkTypLibCompatible="true"
        !          3230:                                TargetEnvironment="3"
        !          3231:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
        !          3232:                                HeaderFileName=""
        !          3233:                        />
        !          3234:                        <Tool
        !          3235:                                Name="VCCLCompilerTool"
        !          3236:                                Optimization="2"
        !          3237:                                InlineFunctionExpansion="1"
        !          3238:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3239:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3240:                                StringPooling="true"
        !          3241:                                RuntimeLibrary="2"
        !          3242:                                EnableFunctionLevelLinking="true"
        !          3243:                                WarningLevel="4"
        !          3244:                        />
        !          3245:                        <Tool
        !          3246:                                Name="VCManagedResourceCompilerTool"
        !          3247:                        />
        !          3248:                        <Tool
        !          3249:                                Name="VCResourceCompilerTool"
        !          3250:                                PreprocessorDefinitions="NDEBUG"
        !          3251:                                Culture="1033"
        !          3252:                        />
        !          3253:                        <Tool
        !          3254:                                Name="VCPreLinkEventTool"
        !          3255:                        />
        !          3256:                        <Tool
        !          3257:                                Name="VCLinkerTool"
        !          3258:                                AdditionalDependencies="ws2_32.lib wldap32.lib crypt32.lib normaliz.lib"
        !          3259:                                OutputFile="$(OutDir)\$(ProjectName).dll"
        !          3260:                                LinkIncremental="1"
        !          3261:                                AdditionalLibraryDirectories=""
        !          3262:                                ImportLibrary="$(TargetDir)$(TargetName).lib"
        !          3263:                                TargetMachine="17"
        !          3264:                        />
        !          3265:                        <Tool
        !          3266:                                Name="VCALinkTool"
        !          3267:                        />
        !          3268:                        <Tool
        !          3269:                                Name="VCManifestTool"
        !          3270:                        />
        !          3271:                        <Tool
        !          3272:                                Name="VCXDCMakeTool"
        !          3273:                        />
        !          3274:                        <Tool
        !          3275:                                Name="VCBscMakeTool"
        !          3276:                        />
        !          3277:                        <Tool
        !          3278:                                Name="VCFxCopTool"
        !          3279:                        />
        !          3280:                        <Tool
        !          3281:                                Name="VCAppVerifierTool"
        !          3282:                        />
        !          3283:                        <Tool
        !          3284:                                Name="VCPostBuildEventTool"
        !          3285:                        />
        !          3286:                </Configuration>
        !          3287:                <Configuration
        !          3288:                        Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32"
        !          3289:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          3290:                        IntermediateDirectory="$(OutDir)\lib"
        !          3291:                        ConfigurationType="4"
        !          3292:                        UseOfMFC="0"
        !          3293:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3294:                        CharacterSet="2"
        !          3295:                        >
        !          3296:                        <Tool
        !          3297:                                Name="VCPreBuildEventTool"
        !          3298:                        />
        !          3299:                        <Tool
        !          3300:                                Name="VCCustomBuildTool"
        !          3301:                        />
        !          3302:                        <Tool
        !          3303:                                Name="VCXMLDataGeneratorTool"
        !          3304:                        />
        !          3305:                        <Tool
        !          3306:                                Name="VCWebServiceProxyGeneratorTool"
        !          3307:                        />
        !          3308:                        <Tool
        !          3309:                                Name="VCMIDLTool"
        !          3310:                        />
        !          3311:                        <Tool
        !          3312:                                Name="VCCLCompilerTool"
        !          3313:                                Optimization="0"
        !          3314:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3315:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3316:                                MinimalRebuild="true"
        !          3317:                                BasicRuntimeChecks="3"
        !          3318:                                RuntimeLibrary="3"
        !          3319:                                WarningLevel="4"
        !          3320:                                DebugInformationFormat="3"
        !          3321:                        />
        !          3322:                        <Tool
        !          3323:                                Name="VCManagedResourceCompilerTool"
        !          3324:                        />
        !          3325:                        <Tool
        !          3326:                                Name="VCResourceCompilerTool"
        !          3327:                                PreprocessorDefinitions="_DEBUG"
        !          3328:                                Culture="1033"
        !          3329:                        />
        !          3330:                        <Tool
        !          3331:                                Name="VCPreLinkEventTool"
        !          3332:                        />
        !          3333:                        <Tool
        !          3334:                                Name="VCLibrarianTool"
        !          3335:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          3336:                        />
        !          3337:                        <Tool
        !          3338:                                Name="VCALinkTool"
        !          3339:                        />
        !          3340:                        <Tool
        !          3341:                                Name="VCXDCMakeTool"
        !          3342:                        />
        !          3343:                        <Tool
        !          3344:                                Name="VCBscMakeTool"
        !          3345:                        />
        !          3346:                        <Tool
        !          3347:                                Name="VCFxCopTool"
        !          3348:                        />
        !          3349:                        <Tool
        !          3350:                                Name="VCPostBuildEventTool"
        !          3351:                        />
        !          3352:                </Configuration>
        !          3353:                <Configuration
        !          3354:                        Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|x64"
        !          3355:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          3356:                        IntermediateDirectory="$(OutDir)\lib"
        !          3357:                        ConfigurationType="4"
        !          3358:                        UseOfMFC="0"
        !          3359:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3360:                        CharacterSet="2"
        !          3361:                        >
        !          3362:                        <Tool
        !          3363:                                Name="VCPreBuildEventTool"
        !          3364:                        />
        !          3365:                        <Tool
        !          3366:                                Name="VCCustomBuildTool"
        !          3367:                        />
        !          3368:                        <Tool
        !          3369:                                Name="VCXMLDataGeneratorTool"
        !          3370:                        />
        !          3371:                        <Tool
        !          3372:                                Name="VCWebServiceProxyGeneratorTool"
        !          3373:                        />
        !          3374:                        <Tool
        !          3375:                                Name="VCMIDLTool"
        !          3376:                                TargetEnvironment="3"
        !          3377:                        />
        !          3378:                        <Tool
        !          3379:                                Name="VCCLCompilerTool"
        !          3380:                                Optimization="0"
        !          3381:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3382:                                PreprocessorDefinitions="_DEBUG;BUILDING_LIBCURL;DEBUGBUILD;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3383:                                MinimalRebuild="true"
        !          3384:                                BasicRuntimeChecks="3"
        !          3385:                                RuntimeLibrary="3"
        !          3386:                                WarningLevel="4"
        !          3387:                                DebugInformationFormat="3"
        !          3388:                        />
        !          3389:                        <Tool
        !          3390:                                Name="VCManagedResourceCompilerTool"
        !          3391:                        />
        !          3392:                        <Tool
        !          3393:                                Name="VCResourceCompilerTool"
        !          3394:                                PreprocessorDefinitions="_DEBUG"
        !          3395:                                Culture="1033"
        !          3396:                        />
        !          3397:                        <Tool
        !          3398:                                Name="VCPreLinkEventTool"
        !          3399:                        />
        !          3400:                        <Tool
        !          3401:                                Name="VCLibrarianTool"
        !          3402:                                OutputFile="$(OutDir)\$(ProjectName)d.lib"
        !          3403:                        />
        !          3404:                        <Tool
        !          3405:                                Name="VCALinkTool"
        !          3406:                        />
        !          3407:                        <Tool
        !          3408:                                Name="VCXDCMakeTool"
        !          3409:                        />
        !          3410:                        <Tool
        !          3411:                                Name="VCBscMakeTool"
        !          3412:                        />
        !          3413:                        <Tool
        !          3414:                                Name="VCFxCopTool"
        !          3415:                        />
        !          3416:                        <Tool
        !          3417:                                Name="VCPostBuildEventTool"
        !          3418:                        />
        !          3419:                </Configuration>
        !          3420:                <Configuration
        !          3421:                        Name="LIB Release - DLL Windows SSPI - DLL WinIDN|Win32"
        !          3422:                        OutputDirectory="..\..\..\..\build\Win32\VC9\$(ConfigurationName)"
        !          3423:                        IntermediateDirectory="$(OutDir)\lib"
        !          3424:                        ConfigurationType="4"
        !          3425:                        UseOfMFC="0"
        !          3426:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3427:                        CharacterSet="2"
        !          3428:                        >
        !          3429:                        <Tool
        !          3430:                                Name="VCPreBuildEventTool"
        !          3431:                        />
        !          3432:                        <Tool
        !          3433:                                Name="VCCustomBuildTool"
        !          3434:                        />
        !          3435:                        <Tool
        !          3436:                                Name="VCXMLDataGeneratorTool"
        !          3437:                        />
        !          3438:                        <Tool
        !          3439:                                Name="VCWebServiceProxyGeneratorTool"
        !          3440:                        />
        !          3441:                        <Tool
        !          3442:                                Name="VCMIDLTool"
        !          3443:                        />
        !          3444:                        <Tool
        !          3445:                                Name="VCCLCompilerTool"
        !          3446:                                Optimization="2"
        !          3447:                                InlineFunctionExpansion="1"
        !          3448:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3449:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3450:                                StringPooling="true"
        !          3451:                                RuntimeLibrary="2"
        !          3452:                                EnableFunctionLevelLinking="true"
        !          3453:                                WarningLevel="4"
        !          3454:                        />
        !          3455:                        <Tool
        !          3456:                                Name="VCManagedResourceCompilerTool"
        !          3457:                        />
        !          3458:                        <Tool
        !          3459:                                Name="VCResourceCompilerTool"
        !          3460:                                PreprocessorDefinitions="NDEBUG"
        !          3461:                                Culture="1033"
        !          3462:                        />
        !          3463:                        <Tool
        !          3464:                                Name="VCPreLinkEventTool"
        !          3465:                        />
        !          3466:                        <Tool
        !          3467:                                Name="VCLibrarianTool"
        !          3468:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          3469:                        />
        !          3470:                        <Tool
        !          3471:                                Name="VCALinkTool"
        !          3472:                        />
        !          3473:                        <Tool
        !          3474:                                Name="VCXDCMakeTool"
        !          3475:                        />
        !          3476:                        <Tool
        !          3477:                                Name="VCBscMakeTool"
        !          3478:                        />
        !          3479:                        <Tool
        !          3480:                                Name="VCFxCopTool"
        !          3481:                        />
        !          3482:                        <Tool
        !          3483:                                Name="VCPostBuildEventTool"
        !          3484:                        />
        !          3485:                </Configuration>
        !          3486:                <Configuration
        !          3487:                        Name="LIB Release - DLL Windows SSPI - DLL WinIDN|x64"
        !          3488:                        OutputDirectory="..\..\..\..\build\Win64\VC9\$(ConfigurationName)"
        !          3489:                        IntermediateDirectory="$(OutDir)\lib"
        !          3490:                        ConfigurationType="4"
        !          3491:                        UseOfMFC="0"
        !          3492:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !          3493:                        CharacterSet="2"
        !          3494:                        >
        !          3495:                        <Tool
        !          3496:                                Name="VCPreBuildEventTool"
        !          3497:                        />
        !          3498:                        <Tool
        !          3499:                                Name="VCCustomBuildTool"
        !          3500:                        />
        !          3501:                        <Tool
        !          3502:                                Name="VCXMLDataGeneratorTool"
        !          3503:                        />
        !          3504:                        <Tool
        !          3505:                                Name="VCWebServiceProxyGeneratorTool"
        !          3506:                        />
        !          3507:                        <Tool
        !          3508:                                Name="VCMIDLTool"
        !          3509:                                TargetEnvironment="3"
        !          3510:                        />
        !          3511:                        <Tool
        !          3512:                                Name="VCCLCompilerTool"
        !          3513:                                Optimization="2"
        !          3514:                                InlineFunctionExpansion="1"
        !          3515:                                AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\..\lib"
        !          3516:                                PreprocessorDefinitions="NDEBUG;BUILDING_LIBCURL;CURL_STATICLIB;USE_WINDOWS_SSPI;USE_SCHANNEL;USE_WIN32_IDN;USE_IPV6;WANT_IDN_PROTOTYPES"
        !          3517:                                StringPooling="true"
        !          3518:                                RuntimeLibrary="2"
        !          3519:                                EnableFunctionLevelLinking="true"
        !          3520:                                WarningLevel="4"
        !          3521:                        />
        !          3522:                        <Tool
        !          3523:                                Name="VCManagedResourceCompilerTool"
        !          3524:                        />
        !          3525:                        <Tool
        !          3526:                                Name="VCResourceCompilerTool"
        !          3527:                                PreprocessorDefinitions="NDEBUG"
        !          3528:                                Culture="1033"
        !          3529:                        />
        !          3530:                        <Tool
        !          3531:                                Name="VCPreLinkEventTool"
        !          3532:                        />
        !          3533:                        <Tool
        !          3534:                                Name="VCLibrarianTool"
        !          3535:                                OutputFile="$(OutDir)\$(ProjectName).lib"
        !          3536:                        />
        !          3537:                        <Tool
        !          3538:                                Name="VCALinkTool"
        !          3539:                        />
        !          3540:                        <Tool
        !          3541:                                Name="VCXDCMakeTool"
        !          3542:                        />
        !          3543:                        <Tool
        !          3544:                                Name="VCBscMakeTool"
        !          3545:                        />
        !          3546:                        <Tool
        !          3547:                                Name="VCFxCopTool"
        !          3548:                        />
        !          3549:                        <Tool
        !          3550:                                Name="VCPostBuildEventTool"
        !          3551:                        />
        !          3552:                </Configuration>
        !          3553:        </Configurations>
        !          3554:        <References>
        !          3555:        </References>
        !          3556:        <Files>
        !          3557:                <Filter
        !          3558:                        Name="Source Files"
        !          3559:                        >
        !          3560:                        <File
        !          3561:                                RelativePath="..\..\..\..\lib\altsvc.c"
        !          3562:                        >
        !          3563:                        </File>
        !          3564:                        <File
        !          3565:                                RelativePath="..\..\..\..\lib\amigaos.c"
        !          3566:                        >
        !          3567:                        </File>
        !          3568:                        <File
        !          3569:                                RelativePath="..\..\..\..\lib\asyn-ares.c"
        !          3570:                        >
        !          3571:                        </File>
        !          3572:                        <File
        !          3573:                                RelativePath="..\..\..\..\lib\asyn-thread.c"
        !          3574:                        >
        !          3575:                        </File>
        !          3576:                        <File
        !          3577:                                RelativePath="..\..\..\..\lib\base64.c"
        !          3578:                        >
        !          3579:                        </File>
        !          3580:                        <File
        !          3581:                                RelativePath="..\..\..\..\lib\conncache.c"
        !          3582:                        >
        !          3583:                        </File>
        !          3584:                        <File
        !          3585:                                RelativePath="..\..\..\..\lib\connect.c"
        !          3586:                        >
        !          3587:                        </File>
        !          3588:                        <File
        !          3589:                                RelativePath="..\..\..\..\lib\content_encoding.c"
        !          3590:                        >
        !          3591:                        </File>
        !          3592:                        <File
        !          3593:                                RelativePath="..\..\..\..\lib\cookie.c"
        !          3594:                        >
        !          3595:                        </File>
        !          3596:                        <File
        !          3597:                                RelativePath="..\..\..\..\lib\curl_addrinfo.c"
        !          3598:                        >
        !          3599:                        </File>
        !          3600:                        <File
        !          3601:                                RelativePath="..\..\..\..\lib\curl_ctype.c"
        !          3602:                        >
        !          3603:                        </File>
        !          3604:                        <File
        !          3605:                                RelativePath="..\..\..\..\lib\curl_des.c"
        !          3606:                        >
        !          3607:                        </File>
        !          3608:                        <File
        !          3609:                                RelativePath="..\..\..\..\lib\curl_endian.c"
        !          3610:                        >
        !          3611:                        </File>
        !          3612:                        <File
        !          3613:                                RelativePath="..\..\..\..\lib\curl_fnmatch.c"
        !          3614:                        >
        !          3615:                        </File>
        !          3616:                        <File
        !          3617:                                RelativePath="..\..\..\..\lib\curl_gethostname.c"
        !          3618:                        >
        !          3619:                        </File>
        !          3620:                        <File
        !          3621:                                RelativePath="..\..\..\..\lib\curl_get_line.c"
        !          3622:                        >
        !          3623:                        </File>
        !          3624:                        <File
        !          3625:                                RelativePath="..\..\..\..\lib\curl_gssapi.c"
        !          3626:                        >
        !          3627:                        </File>
        !          3628:                        <File
        !          3629:                                RelativePath="..\..\..\..\lib\curl_memrchr.c"
        !          3630:                        >
        !          3631:                        </File>
        !          3632:                        <File
        !          3633:                                RelativePath="..\..\..\..\lib\curl_multibyte.c"
        !          3634:                        >
        !          3635:                        </File>
        !          3636:                        <File
        !          3637:                                RelativePath="..\..\..\..\lib\curl_ntlm_core.c"
        !          3638:                        >
        !          3639:                        </File>
        !          3640:                        <File
        !          3641:                                RelativePath="..\..\..\..\lib\curl_ntlm_wb.c"
        !          3642:                        >
        !          3643:                        </File>
        !          3644:                        <File
        !          3645:                                RelativePath="..\..\..\..\lib\curl_path.c"
        !          3646:                        >
        !          3647:                        </File>
        !          3648:                        <File
        !          3649:                                RelativePath="..\..\..\..\lib\curl_range.c"
        !          3650:                        >
        !          3651:                        </File>
        !          3652:                        <File
        !          3653:                                RelativePath="..\..\..\..\lib\curl_rtmp.c"
        !          3654:                        >
        !          3655:                        </File>
        !          3656:                        <File
        !          3657:                                RelativePath="..\..\..\..\lib\curl_sasl.c"
        !          3658:                        >
        !          3659:                        </File>
        !          3660:                        <File
        !          3661:                                RelativePath="..\..\..\..\lib\curl_sspi.c"
        !          3662:                        >
        !          3663:                        </File>
        !          3664:                        <File
        !          3665:                                RelativePath="..\..\..\..\lib\curl_threads.c"
        !          3666:                        >
        !          3667:                        </File>
        !          3668:                        <File
        !          3669:                                RelativePath="..\..\..\..\lib\dict.c"
        !          3670:                        >
        !          3671:                        </File>
        !          3672:                        <File
        !          3673:                                RelativePath="..\..\..\..\lib\doh.c"
        !          3674:                        >
        !          3675:                        </File>
        !          3676:                        <File
        !          3677:                                RelativePath="..\..\..\..\lib\dotdot.c"
        !          3678:                        >
        !          3679:                        </File>
        !          3680:                        <File
        !          3681:                                RelativePath="..\..\..\..\lib\easy.c"
        !          3682:                        >
        !          3683:                        </File>
        !          3684:                        <File
        !          3685:                                RelativePath="..\..\..\..\lib\escape.c"
        !          3686:                        >
        !          3687:                        </File>
        !          3688:                        <File
        !          3689:                                RelativePath="..\..\..\..\lib\file.c"
        !          3690:                        >
        !          3691:                        </File>
        !          3692:                        <File
        !          3693:                                RelativePath="..\..\..\..\lib\fileinfo.c"
        !          3694:                        >
        !          3695:                        </File>
        !          3696:                        <File
        !          3697:                                RelativePath="..\..\..\..\lib\formdata.c"
        !          3698:                        >
        !          3699:                        </File>
        !          3700:                        <File
        !          3701:                                RelativePath="..\..\..\..\lib\ftp.c"
        !          3702:                        >
        !          3703:                        </File>
        !          3704:                        <File
        !          3705:                                RelativePath="..\..\..\..\lib\ftplistparser.c"
        !          3706:                        >
        !          3707:                        </File>
        !          3708:                        <File
        !          3709:                                RelativePath="..\..\..\..\lib\getenv.c"
        !          3710:                        >
        !          3711:                        </File>
        !          3712:                        <File
        !          3713:                                RelativePath="..\..\..\..\lib\getinfo.c"
        !          3714:                        >
        !          3715:                        </File>
        !          3716:                        <File
        !          3717:                                RelativePath="..\..\..\..\lib\gopher.c"
        !          3718:                        >
        !          3719:                        </File>
        !          3720:                        <File
        !          3721:                                RelativePath="..\..\..\..\lib\hash.c"
        !          3722:                        >
        !          3723:                        </File>
        !          3724:                        <File
        !          3725:                                RelativePath="..\..\..\..\lib\hmac.c"
        !          3726:                        >
        !          3727:                        </File>
        !          3728:                        <File
        !          3729:                                RelativePath="..\..\..\..\lib\hostasyn.c"
        !          3730:                        >
        !          3731:                        </File>
        !          3732:                        <File
        !          3733:                                RelativePath="..\..\..\..\lib\hostcheck.c"
        !          3734:                        >
        !          3735:                        </File>
        !          3736:                        <File
        !          3737:                                RelativePath="..\..\..\..\lib\hostip4.c"
        !          3738:                        >
        !          3739:                        </File>
        !          3740:                        <File
        !          3741:                                RelativePath="..\..\..\..\lib\hostip6.c"
        !          3742:                        >
        !          3743:                        </File>
        !          3744:                        <File
        !          3745:                                RelativePath="..\..\..\..\lib\hostip.c"
        !          3746:                        >
        !          3747:                        </File>
        !          3748:                        <File
        !          3749:                                RelativePath="..\..\..\..\lib\hostsyn.c"
        !          3750:                        >
        !          3751:                        </File>
        !          3752:                        <File
        !          3753:                                RelativePath="..\..\..\..\lib\http2.c"
        !          3754:                        >
        !          3755:                        </File>
        !          3756:                        <File
        !          3757:                                RelativePath="..\..\..\..\lib\http.c"
        !          3758:                        >
        !          3759:                        </File>
        !          3760:                        <File
        !          3761:                                RelativePath="..\..\..\..\lib\http_chunks.c"
        !          3762:                        >
        !          3763:                        </File>
        !          3764:                        <File
        !          3765:                                RelativePath="..\..\..\..\lib\http_digest.c"
        !          3766:                        >
        !          3767:                        </File>
        !          3768:                        <File
        !          3769:                                RelativePath="..\..\..\..\lib\http_negotiate.c"
        !          3770:                        >
        !          3771:                        </File>
        !          3772:                        <File
        !          3773:                                RelativePath="..\..\..\..\lib\http_ntlm.c"
        !          3774:                        >
        !          3775:                        </File>
        !          3776:                        <File
        !          3777:                                RelativePath="..\..\..\..\lib\http_proxy.c"
        !          3778:                        >
        !          3779:                        </File>
        !          3780:                        <File
        !          3781:                                RelativePath="..\..\..\..\lib\idn_win32.c"
        !          3782:                        >
        !          3783:                        </File>
        !          3784:                        <File
        !          3785:                                RelativePath="..\..\..\..\lib\if2ip.c"
        !          3786:                        >
        !          3787:                        </File>
        !          3788:                        <File
        !          3789:                                RelativePath="..\..\..\..\lib\imap.c"
        !          3790:                        >
        !          3791:                        </File>
        !          3792:                        <File
        !          3793:                                RelativePath="..\..\..\..\lib\inet_ntop.c"
        !          3794:                        >
        !          3795:                        </File>
        !          3796:                        <File
        !          3797:                                RelativePath="..\..\..\..\lib\inet_pton.c"
        !          3798:                        >
        !          3799:                        </File>
        !          3800:                        <File
        !          3801:                                RelativePath="..\..\..\..\lib\krb5.c"
        !          3802:                        >
        !          3803:                        </File>
        !          3804:                        <File
        !          3805:                                RelativePath="..\..\..\..\lib\ldap.c"
        !          3806:                        >
        !          3807:                        </File>
        !          3808:                        <File
        !          3809:                                RelativePath="..\..\..\..\lib\llist.c"
        !          3810:                        >
        !          3811:                        </File>
        !          3812:                        <File
        !          3813:                                RelativePath="..\..\..\..\lib\md4.c"
        !          3814:                        >
        !          3815:                        </File>
        !          3816:                        <File
        !          3817:                                RelativePath="..\..\..\..\lib\md5.c"
        !          3818:                        >
        !          3819:                        </File>
        !          3820:                        <File
        !          3821:                                RelativePath="..\..\..\..\lib\memdebug.c"
        !          3822:                        >
        !          3823:                        </File>
        !          3824:                        <File
        !          3825:                                RelativePath="..\..\..\..\lib\mime.c"
        !          3826:                        >
        !          3827:                        </File>
        !          3828:                        <File
        !          3829:                                RelativePath="..\..\..\..\lib\mprintf.c"
        !          3830:                        >
        !          3831:                        </File>
        !          3832:                        <File
        !          3833:                                RelativePath="..\..\..\..\lib\mqtt.c"
        !          3834:                        >
        !          3835:                        </File>
        !          3836:                        <File
        !          3837:                                RelativePath="..\..\..\..\lib\multi.c"
        !          3838:                        >
        !          3839:                        </File>
        !          3840:                        <File
        !          3841:                                RelativePath="..\..\..\..\lib\netrc.c"
        !          3842:                        >
        !          3843:                        </File>
        !          3844:                        <File
        !          3845:                                RelativePath="..\..\..\..\lib\non-ascii.c"
        !          3846:                        >
        !          3847:                        </File>
        !          3848:                        <File
        !          3849:                                RelativePath="..\..\..\..\lib\nonblock.c"
        !          3850:                        >
        !          3851:                        </File>
        !          3852:                        <File
        !          3853:                                RelativePath="..\..\..\..\lib\openldap.c"
        !          3854:                        >
        !          3855:                        </File>
        !          3856:                        <File
        !          3857:                                RelativePath="..\..\..\..\lib\parsedate.c"
        !          3858:                        >
        !          3859:                        </File>
        !          3860:                        <File
        !          3861:                                RelativePath="..\..\..\..\lib\pingpong.c"
        !          3862:                        >
        !          3863:                        </File>
        !          3864:                        <File
        !          3865:                                RelativePath="..\..\..\..\lib\pop3.c"
        !          3866:                        >
        !          3867:                        </File>
        !          3868:                        <File
        !          3869:                                RelativePath="..\..\..\..\lib\progress.c"
        !          3870:                        >
        !          3871:                        </File>
        !          3872:                        <File
        !          3873:                                RelativePath="..\..\..\..\lib\psl.c"
        !          3874:                        >
        !          3875:                        </File>
        !          3876:                        <File
        !          3877:                                RelativePath="..\..\..\..\lib\rand.c"
        !          3878:                        >
        !          3879:                        </File>
        !          3880:                        <File
        !          3881:                                RelativePath="..\..\..\..\lib\rename.c"
        !          3882:                        >
        !          3883:                        </File>
        !          3884:                        <File
        !          3885:                                RelativePath="..\..\..\..\lib\rtsp.c"
        !          3886:                        >
        !          3887:                        </File>
        !          3888:                        <File
        !          3889:                                RelativePath="..\..\..\..\lib\security.c"
        !          3890:                        >
        !          3891:                        </File>
        !          3892:                        <File
        !          3893:                                RelativePath="..\..\..\..\lib\select.c"
        !          3894:                        >
        !          3895:                        </File>
        !          3896:                        <File
        !          3897:                                RelativePath="..\..\..\..\lib\sendf.c"
        !          3898:                        >
        !          3899:                        </File>
        !          3900:                        <File
        !          3901:                                RelativePath="..\..\..\..\lib\setopt.c"
        !          3902:                        >
        !          3903:                        </File>
        !          3904:                        <File
        !          3905:                                RelativePath="..\..\..\..\lib\sha256.c"
        !          3906:                        >
        !          3907:                        </File>
        !          3908:                        <File
        !          3909:                                RelativePath="..\..\..\..\lib\share.c"
        !          3910:                        >
        !          3911:                        </File>
        !          3912:                        <File
        !          3913:                                RelativePath="..\..\..\..\lib\slist.c"
        !          3914:                        >
        !          3915:                        </File>
        !          3916:                        <File
        !          3917:                                RelativePath="..\..\..\..\lib\smb.c"
        !          3918:                        >
        !          3919:                        </File>
        !          3920:                        <File
        !          3921:                                RelativePath="..\..\..\..\lib\smtp.c"
        !          3922:                        >
        !          3923:                        </File>
        !          3924:                        <File
        !          3925:                                RelativePath="..\..\..\..\lib\socketpair.c"
        !          3926:                        >
        !          3927:                        </File>
        !          3928:                        <File
        !          3929:                                RelativePath="..\..\..\..\lib\socks.c"
        !          3930:                        >
        !          3931:                        </File>
        !          3932:                        <File
        !          3933:                                RelativePath="..\..\..\..\lib\socks_gssapi.c"
        !          3934:                        >
        !          3935:                        </File>
        !          3936:                        <File
        !          3937:                                RelativePath="..\..\..\..\lib\socks_sspi.c"
        !          3938:                        >
        !          3939:                        </File>
        !          3940:                        <File
        !          3941:                                RelativePath="..\..\..\..\lib\speedcheck.c"
        !          3942:                        >
        !          3943:                        </File>
        !          3944:                        <File
        !          3945:                                RelativePath="..\..\..\..\lib\splay.c"
        !          3946:                        >
        !          3947:                        </File>
        !          3948:                        <File
        !          3949:                                RelativePath="..\..\..\..\lib\strcase.c"
        !          3950:                        >
        !          3951:                        </File>
        !          3952:                        <File
        !          3953:                                RelativePath="..\..\..\..\lib\strdup.c"
        !          3954:                        >
        !          3955:                        </File>
        !          3956:                        <File
        !          3957:                                RelativePath="..\..\..\..\lib\strerror.c"
        !          3958:                        >
        !          3959:                        </File>
        !          3960:                        <File
        !          3961:                                RelativePath="..\..\..\..\lib\strtok.c"
        !          3962:                        >
        !          3963:                        </File>
        !          3964:                        <File
        !          3965:                                RelativePath="..\..\..\..\lib\strtoofft.c"
        !          3966:                        >
        !          3967:                        </File>
        !          3968:                        <File
        !          3969:                                RelativePath="..\..\..\..\lib\system_win32.c"
        !          3970:                        >
        !          3971:                        </File>
        !          3972:                        <File
        !          3973:                                RelativePath="..\..\..\..\lib\telnet.c"
        !          3974:                        >
        !          3975:                        </File>
        !          3976:                        <File
        !          3977:                                RelativePath="..\..\..\..\lib\tftp.c"
        !          3978:                        >
        !          3979:                        </File>
        !          3980:                        <File
        !          3981:                                RelativePath="..\..\..\..\lib\timeval.c"
        !          3982:                        >
        !          3983:                        </File>
        !          3984:                        <File
        !          3985:                                RelativePath="..\..\..\..\lib\transfer.c"
        !          3986:                        >
        !          3987:                        </File>
        !          3988:                        <File
        !          3989:                                RelativePath="..\..\..\..\lib\urlapi.c"
        !          3990:                        >
        !          3991:                        </File>
        !          3992:                        <File
        !          3993:                                RelativePath="..\..\..\..\lib\url.c"
        !          3994:                        >
        !          3995:                        </File>
        !          3996:                        <File
        !          3997:                                RelativePath="..\..\..\..\lib\version.c"
        !          3998:                        >
        !          3999:                        </File>
        !          4000:                        <File
        !          4001:                                RelativePath="..\..\..\..\lib\warnless.c"
        !          4002:                        >
        !          4003:                        </File>
        !          4004:                        <File
        !          4005:                                RelativePath="..\..\..\..\lib\wildcard.c"
        !          4006:                        >
        !          4007:                        </File>
        !          4008:                        <File
        !          4009:                                RelativePath="..\..\..\..\lib\x509asn1.c"
        !          4010:                        >
        !          4011:                        </File>
        !          4012:                </Filter>
        !          4013:                <Filter
        !          4014:                        Name="Header Files"
        !          4015:                        >
        !          4016:                        <File
        !          4017:                                RelativePath="..\..\..\..\lib\altsvc.h"
        !          4018:                        >
        !          4019:                        </File>
        !          4020:                        <File
        !          4021:                                RelativePath="..\..\..\..\lib\amigaos.h"
        !          4022:                        >
        !          4023:                        </File>
        !          4024:                        <File
        !          4025:                                RelativePath="..\..\..\..\lib\arpa_telnet.h"
        !          4026:                        >
        !          4027:                        </File>
        !          4028:                        <File
        !          4029:                                RelativePath="..\..\..\..\lib\asyn.h"
        !          4030:                        >
        !          4031:                        </File>
        !          4032:                        <File
        !          4033:                                RelativePath="..\..\..\..\lib\config-win32.h"
        !          4034:                        >
        !          4035:                        </File>
        !          4036:                        <File
        !          4037:                                RelativePath="..\..\..\..\lib\conncache.h"
        !          4038:                        >
        !          4039:                        </File>
        !          4040:                        <File
        !          4041:                                RelativePath="..\..\..\..\lib\connect.h"
        !          4042:                        >
        !          4043:                        </File>
        !          4044:                        <File
        !          4045:                                RelativePath="..\..\..\..\lib\content_encoding.h"
        !          4046:                        >
        !          4047:                        </File>
        !          4048:                        <File
        !          4049:                                RelativePath="..\..\..\..\lib\cookie.h"
        !          4050:                        >
        !          4051:                        </File>
        !          4052:                        <File
        !          4053:                                RelativePath="..\..\..\..\lib\curl_addrinfo.h"
        !          4054:                        >
        !          4055:                        </File>
        !          4056:                        <File
        !          4057:                                RelativePath="..\..\..\..\lib\curl_base64.h"
        !          4058:                        >
        !          4059:                        </File>
        !          4060:                        <File
        !          4061:                                RelativePath="..\..\..\..\lib\curl_ctype.h"
        !          4062:                        >
        !          4063:                        </File>
        !          4064:                        <File
        !          4065:                                RelativePath="..\..\..\..\lib\curl_des.h"
        !          4066:                        >
        !          4067:                        </File>
        !          4068:                        <File
        !          4069:                                RelativePath="..\..\..\..\lib\curl_endian.h"
        !          4070:                        >
        !          4071:                        </File>
        !          4072:                        <File
        !          4073:                                RelativePath="..\..\..\..\lib\curl_fnmatch.h"
        !          4074:                        >
        !          4075:                        </File>
        !          4076:                        <File
        !          4077:                                RelativePath="..\..\..\..\lib\curl_gethostname.h"
        !          4078:                        >
        !          4079:                        </File>
        !          4080:                        <File
        !          4081:                                RelativePath="..\..\..\..\lib\curl_get_line.h"
        !          4082:                        >
        !          4083:                        </File>
        !          4084:                        <File
        !          4085:                                RelativePath="..\..\..\..\lib\curl_gssapi.h"
        !          4086:                        >
        !          4087:                        </File>
        !          4088:                        <File
        !          4089:                                RelativePath="..\..\..\..\lib\curl_hmac.h"
        !          4090:                        >
        !          4091:                        </File>
        !          4092:                        <File
        !          4093:                                RelativePath="..\..\..\..\lib\curl_ldap.h"
        !          4094:                        >
        !          4095:                        </File>
        !          4096:                        <File
        !          4097:                                RelativePath="..\..\..\..\lib\curl_md4.h"
        !          4098:                        >
        !          4099:                        </File>
        !          4100:                        <File
        !          4101:                                RelativePath="..\..\..\..\lib\curl_md5.h"
        !          4102:                        >
        !          4103:                        </File>
        !          4104:                        <File
        !          4105:                                RelativePath="..\..\..\..\lib\curl_memory.h"
        !          4106:                        >
        !          4107:                        </File>
        !          4108:                        <File
        !          4109:                                RelativePath="..\..\..\..\lib\curl_memrchr.h"
        !          4110:                        >
        !          4111:                        </File>
        !          4112:                        <File
        !          4113:                                RelativePath="..\..\..\..\lib\curl_multibyte.h"
        !          4114:                        >
        !          4115:                        </File>
        !          4116:                        <File
        !          4117:                                RelativePath="..\..\..\..\lib\curl_ntlm_core.h"
        !          4118:                        >
        !          4119:                        </File>
        !          4120:                        <File
        !          4121:                                RelativePath="..\..\..\..\lib\curl_ntlm_wb.h"
        !          4122:                        >
        !          4123:                        </File>
        !          4124:                        <File
        !          4125:                                RelativePath="..\..\..\..\lib\curl_path.h"
        !          4126:                        >
        !          4127:                        </File>
        !          4128:                        <File
        !          4129:                                RelativePath="..\..\..\..\lib\curl_printf.h"
        !          4130:                        >
        !          4131:                        </File>
        !          4132:                        <File
        !          4133:                                RelativePath="..\..\..\..\lib\curl_range.h"
        !          4134:                        >
        !          4135:                        </File>
        !          4136:                        <File
        !          4137:                                RelativePath="..\..\..\..\lib\curl_rtmp.h"
        !          4138:                        >
        !          4139:                        </File>
        !          4140:                        <File
        !          4141:                                RelativePath="..\..\..\..\lib\curl_sasl.h"
        !          4142:                        >
        !          4143:                        </File>
        !          4144:                        <File
        !          4145:                                RelativePath="..\..\..\..\lib\curl_sec.h"
        !          4146:                        >
        !          4147:                        </File>
        !          4148:                        <File
        !          4149:                                RelativePath="..\..\..\..\lib\curl_setup.h"
        !          4150:                        >
        !          4151:                        </File>
        !          4152:                        <File
        !          4153:                                RelativePath="..\..\..\..\lib\curl_setup_once.h"
        !          4154:                        >
        !          4155:                        </File>
        !          4156:                        <File
        !          4157:                                RelativePath="..\..\..\..\lib\curl_sha256.h"
        !          4158:                        >
        !          4159:                        </File>
        !          4160:                        <File
        !          4161:                                RelativePath="..\..\..\..\lib\curl_sspi.h"
        !          4162:                        >
        !          4163:                        </File>
        !          4164:                        <File
        !          4165:                                RelativePath="..\..\..\..\lib\curl_threads.h"
        !          4166:                        >
        !          4167:                        </File>
        !          4168:                        <File
        !          4169:                                RelativePath="..\..\..\..\lib\curlx.h"
        !          4170:                        >
        !          4171:                        </File>
        !          4172:                        <File
        !          4173:                                RelativePath="..\..\..\..\lib\dict.h"
        !          4174:                        >
        !          4175:                        </File>
        !          4176:                        <File
        !          4177:                                RelativePath="..\..\..\..\lib\doh.h"
        !          4178:                        >
        !          4179:                        </File>
        !          4180:                        <File
        !          4181:                                RelativePath="..\..\..\..\lib\dotdot.h"
        !          4182:                        >
        !          4183:                        </File>
        !          4184:                        <File
        !          4185:                                RelativePath="..\..\..\..\lib\easyif.h"
        !          4186:                        >
        !          4187:                        </File>
        !          4188:                        <File
        !          4189:                                RelativePath="..\..\..\..\lib\escape.h"
        !          4190:                        >
        !          4191:                        </File>
        !          4192:                        <File
        !          4193:                                RelativePath="..\..\..\..\lib\file.h"
        !          4194:                        >
        !          4195:                        </File>
        !          4196:                        <File
        !          4197:                                RelativePath="..\..\..\..\lib\fileinfo.h"
        !          4198:                        >
        !          4199:                        </File>
        !          4200:                        <File
        !          4201:                                RelativePath="..\..\..\..\lib\formdata.h"
        !          4202:                        >
        !          4203:                        </File>
        !          4204:                        <File
        !          4205:                                RelativePath="..\..\..\..\lib\ftp.h"
        !          4206:                        >
        !          4207:                        </File>
        !          4208:                        <File
        !          4209:                                RelativePath="..\..\..\..\lib\ftplistparser.h"
        !          4210:                        >
        !          4211:                        </File>
        !          4212:                        <File
        !          4213:                                RelativePath="..\..\..\..\lib\getinfo.h"
        !          4214:                        >
        !          4215:                        </File>
        !          4216:                        <File
        !          4217:                                RelativePath="..\..\..\..\lib\gopher.h"
        !          4218:                        >
        !          4219:                        </File>
        !          4220:                        <File
        !          4221:                                RelativePath="..\..\..\..\lib\hash.h"
        !          4222:                        >
        !          4223:                        </File>
        !          4224:                        <File
        !          4225:                                RelativePath="..\..\..\..\lib\hostcheck.h"
        !          4226:                        >
        !          4227:                        </File>
        !          4228:                        <File
        !          4229:                                RelativePath="..\..\..\..\lib\hostip.h"
        !          4230:                        >
        !          4231:                        </File>
        !          4232:                        <File
        !          4233:                                RelativePath="..\..\..\..\lib\http2.h"
        !          4234:                        >
        !          4235:                        </File>
        !          4236:                        <File
        !          4237:                                RelativePath="..\..\..\..\lib\http_chunks.h"
        !          4238:                        >
        !          4239:                        </File>
        !          4240:                        <File
        !          4241:                                RelativePath="..\..\..\..\lib\http_digest.h"
        !          4242:                        >
        !          4243:                        </File>
        !          4244:                        <File
        !          4245:                                RelativePath="..\..\..\..\lib\http.h"
        !          4246:                        >
        !          4247:                        </File>
        !          4248:                        <File
        !          4249:                                RelativePath="..\..\..\..\lib\http_negotiate.h"
        !          4250:                        >
        !          4251:                        </File>
        !          4252:                        <File
        !          4253:                                RelativePath="..\..\..\..\lib\http_ntlm.h"
        !          4254:                        >
        !          4255:                        </File>
        !          4256:                        <File
        !          4257:                                RelativePath="..\..\..\..\lib\http_proxy.h"
        !          4258:                        >
        !          4259:                        </File>
        !          4260:                        <File
        !          4261:                                RelativePath="..\..\..\..\lib\if2ip.h"
        !          4262:                        >
        !          4263:                        </File>
        !          4264:                        <File
        !          4265:                                RelativePath="..\..\..\..\lib\imap.h"
        !          4266:                        >
        !          4267:                        </File>
        !          4268:                        <File
        !          4269:                                RelativePath="..\..\..\..\lib\inet_ntop.h"
        !          4270:                        >
        !          4271:                        </File>
        !          4272:                        <File
        !          4273:                                RelativePath="..\..\..\..\lib\inet_pton.h"
        !          4274:                        >
        !          4275:                        </File>
        !          4276:                        <File
        !          4277:                                RelativePath="..\..\..\..\lib\llist.h"
        !          4278:                        >
        !          4279:                        </File>
        !          4280:                        <File
        !          4281:                                RelativePath="..\..\..\..\lib\memdebug.h"
        !          4282:                        >
        !          4283:                        </File>
        !          4284:                        <File
        !          4285:                                RelativePath="..\..\..\..\lib\mime.h"
        !          4286:                        >
        !          4287:                        </File>
        !          4288:                        <File
        !          4289:                                RelativePath="..\..\..\..\lib\mqtt.h"
        !          4290:                        >
        !          4291:                        </File>
        !          4292:                        <File
        !          4293:                                RelativePath="..\..\..\..\lib\multihandle.h"
        !          4294:                        >
        !          4295:                        </File>
        !          4296:                        <File
        !          4297:                                RelativePath="..\..\..\..\lib\multiif.h"
        !          4298:                        >
        !          4299:                        </File>
        !          4300:                        <File
        !          4301:                                RelativePath="..\..\..\..\lib\netrc.h"
        !          4302:                        >
        !          4303:                        </File>
        !          4304:                        <File
        !          4305:                                RelativePath="..\..\..\..\lib\non-ascii.h"
        !          4306:                        >
        !          4307:                        </File>
        !          4308:                        <File
        !          4309:                                RelativePath="..\..\..\..\lib\nonblock.h"
        !          4310:                        >
        !          4311:                        </File>
        !          4312:                        <File
        !          4313:                                RelativePath="..\..\..\..\lib\parsedate.h"
        !          4314:                        >
        !          4315:                        </File>
        !          4316:                        <File
        !          4317:                                RelativePath="..\..\..\..\lib\pingpong.h"
        !          4318:                        >
        !          4319:                        </File>
        !          4320:                        <File
        !          4321:                                RelativePath="..\..\..\..\lib\pop3.h"
        !          4322:                        >
        !          4323:                        </File>
        !          4324:                        <File
        !          4325:                                RelativePath="..\..\..\..\lib\progress.h"
        !          4326:                        >
        !          4327:                        </File>
        !          4328:                        <File
        !          4329:                                RelativePath="..\..\..\..\lib\psl.h"
        !          4330:                        >
        !          4331:                        </File>
        !          4332:                        <File
        !          4333:                                RelativePath="..\..\..\..\lib\quic.h"
        !          4334:                        >
        !          4335:                        </File>
        !          4336:                        <File
        !          4337:                                RelativePath="..\..\..\..\lib\rand.h"
        !          4338:                        >
        !          4339:                        </File>
        !          4340:                        <File
        !          4341:                                RelativePath="..\..\..\..\lib\rename.h"
        !          4342:                        >
        !          4343:                        </File>
        !          4344:                        <File
        !          4345:                                RelativePath="..\..\..\..\lib\rtsp.h"
        !          4346:                        >
        !          4347:                        </File>
        !          4348:                        <File
        !          4349:                                RelativePath="..\..\..\..\lib\select.h"
        !          4350:                        >
        !          4351:                        </File>
        !          4352:                        <File
        !          4353:                                RelativePath="..\..\..\..\lib\sendf.h"
        !          4354:                        >
        !          4355:                        </File>
        !          4356:                        <File
        !          4357:                                RelativePath="..\..\..\..\lib\setopt.h"
        !          4358:                        >
        !          4359:                        </File>
        !          4360:                        <File
        !          4361:                                RelativePath="..\..\..\..\lib\setup-vms.h"
        !          4362:                        >
        !          4363:                        </File>
        !          4364:                        <File
        !          4365:                                RelativePath="..\..\..\..\lib\share.h"
        !          4366:                        >
        !          4367:                        </File>
        !          4368:                        <File
        !          4369:                                RelativePath="..\..\..\..\lib\sigpipe.h"
        !          4370:                        >
        !          4371:                        </File>
        !          4372:                        <File
        !          4373:                                RelativePath="..\..\..\..\lib\slist.h"
        !          4374:                        >
        !          4375:                        </File>
        !          4376:                        <File
        !          4377:                                RelativePath="..\..\..\..\lib\smb.h"
        !          4378:                        >
        !          4379:                        </File>
        !          4380:                        <File
        !          4381:                                RelativePath="..\..\..\..\lib\smtp.h"
        !          4382:                        >
        !          4383:                        </File>
        !          4384:                        <File
        !          4385:                                RelativePath="..\..\..\..\lib\sockaddr.h"
        !          4386:                        >
        !          4387:                        </File>
        !          4388:                        <File
        !          4389:                                RelativePath="..\..\..\..\lib\socketpair.h"
        !          4390:                        >
        !          4391:                        </File>
        !          4392:                        <File
        !          4393:                                RelativePath="..\..\..\..\lib\socks.h"
        !          4394:                        >
        !          4395:                        </File>
        !          4396:                        <File
        !          4397:                                RelativePath="..\..\..\..\lib\speedcheck.h"
        !          4398:                        >
        !          4399:                        </File>
        !          4400:                        <File
        !          4401:                                RelativePath="..\..\..\..\lib\splay.h"
        !          4402:                        >
        !          4403:                        </File>
        !          4404:                        <File
        !          4405:                                RelativePath="..\..\..\..\lib\strcase.h"
        !          4406:                        >
        !          4407:                        </File>
        !          4408:                        <File
        !          4409:                                RelativePath="..\..\..\..\lib\strdup.h"
        !          4410:                        >
        !          4411:                        </File>
        !          4412:                        <File
        !          4413:                                RelativePath="..\..\..\..\lib\strerror.h"
        !          4414:                        >
        !          4415:                        </File>
        !          4416:                        <File
        !          4417:                                RelativePath="..\..\..\..\lib\strtok.h"
        !          4418:                        >
        !          4419:                        </File>
        !          4420:                        <File
        !          4421:                                RelativePath="..\..\..\..\lib\strtoofft.h"
        !          4422:                        >
        !          4423:                        </File>
        !          4424:                        <File
        !          4425:                                RelativePath="..\..\..\..\lib\system_win32.h"
        !          4426:                        >
        !          4427:                        </File>
        !          4428:                        <File
        !          4429:                                RelativePath="..\..\..\..\lib\telnet.h"
        !          4430:                        >
        !          4431:                        </File>
        !          4432:                        <File
        !          4433:                                RelativePath="..\..\..\..\lib\tftp.h"
        !          4434:                        >
        !          4435:                        </File>
        !          4436:                        <File
        !          4437:                                RelativePath="..\..\..\..\lib\timeval.h"
        !          4438:                        >
        !          4439:                        </File>
        !          4440:                        <File
        !          4441:                                RelativePath="..\..\..\..\lib\transfer.h"
        !          4442:                        >
        !          4443:                        </File>
        !          4444:                        <File
        !          4445:                                RelativePath="..\..\..\..\lib\urlapi-int.h"
        !          4446:                        >
        !          4447:                        </File>
        !          4448:                        <File
        !          4449:                                RelativePath="..\..\..\..\lib\urldata.h"
        !          4450:                        >
        !          4451:                        </File>
        !          4452:                        <File
        !          4453:                                RelativePath="..\..\..\..\lib\url.h"
        !          4454:                        >
        !          4455:                        </File>
        !          4456:                        <File
        !          4457:                                RelativePath="..\..\..\..\lib\warnless.h"
        !          4458:                        >
        !          4459:                        </File>
        !          4460:                        <File
        !          4461:                                RelativePath="..\..\..\..\lib\wildcard.h"
        !          4462:                        >
        !          4463:                        </File>
        !          4464:                        <File
        !          4465:                                RelativePath="..\..\..\..\lib\x509asn1.h"
        !          4466:                        >
        !          4467:                        </File>
        !          4468:                </Filter>
        !          4469:                <Filter
        !          4470:                        Name="Resource Files"
        !          4471:                        >
        !          4472:                        <File
        !          4473:                                RelativePath="..\..\..\..\lib\libcurl.rc"
        !          4474:                        >
        !          4475:                        </File>
        !          4476:                </Filter>
        !          4477:                <Filter
        !          4478:                        Name="vauth"
        !          4479:                        >
        !          4480:                        <Filter
        !          4481:                                Name="Source Files"
        !          4482:                                >
        !          4483:                                <File
        !          4484:                                        RelativePath="..\..\..\..\lib\vauth\cleartext.c"
        !          4485:                                >
        !          4486:                                </File>
        !          4487:                                <File
        !          4488:                                        RelativePath="..\..\..\..\lib\vauth\cram.c"
        !          4489:                                >
        !          4490:                                </File>
        !          4491:                                <File
        !          4492:                                        RelativePath="..\..\..\..\lib\vauth\digest.c"
        !          4493:                                >
        !          4494:                                </File>
        !          4495:                                <File
        !          4496:                                        RelativePath="..\..\..\..\lib\vauth\digest_sspi.c"
        !          4497:                                >
        !          4498:                                </File>
        !          4499:                                <File
        !          4500:                                        RelativePath="..\..\..\..\lib\vauth\krb5_gssapi.c"
        !          4501:                                >
        !          4502:                                </File>
        !          4503:                                <File
        !          4504:                                        RelativePath="..\..\..\..\lib\vauth\krb5_sspi.c"
        !          4505:                                >
        !          4506:                                </File>
        !          4507:                                <File
        !          4508:                                        RelativePath="..\..\..\..\lib\vauth\ntlm.c"
        !          4509:                                >
        !          4510:                                </File>
        !          4511:                                <File
        !          4512:                                        RelativePath="..\..\..\..\lib\vauth\ntlm_sspi.c"
        !          4513:                                >
        !          4514:                                </File>
        !          4515:                                <File
        !          4516:                                        RelativePath="..\..\..\..\lib\vauth\oauth2.c"
        !          4517:                                >
        !          4518:                                </File>
        !          4519:                                <File
        !          4520:                                        RelativePath="..\..\..\..\lib\vauth\spnego_gssapi.c"
        !          4521:                                >
        !          4522:                                </File>
        !          4523:                                <File
        !          4524:                                        RelativePath="..\..\..\..\lib\vauth\spnego_sspi.c"
        !          4525:                                >
        !          4526:                                </File>
        !          4527:                                <File
        !          4528:                                        RelativePath="..\..\..\..\lib\vauth\vauth.c"
        !          4529:                                >
        !          4530:                                </File>
        !          4531:                        </Filter>
        !          4532:                        <Filter
        !          4533:                                Name="Header Files"
        !          4534:                                >
        !          4535:                                <File
        !          4536:                                        RelativePath="..\..\..\..\lib\vauth\digest.h"
        !          4537:                                >
        !          4538:                                </File>
        !          4539:                                <File
        !          4540:                                        RelativePath="..\..\..\..\lib\vauth\ntlm.h"
        !          4541:                                >
        !          4542:                                </File>
        !          4543:                                <File
        !          4544:                                        RelativePath="..\..\..\..\lib\vauth\vauth.h"
        !          4545:                                >
        !          4546:                                </File>
        !          4547:                        </Filter>
        !          4548:                </Filter>
        !          4549:                <Filter
        !          4550:                        Name="vquic"
        !          4551:                        >
        !          4552:                        <Filter
        !          4553:                                Name="Source Files"
        !          4554:                                >
        !          4555:                                <File
        !          4556:                                        RelativePath="..\..\..\..\lib\vquic\ngtcp2.c"
        !          4557:                                >
        !          4558:                                </File>
        !          4559:                                <File
        !          4560:                                        RelativePath="..\..\..\..\lib\vquic\quiche.c"
        !          4561:                                >
        !          4562:                                </File>
        !          4563:                        </Filter>
        !          4564:                        <Filter
        !          4565:                                Name="Header Files"
        !          4566:                                >
        !          4567:                                <File
        !          4568:                                        RelativePath="..\..\..\..\lib\vquic\ngtcp2.h"
        !          4569:                                >
        !          4570:                                </File>
        !          4571:                                <File
        !          4572:                                        RelativePath="..\..\..\..\lib\vquic\quiche.h"
        !          4573:                                >
        !          4574:                                </File>
        !          4575:                        </Filter>
        !          4576:                </Filter>
        !          4577:                <Filter
        !          4578:                        Name="vssh"
        !          4579:                        >
        !          4580:                        <Filter
        !          4581:                                Name="Source Files"
        !          4582:                                >
        !          4583:                                <File
        !          4584:                                        RelativePath="..\..\..\..\lib\vssh\libssh2.c"
        !          4585:                                >
        !          4586:                                </File>
        !          4587:                                <File
        !          4588:                                        RelativePath="..\..\..\..\lib\vssh\libssh.c"
        !          4589:                                >
        !          4590:                                </File>
        !          4591:                                <File
        !          4592:                                        RelativePath="..\..\..\..\lib\vssh\wolfssh.c"
        !          4593:                                >
        !          4594:                                </File>
        !          4595:                        </Filter>
        !          4596:                        <Filter
        !          4597:                                Name="Header Files"
        !          4598:                                >
        !          4599:                                <File
        !          4600:                                        RelativePath="..\..\..\..\lib\vssh\ssh.h"
        !          4601:                                >
        !          4602:                                </File>
        !          4603:                        </Filter>
        !          4604:                </Filter>
        !          4605:                <Filter
        !          4606:                        Name="vtls"
        !          4607:                        >
        !          4608:                        <Filter
        !          4609:                                Name="Source Files"
        !          4610:                                >
        !          4611:                                <File
        !          4612:                                        RelativePath="..\..\..\..\lib\vtls\bearssl.c"
        !          4613:                                >
        !          4614:                                </File>
        !          4615:                                <File
        !          4616:                                        RelativePath="..\..\..\..\lib\vtls\gskit.c"
        !          4617:                                >
        !          4618:                                </File>
        !          4619:                                <File
        !          4620:                                        RelativePath="..\..\..\..\lib\vtls\gtls.c"
        !          4621:                                >
        !          4622:                                </File>
        !          4623:                                <File
        !          4624:                                        RelativePath="..\..\..\..\lib\vtls\mbedtls.c"
        !          4625:                                >
        !          4626:                                </File>
        !          4627:                                <File
        !          4628:                                        RelativePath="..\..\..\..\lib\vtls\mbedtls_threadlock.c"
        !          4629:                                >
        !          4630:                                </File>
        !          4631:                                <File
        !          4632:                                        RelativePath="..\..\..\..\lib\vtls\mesalink.c"
        !          4633:                                >
        !          4634:                                </File>
        !          4635:                                <File
        !          4636:                                        RelativePath="..\..\..\..\lib\vtls\nss.c"
        !          4637:                                >
        !          4638:                                </File>
        !          4639:                                <File
        !          4640:                                        RelativePath="..\..\..\..\lib\vtls\openssl.c"
        !          4641:                                >
        !          4642:                                </File>
        !          4643:                                <File
        !          4644:                                        RelativePath="..\..\..\..\lib\vtls\schannel.c"
        !          4645:                                >
        !          4646:                                </File>
        !          4647:                                <File
        !          4648:                                        RelativePath="..\..\..\..\lib\vtls\schannel_verify.c"
        !          4649:                                >
        !          4650:                                </File>
        !          4651:                                <File
        !          4652:                                        RelativePath="..\..\..\..\lib\vtls\sectransp.c"
        !          4653:                                >
        !          4654:                                </File>
        !          4655:                                <File
        !          4656:                                        RelativePath="..\..\..\..\lib\vtls\vtls.c"
        !          4657:                                >
        !          4658:                                </File>
        !          4659:                                <File
        !          4660:                                        RelativePath="..\..\..\..\lib\vtls\wolfssl.c"
        !          4661:                                >
        !          4662:                                </File>
        !          4663:                        </Filter>
        !          4664:                        <Filter
        !          4665:                                Name="Header Files"
        !          4666:                                >
        !          4667:                                <File
        !          4668:                                        RelativePath="..\..\..\..\lib\vtls\bearssl.h"
        !          4669:                                >
        !          4670:                                </File>
        !          4671:                                <File
        !          4672:                                        RelativePath="..\..\..\..\lib\vtls\gskit.h"
        !          4673:                                >
        !          4674:                                </File>
        !          4675:                                <File
        !          4676:                                        RelativePath="..\..\..\..\lib\vtls\gtls.h"
        !          4677:                                >
        !          4678:                                </File>
        !          4679:                                <File
        !          4680:                                        RelativePath="..\..\..\..\lib\vtls\mbedtls.h"
        !          4681:                                >
        !          4682:                                </File>
        !          4683:                                <File
        !          4684:                                        RelativePath="..\..\..\..\lib\vtls\mbedtls_threadlock.h"
        !          4685:                                >
        !          4686:                                </File>
        !          4687:                                <File
        !          4688:                                        RelativePath="..\..\..\..\lib\vtls\mesalink.h"
        !          4689:                                >
        !          4690:                                </File>
        !          4691:                                <File
        !          4692:                                        RelativePath="..\..\..\..\lib\vtls\nssg.h"
        !          4693:                                >
        !          4694:                                </File>
        !          4695:                                <File
        !          4696:                                        RelativePath="..\..\..\..\lib\vtls\openssl.h"
        !          4697:                                >
        !          4698:                                </File>
        !          4699:                                <File
        !          4700:                                        RelativePath="..\..\..\..\lib\vtls\schannel.h"
        !          4701:                                >
        !          4702:                                </File>
        !          4703:                                <File
        !          4704:                                        RelativePath="..\..\..\..\lib\vtls\sectransp.h"
        !          4705:                                >
        !          4706:                                </File>
        !          4707:                                <File
        !          4708:                                        RelativePath="..\..\..\..\lib\vtls\vtls.h"
        !          4709:                                >
        !          4710:                                </File>
        !          4711:                                <File
        !          4712:                                        RelativePath="..\..\..\..\lib\vtls\wolfssl.h"
        !          4713:                                >
        !          4714:                                </File>
        !          4715:                        </Filter>
        !          4716:                </Filter>
        !          4717:        </Files>
        !          4718:        <Globals>
        !          4719:        </Globals>
        !          4720: </VisualStudioProject>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>