Annotation of embedaddon/curl/projects/Windows/VC8/src/curl.vcproj, revision 1.1

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

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