Annotation of embedaddon/curl/projects/Windows/VC7.1/src/curl.vcproj, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="curl"
                      6:        SccProjectName=""
                      7:        SccLocalPath="">
                      8:        <Platforms>
                      9:                <Platform
                     10:                        Name="Win32"/>
                     11:        </Platforms>
                     12:        <Configurations>
                     13:                <Configuration
                     14:                        Name="LIB Release - LIB OpenSSL|Win32"
                     15:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                     16:                        IntermediateDirectory="$(OutDir)\src"
                     17:                        ConfigurationType="1"
                     18:                        UseOfMFC="0"
                     19:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     20:                        <Tool
                     21:                                Name="VCCLCompilerTool"
                     22:                                AdditionalOptions="/EHsc "
                     23:                                InlineFunctionExpansion="1"
                     24:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                     25:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                     26:                                StringPooling="TRUE"
                     27:                                RuntimeLibrary="2"
                     28:                                EnableFunctionLevelLinking="TRUE"
                     29:                                WarningLevel="4"
                     30:                                SuppressStartupBanner="TRUE"
                     31:                                CompileAs="0"/>
                     32:                        <Tool
                     33:                                Name="VCCustomBuildTool"/>
                     34:                        <Tool
                     35:                                Name="VCLinkerTool"
                     36:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                     37:                                AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib"
                     38:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                     39:                                LinkIncremental="1"
                     40:                                SuppressStartupBanner="TRUE"
                     41:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\LIB Release"
                     42:                                SubSystem="1"/>
                     43:                        <Tool
                     44:                                Name="VCMIDLTool"
                     45:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                     46:                        <Tool
                     47:                                Name="VCPostBuildEventTool"/>
                     48:                        <Tool
                     49:                                Name="VCPreBuildEventTool"/>
                     50:                        <Tool
                     51:                                Name="VCPreLinkEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCResourceCompilerTool"
                     54:                                PreprocessorDefinitions="NDEBUG"
                     55:                                Culture="1033"
                     56:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                     57:                        <Tool
                     58:                                Name="VCWebServiceProxyGeneratorTool"/>
                     59:                        <Tool
                     60:                                Name="VCXMLDataGeneratorTool"/>
                     61:                        <Tool
                     62:                                Name="VCWebDeploymentTool"/>
                     63:                        <Tool
                     64:                                Name="VCManagedWrapperGeneratorTool"/>
                     65:                        <Tool
                     66:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     67:                </Configuration>
                     68:                <Configuration
                     69:                        Name="DLL Release - DLL Windows SSPI|Win32"
                     70:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                     71:                        IntermediateDirectory="$(OutDir)\src"
                     72:                        ConfigurationType="1"
                     73:                        UseOfMFC="0"
                     74:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     75:                        <Tool
                     76:                                Name="VCCLCompilerTool"
                     77:                                AdditionalOptions="/EHsc "
                     78:                                InlineFunctionExpansion="1"
                     79:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                     80:                                PreprocessorDefinitions="NDEBUG;_CONSOLE"
                     81:                                StringPooling="TRUE"
                     82:                                RuntimeLibrary="2"
                     83:                                EnableFunctionLevelLinking="TRUE"
                     84:                                WarningLevel="4"
                     85:                                SuppressStartupBanner="TRUE"
                     86:                                CompileAs="0"/>
                     87:                        <Tool
                     88:                                Name="VCCustomBuildTool"/>
                     89:                        <Tool
                     90:                                Name="VCLinkerTool"
                     91:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                     92:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                     93:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                     94:                                LinkIncremental="1"
                     95:                                SuppressStartupBanner="TRUE"
                     96:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                     97:                                SubSystem="1"/>
                     98:                        <Tool
                     99:                                Name="VCMIDLTool"
                    100:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    101:                        <Tool
                    102:                                Name="VCPostBuildEventTool"/>
                    103:                        <Tool
                    104:                                Name="VCPreBuildEventTool"/>
                    105:                        <Tool
                    106:                                Name="VCPreLinkEventTool"/>
                    107:                        <Tool
                    108:                                Name="VCResourceCompilerTool"
                    109:                                PreprocessorDefinitions="NDEBUG"
                    110:                                Culture="1033"
                    111:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    112:                        <Tool
                    113:                                Name="VCWebServiceProxyGeneratorTool"/>
                    114:                        <Tool
                    115:                                Name="VCXMLDataGeneratorTool"/>
                    116:                        <Tool
                    117:                                Name="VCWebDeploymentTool"/>
                    118:                        <Tool
                    119:                                Name="VCManagedWrapperGeneratorTool"/>
                    120:                        <Tool
                    121:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    122:                </Configuration>
                    123:                <Configuration
                    124:                        Name="LIB Release - DLL Windows SSPI|Win32"
                    125:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    126:                        IntermediateDirectory="$(OutDir)\src"
                    127:                        ConfigurationType="1"
                    128:                        UseOfMFC="0"
                    129:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    130:                        <Tool
                    131:                                Name="VCCLCompilerTool"
                    132:                                AdditionalOptions="/EHsc "
                    133:                                InlineFunctionExpansion="1"
                    134:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    135:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                    136:                                StringPooling="TRUE"
                    137:                                RuntimeLibrary="2"
                    138:                                EnableFunctionLevelLinking="TRUE"
                    139:                                WarningLevel="4"
                    140:                                SuppressStartupBanner="TRUE"
                    141:                                CompileAs="0"/>
                    142:                        <Tool
                    143:                                Name="VCCustomBuildTool"/>
                    144:                        <Tool
                    145:                                Name="VCLinkerTool"
                    146:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    147:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib crypt32.lib"
                    148:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    149:                                LinkIncremental="1"
                    150:                                SuppressStartupBanner="TRUE"
                    151:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    152:                                SubSystem="1"/>
                    153:                        <Tool
                    154:                                Name="VCMIDLTool"
                    155:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    156:                        <Tool
                    157:                                Name="VCPostBuildEventTool"/>
                    158:                        <Tool
                    159:                                Name="VCPreBuildEventTool"/>
                    160:                        <Tool
                    161:                                Name="VCPreLinkEventTool"/>
                    162:                        <Tool
                    163:                                Name="VCResourceCompilerTool"
                    164:                                PreprocessorDefinitions="NDEBUG"
                    165:                                Culture="1033"
                    166:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    167:                        <Tool
                    168:                                Name="VCWebServiceProxyGeneratorTool"/>
                    169:                        <Tool
                    170:                                Name="VCXMLDataGeneratorTool"/>
                    171:                        <Tool
                    172:                                Name="VCWebDeploymentTool"/>
                    173:                        <Tool
                    174:                                Name="VCManagedWrapperGeneratorTool"/>
                    175:                        <Tool
                    176:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    177:                </Configuration>
                    178:                <Configuration
                    179:                        Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32"
                    180:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    181:                        IntermediateDirectory="$(OutDir)\src"
                    182:                        ConfigurationType="1"
                    183:                        UseOfMFC="0"
                    184:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    185:                        <Tool
                    186:                                Name="VCCLCompilerTool"
                    187:                                AdditionalOptions="/EHsc "
                    188:                                Optimization="0"
                    189:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    190:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    191:                                BasicRuntimeChecks="3"
                    192:                                RuntimeLibrary="3"
                    193:                                WarningLevel="4"
                    194:                                SuppressStartupBanner="TRUE"
                    195:                                DebugInformationFormat="3"
                    196:                                CompileAs="0"/>
                    197:                        <Tool
                    198:                                Name="VCCustomBuildTool"/>
                    199:                        <Tool
                    200:                                Name="VCLinkerTool"
                    201:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    202:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib"
                    203:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    204:                                LinkIncremental="1"
                    205:                                SuppressStartupBanner="TRUE"
                    206:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Debug"
                    207:                                GenerateDebugInformation="TRUE"
                    208:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    209:                                SubSystem="1"/>
                    210:                        <Tool
                    211:                                Name="VCMIDLTool"
                    212:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    213:                        <Tool
                    214:                                Name="VCPostBuildEventTool"/>
                    215:                        <Tool
                    216:                                Name="VCPreBuildEventTool"/>
                    217:                        <Tool
                    218:                                Name="VCPreLinkEventTool"/>
                    219:                        <Tool
                    220:                                Name="VCResourceCompilerTool"
                    221:                                PreprocessorDefinitions="_DEBUG"
                    222:                                Culture="1033"
                    223:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    224:                        <Tool
                    225:                                Name="VCWebServiceProxyGeneratorTool"/>
                    226:                        <Tool
                    227:                                Name="VCXMLDataGeneratorTool"/>
                    228:                        <Tool
                    229:                                Name="VCWebDeploymentTool"/>
                    230:                        <Tool
                    231:                                Name="VCManagedWrapperGeneratorTool"/>
                    232:                        <Tool
                    233:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    234:                </Configuration>
                    235:                <Configuration
                    236:                        Name="LIB Debug - LIB OpenSSL|Win32"
                    237:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    238:                        IntermediateDirectory="$(OutDir)\src"
                    239:                        ConfigurationType="1"
                    240:                        UseOfMFC="0"
                    241:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    242:                        <Tool
                    243:                                Name="VCCLCompilerTool"
                    244:                                AdditionalOptions="/EHsc "
                    245:                                Optimization="0"
                    246:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    247:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    248:                                BasicRuntimeChecks="3"
                    249:                                RuntimeLibrary="3"
                    250:                                WarningLevel="4"
                    251:                                SuppressStartupBanner="TRUE"
                    252:                                DebugInformationFormat="3"
                    253:                                CompileAs="0"/>
                    254:                        <Tool
                    255:                                Name="VCCustomBuildTool"/>
                    256:                        <Tool
                    257:                                Name="VCLinkerTool"
                    258:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    259:                                AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib"
                    260:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    261:                                LinkIncremental="1"
                    262:                                SuppressStartupBanner="TRUE"
                    263:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\LIB Debug"
                    264:                                GenerateDebugInformation="TRUE"
                    265:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    266:                                SubSystem="1"/>
                    267:                        <Tool
                    268:                                Name="VCMIDLTool"
                    269:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    270:                        <Tool
                    271:                                Name="VCPostBuildEventTool"/>
                    272:                        <Tool
                    273:                                Name="VCPreBuildEventTool"/>
                    274:                        <Tool
                    275:                                Name="VCPreLinkEventTool"/>
                    276:                        <Tool
                    277:                                Name="VCResourceCompilerTool"
                    278:                                PreprocessorDefinitions="_DEBUG"
                    279:                                Culture="1033"
                    280:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    281:                        <Tool
                    282:                                Name="VCWebServiceProxyGeneratorTool"/>
                    283:                        <Tool
                    284:                                Name="VCXMLDataGeneratorTool"/>
                    285:                        <Tool
                    286:                                Name="VCWebDeploymentTool"/>
                    287:                        <Tool
                    288:                                Name="VCManagedWrapperGeneratorTool"/>
                    289:                        <Tool
                    290:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    291:                </Configuration>
                    292:                <Configuration
                    293:                        Name="DLL Debug - DLL OpenSSL|Win32"
                    294:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    295:                        IntermediateDirectory="$(OutDir)\src"
                    296:                        ConfigurationType="1"
                    297:                        UseOfMFC="0"
                    298:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    299:                        <Tool
                    300:                                Name="VCCLCompilerTool"
                    301:                                AdditionalOptions="/EHsc "
                    302:                                Optimization="0"
                    303:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    304:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD"
                    305:                                BasicRuntimeChecks="3"
                    306:                                RuntimeLibrary="3"
                    307:                                WarningLevel="4"
                    308:                                SuppressStartupBanner="TRUE"
                    309:                                DebugInformationFormat="3"
                    310:                                CompileAs="0"/>
                    311:                        <Tool
                    312:                                Name="VCCustomBuildTool"/>
                    313:                        <Tool
                    314:                                Name="VCLinkerTool"
                    315:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    316:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                    317:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    318:                                LinkIncremental="1"
                    319:                                SuppressStartupBanner="TRUE"
                    320:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    321:                                GenerateDebugInformation="TRUE"
                    322:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    323:                                SubSystem="1"/>
                    324:                        <Tool
                    325:                                Name="VCMIDLTool"
                    326:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    327:                        <Tool
                    328:                                Name="VCPostBuildEventTool"/>
                    329:                        <Tool
                    330:                                Name="VCPreBuildEventTool"/>
                    331:                        <Tool
                    332:                                Name="VCPreLinkEventTool"/>
                    333:                        <Tool
                    334:                                Name="VCResourceCompilerTool"
                    335:                                PreprocessorDefinitions="_DEBUG"
                    336:                                Culture="1033"
                    337:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    338:                        <Tool
                    339:                                Name="VCWebServiceProxyGeneratorTool"/>
                    340:                        <Tool
                    341:                                Name="VCXMLDataGeneratorTool"/>
                    342:                        <Tool
                    343:                                Name="VCWebDeploymentTool"/>
                    344:                        <Tool
                    345:                                Name="VCManagedWrapperGeneratorTool"/>
                    346:                        <Tool
                    347:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    348:                </Configuration>
                    349:                <Configuration
                    350:                        Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32"
                    351:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    352:                        IntermediateDirectory="$(OutDir)\src"
                    353:                        ConfigurationType="1"
                    354:                        UseOfMFC="0"
                    355:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    356:                        <Tool
                    357:                                Name="VCCLCompilerTool"
                    358:                                AdditionalOptions="/EHsc "
                    359:                                Optimization="0"
                    360:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    361:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    362:                                BasicRuntimeChecks="3"
                    363:                                RuntimeLibrary="3"
                    364:                                WarningLevel="4"
                    365:                                SuppressStartupBanner="TRUE"
                    366:                                DebugInformationFormat="3"
                    367:                                CompileAs="0"/>
                    368:                        <Tool
                    369:                                Name="VCCustomBuildTool"/>
                    370:                        <Tool
                    371:                                Name="VCLinkerTool"
                    372:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    373:                                AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib"
                    374:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    375:                                LinkIncremental="1"
                    376:                                SuppressStartupBanner="TRUE"
                    377:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\LIB Debug,..\..\..\..\..\libssh2\build\Win32\VC7.1\LIB Debug"
                    378:                                GenerateDebugInformation="TRUE"
                    379:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    380:                                SubSystem="1"/>
                    381:                        <Tool
                    382:                                Name="VCMIDLTool"
                    383:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    384:                        <Tool
                    385:                                Name="VCPostBuildEventTool"/>
                    386:                        <Tool
                    387:                                Name="VCPreBuildEventTool"/>
                    388:                        <Tool
                    389:                                Name="VCPreLinkEventTool"/>
                    390:                        <Tool
                    391:                                Name="VCResourceCompilerTool"
                    392:                                PreprocessorDefinitions="_DEBUG"
                    393:                                Culture="1033"
                    394:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    395:                        <Tool
                    396:                                Name="VCWebServiceProxyGeneratorTool"/>
                    397:                        <Tool
                    398:                                Name="VCXMLDataGeneratorTool"/>
                    399:                        <Tool
                    400:                                Name="VCWebDeploymentTool"/>
                    401:                        <Tool
                    402:                                Name="VCManagedWrapperGeneratorTool"/>
                    403:                        <Tool
                    404:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    405:                </Configuration>
                    406:                <Configuration
                    407:                        Name="LIB Release - DLL OpenSSL|Win32"
                    408:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    409:                        IntermediateDirectory="$(OutDir)\src"
                    410:                        ConfigurationType="1"
                    411:                        UseOfMFC="0"
                    412:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    413:                        <Tool
                    414:                                Name="VCCLCompilerTool"
                    415:                                AdditionalOptions="/EHsc "
                    416:                                InlineFunctionExpansion="1"
                    417:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    418:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                    419:                                StringPooling="TRUE"
                    420:                                RuntimeLibrary="2"
                    421:                                EnableFunctionLevelLinking="TRUE"
                    422:                                WarningLevel="4"
                    423:                                SuppressStartupBanner="TRUE"
                    424:                                CompileAs="0"/>
                    425:                        <Tool
                    426:                                Name="VCCustomBuildTool"/>
                    427:                        <Tool
                    428:                                Name="VCLinkerTool"
                    429:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    430:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib"
                    431:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    432:                                LinkIncremental="1"
                    433:                                SuppressStartupBanner="TRUE"
                    434:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release"
                    435:                                SubSystem="1"/>
                    436:                        <Tool
                    437:                                Name="VCMIDLTool"
                    438:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    439:                        <Tool
                    440:                                Name="VCPostBuildEventTool"/>
                    441:                        <Tool
                    442:                                Name="VCPreBuildEventTool"/>
                    443:                        <Tool
                    444:                                Name="VCPreLinkEventTool"/>
                    445:                        <Tool
                    446:                                Name="VCResourceCompilerTool"
                    447:                                PreprocessorDefinitions="NDEBUG"
                    448:                                Culture="1033"
                    449:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    450:                        <Tool
                    451:                                Name="VCWebServiceProxyGeneratorTool"/>
                    452:                        <Tool
                    453:                                Name="VCXMLDataGeneratorTool"/>
                    454:                        <Tool
                    455:                                Name="VCWebDeploymentTool"/>
                    456:                        <Tool
                    457:                                Name="VCManagedWrapperGeneratorTool"/>
                    458:                        <Tool
                    459:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    460:                </Configuration>
                    461:                <Configuration
                    462:                        Name="LIB Release - DLL OpenSSL - DLL LibSSH2|Win32"
                    463:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    464:                        IntermediateDirectory="$(OutDir)\src"
                    465:                        ConfigurationType="1"
                    466:                        UseOfMFC="0"
                    467:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    468:                        <Tool
                    469:                                Name="VCCLCompilerTool"
                    470:                                AdditionalOptions="/EHsc "
                    471:                                InlineFunctionExpansion="1"
                    472:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    473:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                    474:                                StringPooling="TRUE"
                    475:                                RuntimeLibrary="2"
                    476:                                EnableFunctionLevelLinking="TRUE"
                    477:                                WarningLevel="4"
                    478:                                SuppressStartupBanner="TRUE"
                    479:                                CompileAs="0"/>
                    480:                        <Tool
                    481:                                Name="VCCustomBuildTool"/>
                    482:                        <Tool
                    483:                                Name="VCLinkerTool"
                    484:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    485:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib libssh2.lib"
                    486:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    487:                                LinkIncremental="1"
                    488:                                SuppressStartupBanner="TRUE"
                    489:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Release,..\..\..\..\..\libssh2\build\Win32\VC7.1\DLL Release"
                    490:                                SubSystem="1"/>
                    491:                        <Tool
                    492:                                Name="VCMIDLTool"
                    493:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    494:                        <Tool
                    495:                                Name="VCPostBuildEventTool"/>
                    496:                        <Tool
                    497:                                Name="VCPreBuildEventTool"/>
                    498:                        <Tool
                    499:                                Name="VCPreLinkEventTool"/>
                    500:                        <Tool
                    501:                                Name="VCResourceCompilerTool"
                    502:                                PreprocessorDefinitions="NDEBUG"
                    503:                                Culture="1033"
                    504:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    505:                        <Tool
                    506:                                Name="VCWebServiceProxyGeneratorTool"/>
                    507:                        <Tool
                    508:                                Name="VCXMLDataGeneratorTool"/>
                    509:                        <Tool
                    510:                                Name="VCWebDeploymentTool"/>
                    511:                        <Tool
                    512:                                Name="VCManagedWrapperGeneratorTool"/>
                    513:                        <Tool
                    514:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    515:                </Configuration>
                    516:                <Configuration
                    517:                        Name="LIB Release|Win32"
                    518:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    519:                        IntermediateDirectory="$(OutDir)\src"
                    520:                        ConfigurationType="1"
                    521:                        UseOfMFC="0"
                    522:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    523:                        <Tool
                    524:                                Name="VCCLCompilerTool"
                    525:                                AdditionalOptions="/EHsc "
                    526:                                InlineFunctionExpansion="1"
                    527:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    528:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                    529:                                StringPooling="TRUE"
                    530:                                RuntimeLibrary="2"
                    531:                                EnableFunctionLevelLinking="TRUE"
                    532:                                WarningLevel="4"
                    533:                                SuppressStartupBanner="TRUE"
                    534:                                CompileAs="0"/>
                    535:                        <Tool
                    536:                                Name="VCCustomBuildTool"/>
                    537:                        <Tool
                    538:                                Name="VCLinkerTool"
                    539:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    540:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                    541:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    542:                                LinkIncremental="1"
                    543:                                SuppressStartupBanner="TRUE"
                    544:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    545:                                SubSystem="1"/>
                    546:                        <Tool
                    547:                                Name="VCMIDLTool"
                    548:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    549:                        <Tool
                    550:                                Name="VCPostBuildEventTool"/>
                    551:                        <Tool
                    552:                                Name="VCPreBuildEventTool"/>
                    553:                        <Tool
                    554:                                Name="VCPreLinkEventTool"/>
                    555:                        <Tool
                    556:                                Name="VCResourceCompilerTool"
                    557:                                PreprocessorDefinitions="NDEBUG"
                    558:                                Culture="1033"
                    559:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    560:                        <Tool
                    561:                                Name="VCWebServiceProxyGeneratorTool"/>
                    562:                        <Tool
                    563:                                Name="VCXMLDataGeneratorTool"/>
                    564:                        <Tool
                    565:                                Name="VCWebDeploymentTool"/>
                    566:                        <Tool
                    567:                                Name="VCManagedWrapperGeneratorTool"/>
                    568:                        <Tool
                    569:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    570:                </Configuration>
                    571:                <Configuration
                    572:                        Name="LIB Release - LIB OpenSSL - LIB LibSSH2|Win32"
                    573:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    574:                        IntermediateDirectory="$(OutDir)\src"
                    575:                        ConfigurationType="1"
                    576:                        UseOfMFC="0"
                    577:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    578:                        <Tool
                    579:                                Name="VCCLCompilerTool"
                    580:                                AdditionalOptions="/EHsc "
                    581:                                InlineFunctionExpansion="1"
                    582:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    583:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                    584:                                StringPooling="TRUE"
                    585:                                RuntimeLibrary="2"
                    586:                                EnableFunctionLevelLinking="TRUE"
                    587:                                WarningLevel="4"
                    588:                                SuppressStartupBanner="TRUE"
                    589:                                CompileAs="0"/>
                    590:                        <Tool
                    591:                                Name="VCCustomBuildTool"/>
                    592:                        <Tool
                    593:                                Name="VCLinkerTool"
                    594:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    595:                                AdditionalDependencies="crypt32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib libssh2.lib"
                    596:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    597:                                LinkIncremental="1"
                    598:                                SuppressStartupBanner="TRUE"
                    599:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\LIB Release,..\..\..\..\..\libssh2\build\Win32\VC7.1\LIB Release"
                    600:                                SubSystem="1"/>
                    601:                        <Tool
                    602:                                Name="VCMIDLTool"
                    603:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    604:                        <Tool
                    605:                                Name="VCPostBuildEventTool"/>
                    606:                        <Tool
                    607:                                Name="VCPreBuildEventTool"/>
                    608:                        <Tool
                    609:                                Name="VCPreLinkEventTool"/>
                    610:                        <Tool
                    611:                                Name="VCResourceCompilerTool"
                    612:                                PreprocessorDefinitions="NDEBUG"
                    613:                                Culture="1033"
                    614:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    615:                        <Tool
                    616:                                Name="VCWebServiceProxyGeneratorTool"/>
                    617:                        <Tool
                    618:                                Name="VCXMLDataGeneratorTool"/>
                    619:                        <Tool
                    620:                                Name="VCWebDeploymentTool"/>
                    621:                        <Tool
                    622:                                Name="VCManagedWrapperGeneratorTool"/>
                    623:                        <Tool
                    624:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    625:                </Configuration>
                    626:                <Configuration
                    627:                        Name="LIB Debug - DLL OpenSSL|Win32"
                    628:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    629:                        IntermediateDirectory="$(OutDir)\src"
                    630:                        ConfigurationType="1"
                    631:                        UseOfMFC="0"
                    632:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    633:                        <Tool
                    634:                                Name="VCCLCompilerTool"
                    635:                                AdditionalOptions="/EHsc "
                    636:                                Optimization="0"
                    637:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    638:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    639:                                BasicRuntimeChecks="3"
                    640:                                RuntimeLibrary="3"
                    641:                                WarningLevel="4"
                    642:                                SuppressStartupBanner="TRUE"
                    643:                                DebugInformationFormat="3"
                    644:                                CompileAs="0"/>
                    645:                        <Tool
                    646:                                Name="VCCustomBuildTool"/>
                    647:                        <Tool
                    648:                                Name="VCLinkerTool"
                    649:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    650:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib"
                    651:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    652:                                LinkIncremental="1"
                    653:                                SuppressStartupBanner="TRUE"
                    654:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName),..\..\..\..\..\openssl\build\Win32\VC7.1\DLL Debug"
                    655:                                GenerateDebugInformation="TRUE"
                    656:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    657:                                SubSystem="1"/>
                    658:                        <Tool
                    659:                                Name="VCMIDLTool"
                    660:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    661:                        <Tool
                    662:                                Name="VCPostBuildEventTool"/>
                    663:                        <Tool
                    664:                                Name="VCPreBuildEventTool"/>
                    665:                        <Tool
                    666:                                Name="VCPreLinkEventTool"/>
                    667:                        <Tool
                    668:                                Name="VCResourceCompilerTool"
                    669:                                PreprocessorDefinitions="_DEBUG"
                    670:                                Culture="1033"
                    671:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    672:                        <Tool
                    673:                                Name="VCWebServiceProxyGeneratorTool"/>
                    674:                        <Tool
                    675:                                Name="VCXMLDataGeneratorTool"/>
                    676:                        <Tool
                    677:                                Name="VCWebDeploymentTool"/>
                    678:                        <Tool
                    679:                                Name="VCManagedWrapperGeneratorTool"/>
                    680:                        <Tool
                    681:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    682:                </Configuration>
                    683:                <Configuration
                    684:                        Name="LIB Debug|Win32"
                    685:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    686:                        IntermediateDirectory="$(OutDir)\src"
                    687:                        ConfigurationType="1"
                    688:                        UseOfMFC="0"
                    689:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    690:                        <Tool
                    691:                                Name="VCCLCompilerTool"
                    692:                                AdditionalOptions="/EHsc "
                    693:                                Optimization="0"
                    694:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    695:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    696:                                BasicRuntimeChecks="3"
                    697:                                RuntimeLibrary="3"
                    698:                                WarningLevel="4"
                    699:                                SuppressStartupBanner="TRUE"
                    700:                                DebugInformationFormat="3"
                    701:                                CompileAs="0"/>
                    702:                        <Tool
                    703:                                Name="VCCustomBuildTool"/>
                    704:                        <Tool
                    705:                                Name="VCLinkerTool"
                    706:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    707:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                    708:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    709:                                LinkIncremental="1"
                    710:                                SuppressStartupBanner="TRUE"
                    711:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    712:                                GenerateDebugInformation="TRUE"
                    713:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    714:                                SubSystem="1"/>
                    715:                        <Tool
                    716:                                Name="VCMIDLTool"
                    717:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    718:                        <Tool
                    719:                                Name="VCPostBuildEventTool"/>
                    720:                        <Tool
                    721:                                Name="VCPreBuildEventTool"/>
                    722:                        <Tool
                    723:                                Name="VCPreLinkEventTool"/>
                    724:                        <Tool
                    725:                                Name="VCResourceCompilerTool"
                    726:                                PreprocessorDefinitions="_DEBUG"
                    727:                                Culture="1033"
                    728:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    729:                        <Tool
                    730:                                Name="VCWebServiceProxyGeneratorTool"/>
                    731:                        <Tool
                    732:                                Name="VCXMLDataGeneratorTool"/>
                    733:                        <Tool
                    734:                                Name="VCWebDeploymentTool"/>
                    735:                        <Tool
                    736:                                Name="VCManagedWrapperGeneratorTool"/>
                    737:                        <Tool
                    738:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    739:                </Configuration>
                    740:                <Configuration
                    741:                        Name="DLL Debug|Win32"
                    742:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    743:                        IntermediateDirectory="$(OutDir)\src"
                    744:                        ConfigurationType="1"
                    745:                        UseOfMFC="0"
                    746:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    747:                        <Tool
                    748:                                Name="VCCLCompilerTool"
                    749:                                AdditionalOptions="/EHsc "
                    750:                                Optimization="0"
                    751:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    752:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD"
                    753:                                BasicRuntimeChecks="3"
                    754:                                RuntimeLibrary="3"
                    755:                                WarningLevel="4"
                    756:                                SuppressStartupBanner="TRUE"
                    757:                                DebugInformationFormat="3"
                    758:                                CompileAs="0"/>
                    759:                        <Tool
                    760:                                Name="VCCustomBuildTool"/>
                    761:                        <Tool
                    762:                                Name="VCLinkerTool"
                    763:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    764:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                    765:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    766:                                LinkIncremental="1"
                    767:                                SuppressStartupBanner="TRUE"
                    768:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    769:                                GenerateDebugInformation="TRUE"
                    770:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    771:                                SubSystem="1"/>
                    772:                        <Tool
                    773:                                Name="VCMIDLTool"
                    774:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    775:                        <Tool
                    776:                                Name="VCPostBuildEventTool"/>
                    777:                        <Tool
                    778:                                Name="VCPreBuildEventTool"/>
                    779:                        <Tool
                    780:                                Name="VCPreLinkEventTool"/>
                    781:                        <Tool
                    782:                                Name="VCResourceCompilerTool"
                    783:                                PreprocessorDefinitions="_DEBUG"
                    784:                                Culture="1033"
                    785:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    786:                        <Tool
                    787:                                Name="VCWebServiceProxyGeneratorTool"/>
                    788:                        <Tool
                    789:                                Name="VCXMLDataGeneratorTool"/>
                    790:                        <Tool
                    791:                                Name="VCWebDeploymentTool"/>
                    792:                        <Tool
                    793:                                Name="VCManagedWrapperGeneratorTool"/>
                    794:                        <Tool
                    795:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    796:                </Configuration>
                    797:                <Configuration
                    798:                        Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32"
                    799:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    800:                        IntermediateDirectory="$(OutDir)\src"
                    801:                        ConfigurationType="1"
                    802:                        UseOfMFC="0"
                    803:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    804:                        <Tool
                    805:                                Name="VCCLCompilerTool"
                    806:                                AdditionalOptions="/EHsc "
                    807:                                InlineFunctionExpansion="1"
                    808:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    809:                                PreprocessorDefinitions="NDEBUG;_CONSOLE"
                    810:                                StringPooling="TRUE"
                    811:                                RuntimeLibrary="2"
                    812:                                EnableFunctionLevelLinking="TRUE"
                    813:                                WarningLevel="4"
                    814:                                SuppressStartupBanner="TRUE"
                    815:                                CompileAs="0"/>
                    816:                        <Tool
                    817:                                Name="VCCustomBuildTool"/>
                    818:                        <Tool
                    819:                                Name="VCLinkerTool"
                    820:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    821:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                    822:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    823:                                LinkIncremental="1"
                    824:                                SuppressStartupBanner="TRUE"
                    825:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    826:                                SubSystem="1"/>
                    827:                        <Tool
                    828:                                Name="VCMIDLTool"
                    829:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    830:                        <Tool
                    831:                                Name="VCPostBuildEventTool"/>
                    832:                        <Tool
                    833:                                Name="VCPreBuildEventTool"/>
                    834:                        <Tool
                    835:                                Name="VCPreLinkEventTool"/>
                    836:                        <Tool
                    837:                                Name="VCResourceCompilerTool"
                    838:                                PreprocessorDefinitions="NDEBUG"
                    839:                                Culture="1033"
                    840:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    841:                        <Tool
                    842:                                Name="VCWebServiceProxyGeneratorTool"/>
                    843:                        <Tool
                    844:                                Name="VCXMLDataGeneratorTool"/>
                    845:                        <Tool
                    846:                                Name="VCWebDeploymentTool"/>
                    847:                        <Tool
                    848:                                Name="VCManagedWrapperGeneratorTool"/>
                    849:                        <Tool
                    850:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    851:                </Configuration>
                    852:                <Configuration
                    853:                        Name="DLL Release - DLL OpenSSL|Win32"
                    854:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    855:                        IntermediateDirectory="$(OutDir)\src"
                    856:                        ConfigurationType="1"
                    857:                        UseOfMFC="0"
                    858:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    859:                        <Tool
                    860:                                Name="VCCLCompilerTool"
                    861:                                AdditionalOptions="/EHsc "
                    862:                                InlineFunctionExpansion="1"
                    863:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    864:                                PreprocessorDefinitions="NDEBUG;_CONSOLE"
                    865:                                StringPooling="TRUE"
                    866:                                RuntimeLibrary="2"
                    867:                                EnableFunctionLevelLinking="TRUE"
                    868:                                WarningLevel="4"
                    869:                                SuppressStartupBanner="TRUE"
                    870:                                CompileAs="0"/>
                    871:                        <Tool
                    872:                                Name="VCCustomBuildTool"/>
                    873:                        <Tool
                    874:                                Name="VCLinkerTool"
                    875:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    876:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                    877:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                    878:                                LinkIncremental="1"
                    879:                                SuppressStartupBanner="TRUE"
                    880:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    881:                                SubSystem="1"/>
                    882:                        <Tool
                    883:                                Name="VCMIDLTool"
                    884:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    885:                        <Tool
                    886:                                Name="VCPostBuildEventTool"/>
                    887:                        <Tool
                    888:                                Name="VCPreBuildEventTool"/>
                    889:                        <Tool
                    890:                                Name="VCPreLinkEventTool"/>
                    891:                        <Tool
                    892:                                Name="VCResourceCompilerTool"
                    893:                                PreprocessorDefinitions="NDEBUG"
                    894:                                Culture="1033"
                    895:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    896:                        <Tool
                    897:                                Name="VCWebServiceProxyGeneratorTool"/>
                    898:                        <Tool
                    899:                                Name="VCXMLDataGeneratorTool"/>
                    900:                        <Tool
                    901:                                Name="VCWebDeploymentTool"/>
                    902:                        <Tool
                    903:                                Name="VCManagedWrapperGeneratorTool"/>
                    904:                        <Tool
                    905:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    906:                </Configuration>
                    907:                <Configuration
                    908:                        Name="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32"
                    909:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    910:                        IntermediateDirectory="$(OutDir)\src"
                    911:                        ConfigurationType="1"
                    912:                        UseOfMFC="0"
                    913:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    914:                        <Tool
                    915:                                Name="VCCLCompilerTool"
                    916:                                AdditionalOptions="/EHsc "
                    917:                                Optimization="0"
                    918:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    919:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD"
                    920:                                BasicRuntimeChecks="3"
                    921:                                RuntimeLibrary="3"
                    922:                                WarningLevel="4"
                    923:                                SuppressStartupBanner="TRUE"
                    924:                                DebugInformationFormat="3"
                    925:                                CompileAs="0"/>
                    926:                        <Tool
                    927:                                Name="VCCustomBuildTool"/>
                    928:                        <Tool
                    929:                                Name="VCLinkerTool"
                    930:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    931:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                    932:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    933:                                LinkIncremental="1"
                    934:                                SuppressStartupBanner="TRUE"
                    935:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    936:                                GenerateDebugInformation="TRUE"
                    937:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    938:                                SubSystem="1"/>
                    939:                        <Tool
                    940:                                Name="VCMIDLTool"
                    941:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    942:                        <Tool
                    943:                                Name="VCPostBuildEventTool"/>
                    944:                        <Tool
                    945:                                Name="VCPreBuildEventTool"/>
                    946:                        <Tool
                    947:                                Name="VCPreLinkEventTool"/>
                    948:                        <Tool
                    949:                                Name="VCResourceCompilerTool"
                    950:                                PreprocessorDefinitions="_DEBUG"
                    951:                                Culture="1033"
                    952:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                    953:                        <Tool
                    954:                                Name="VCWebServiceProxyGeneratorTool"/>
                    955:                        <Tool
                    956:                                Name="VCXMLDataGeneratorTool"/>
                    957:                        <Tool
                    958:                                Name="VCWebDeploymentTool"/>
                    959:                        <Tool
                    960:                                Name="VCManagedWrapperGeneratorTool"/>
                    961:                        <Tool
                    962:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    963:                </Configuration>
                    964:                <Configuration
                    965:                        Name="LIB Debug - DLL Windows SSPI|Win32"
                    966:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    967:                        IntermediateDirectory="$(OutDir)\src"
                    968:                        ConfigurationType="1"
                    969:                        UseOfMFC="0"
                    970:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                    971:                        <Tool
                    972:                                Name="VCCLCompilerTool"
                    973:                                AdditionalOptions="/EHsc "
                    974:                                Optimization="0"
                    975:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                    976:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                    977:                                BasicRuntimeChecks="3"
                    978:                                RuntimeLibrary="3"
                    979:                                WarningLevel="4"
                    980:                                SuppressStartupBanner="TRUE"
                    981:                                DebugInformationFormat="3"
                    982:                                CompileAs="0"/>
                    983:                        <Tool
                    984:                                Name="VCCustomBuildTool"/>
                    985:                        <Tool
                    986:                                Name="VCLinkerTool"
                    987:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                    988:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib crypt32.lib"
                    989:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                    990:                                LinkIncremental="1"
                    991:                                SuppressStartupBanner="TRUE"
                    992:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                    993:                                GenerateDebugInformation="TRUE"
                    994:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                    995:                                SubSystem="1"/>
                    996:                        <Tool
                    997:                                Name="VCMIDLTool"
                    998:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                    999:                        <Tool
                   1000:                                Name="VCPostBuildEventTool"/>
                   1001:                        <Tool
                   1002:                                Name="VCPreBuildEventTool"/>
                   1003:                        <Tool
                   1004:                                Name="VCPreLinkEventTool"/>
                   1005:                        <Tool
                   1006:                                Name="VCResourceCompilerTool"
                   1007:                                PreprocessorDefinitions="_DEBUG"
                   1008:                                Culture="1033"
                   1009:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1010:                        <Tool
                   1011:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1012:                        <Tool
                   1013:                                Name="VCXMLDataGeneratorTool"/>
                   1014:                        <Tool
                   1015:                                Name="VCWebDeploymentTool"/>
                   1016:                        <Tool
                   1017:                                Name="VCManagedWrapperGeneratorTool"/>
                   1018:                        <Tool
                   1019:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1020:                </Configuration>
                   1021:                <Configuration
                   1022:                        Name="DLL Release|Win32"
                   1023:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1024:                        IntermediateDirectory="$(OutDir)\src"
                   1025:                        ConfigurationType="1"
                   1026:                        UseOfMFC="0"
                   1027:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1028:                        <Tool
                   1029:                                Name="VCCLCompilerTool"
                   1030:                                AdditionalOptions="/EHsc "
                   1031:                                InlineFunctionExpansion="1"
                   1032:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1033:                                PreprocessorDefinitions="NDEBUG;_CONSOLE"
                   1034:                                StringPooling="TRUE"
                   1035:                                RuntimeLibrary="2"
                   1036:                                EnableFunctionLevelLinking="TRUE"
                   1037:                                WarningLevel="4"
                   1038:                                SuppressStartupBanner="TRUE"
                   1039:                                CompileAs="0"/>
                   1040:                        <Tool
                   1041:                                Name="VCCustomBuildTool"/>
                   1042:                        <Tool
                   1043:                                Name="VCLinkerTool"
                   1044:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1045:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                   1046:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                   1047:                                LinkIncremental="1"
                   1048:                                SuppressStartupBanner="TRUE"
                   1049:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1050:                                SubSystem="1"/>
                   1051:                        <Tool
                   1052:                                Name="VCMIDLTool"
                   1053:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1054:                        <Tool
                   1055:                                Name="VCPostBuildEventTool"/>
                   1056:                        <Tool
                   1057:                                Name="VCPreBuildEventTool"/>
                   1058:                        <Tool
                   1059:                                Name="VCPreLinkEventTool"/>
                   1060:                        <Tool
                   1061:                                Name="VCResourceCompilerTool"
                   1062:                                PreprocessorDefinitions="NDEBUG"
                   1063:                                Culture="1033"
                   1064:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1065:                        <Tool
                   1066:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1067:                        <Tool
                   1068:                                Name="VCXMLDataGeneratorTool"/>
                   1069:                        <Tool
                   1070:                                Name="VCWebDeploymentTool"/>
                   1071:                        <Tool
                   1072:                                Name="VCManagedWrapperGeneratorTool"/>
                   1073:                        <Tool
                   1074:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1075:                </Configuration>
                   1076:                <Configuration
                   1077:                        Name="DLL Debug - DLL Windows SSPI|Win32"
                   1078:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1079:                        IntermediateDirectory="$(OutDir)\src"
                   1080:                        ConfigurationType="1"
                   1081:                        UseOfMFC="0"
                   1082:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1083:                        <Tool
                   1084:                                Name="VCCLCompilerTool"
                   1085:                                AdditionalOptions="/EHsc "
                   1086:                                Optimization="0"
                   1087:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1088:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD"
                   1089:                                BasicRuntimeChecks="3"
                   1090:                                RuntimeLibrary="3"
                   1091:                                WarningLevel="4"
                   1092:                                SuppressStartupBanner="TRUE"
                   1093:                                DebugInformationFormat="3"
                   1094:                                CompileAs="0"/>
                   1095:                        <Tool
                   1096:                                Name="VCCustomBuildTool"/>
                   1097:                        <Tool
                   1098:                                Name="VCLinkerTool"
                   1099:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1100:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                   1101:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                   1102:                                LinkIncremental="1"
                   1103:                                SuppressStartupBanner="TRUE"
                   1104:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1105:                                GenerateDebugInformation="TRUE"
                   1106:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                   1107:                                SubSystem="1"/>
                   1108:                        <Tool
                   1109:                                Name="VCMIDLTool"
                   1110:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1111:                        <Tool
                   1112:                                Name="VCPostBuildEventTool"/>
                   1113:                        <Tool
                   1114:                                Name="VCPreBuildEventTool"/>
                   1115:                        <Tool
                   1116:                                Name="VCPreLinkEventTool"/>
                   1117:                        <Tool
                   1118:                                Name="VCResourceCompilerTool"
                   1119:                                PreprocessorDefinitions="_DEBUG"
                   1120:                                Culture="1033"
                   1121:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1122:                        <Tool
                   1123:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1124:                        <Tool
                   1125:                                Name="VCXMLDataGeneratorTool"/>
                   1126:                        <Tool
                   1127:                                Name="VCWebDeploymentTool"/>
                   1128:                        <Tool
                   1129:                                Name="VCManagedWrapperGeneratorTool"/>
                   1130:                        <Tool
                   1131:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1132:                </Configuration>
                   1133:                <Configuration
                   1134:                        Name="DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32"
                   1135:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1136:                        IntermediateDirectory="$(OutDir)\src"
                   1137:                        ConfigurationType="1"
                   1138:                        UseOfMFC="0"
                   1139:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1140:                        <Tool
                   1141:                                Name="VCCLCompilerTool"
                   1142:                                AdditionalOptions="/EHsc "
                   1143:                                Optimization="0"
                   1144:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1145:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD"
                   1146:                                BasicRuntimeChecks="3"
                   1147:                                RuntimeLibrary="3"
                   1148:                                WarningLevel="4"
                   1149:                                SuppressStartupBanner="TRUE"
                   1150:                                DebugInformationFormat="3"
                   1151:                                CompileAs="0"/>
                   1152:                        <Tool
                   1153:                                Name="VCCustomBuildTool"/>
                   1154:                        <Tool
                   1155:                                Name="VCLinkerTool"
                   1156:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1157:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurld.lib"
                   1158:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                   1159:                                LinkIncremental="1"
                   1160:                                SuppressStartupBanner="TRUE"
                   1161:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1162:                                GenerateDebugInformation="TRUE"
                   1163:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                   1164:                                SubSystem="1"/>
                   1165:                        <Tool
                   1166:                                Name="VCMIDLTool"
                   1167:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1168:                        <Tool
                   1169:                                Name="VCPostBuildEventTool"/>
                   1170:                        <Tool
                   1171:                                Name="VCPreBuildEventTool"/>
                   1172:                        <Tool
                   1173:                                Name="VCPreLinkEventTool"/>
                   1174:                        <Tool
                   1175:                                Name="VCResourceCompilerTool"
                   1176:                                PreprocessorDefinitions="_DEBUG"
                   1177:                                Culture="1033"
                   1178:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1179:                        <Tool
                   1180:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1181:                        <Tool
                   1182:                                Name="VCXMLDataGeneratorTool"/>
                   1183:                        <Tool
                   1184:                                Name="VCWebDeploymentTool"/>
                   1185:                        <Tool
                   1186:                                Name="VCManagedWrapperGeneratorTool"/>
                   1187:                        <Tool
                   1188:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1189:                </Configuration>
                   1190:                <Configuration
                   1191:                        Name="DLL Release - DLL Windows SSPI - DLL WinIDN|Win32"
                   1192:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1193:                        IntermediateDirectory="$(OutDir)\src"
                   1194:                        ConfigurationType="1"
                   1195:                        UseOfMFC="0"
                   1196:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1197:                        <Tool
                   1198:                                Name="VCCLCompilerTool"
                   1199:                                AdditionalOptions="/EHsc "
                   1200:                                InlineFunctionExpansion="1"
                   1201:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1202:                                PreprocessorDefinitions="NDEBUG;_CONSOLE"
                   1203:                                StringPooling="TRUE"
                   1204:                                RuntimeLibrary="2"
                   1205:                                EnableFunctionLevelLinking="TRUE"
                   1206:                                WarningLevel="4"
                   1207:                                SuppressStartupBanner="TRUE"
                   1208:                                CompileAs="0"/>
                   1209:                        <Tool
                   1210:                                Name="VCCustomBuildTool"/>
                   1211:                        <Tool
                   1212:                                Name="VCLinkerTool"
                   1213:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1214:                                AdditionalDependencies="wldap32.lib ws2_32.lib libcurl.lib"
                   1215:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                   1216:                                LinkIncremental="1"
                   1217:                                SuppressStartupBanner="TRUE"
                   1218:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1219:                                SubSystem="1"/>
                   1220:                        <Tool
                   1221:                                Name="VCMIDLTool"
                   1222:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1223:                        <Tool
                   1224:                                Name="VCPostBuildEventTool"/>
                   1225:                        <Tool
                   1226:                                Name="VCPreBuildEventTool"/>
                   1227:                        <Tool
                   1228:                                Name="VCPreLinkEventTool"/>
                   1229:                        <Tool
                   1230:                                Name="VCResourceCompilerTool"
                   1231:                                PreprocessorDefinitions="NDEBUG"
                   1232:                                Culture="1033"
                   1233:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1234:                        <Tool
                   1235:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1236:                        <Tool
                   1237:                                Name="VCXMLDataGeneratorTool"/>
                   1238:                        <Tool
                   1239:                                Name="VCWebDeploymentTool"/>
                   1240:                        <Tool
                   1241:                                Name="VCManagedWrapperGeneratorTool"/>
                   1242:                        <Tool
                   1243:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1244:                </Configuration>
                   1245:                <Configuration
                   1246:                        Name="LIB Debug - DLL Windows SSPI - DLL WinIDN|Win32"
                   1247:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1248:                        IntermediateDirectory="$(OutDir)\src"
                   1249:                        ConfigurationType="1"
                   1250:                        UseOfMFC="0"
                   1251:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1252:                        <Tool
                   1253:                                Name="VCCLCompilerTool"
                   1254:                                AdditionalOptions="/EHsc "
                   1255:                                Optimization="0"
                   1256:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1257:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;DEBUGBUILD;CURL_STATICLIB"
                   1258:                                BasicRuntimeChecks="3"
                   1259:                                RuntimeLibrary="3"
                   1260:                                WarningLevel="4"
                   1261:                                SuppressStartupBanner="TRUE"
                   1262:                                DebugInformationFormat="3"
                   1263:                                CompileAs="0"/>
                   1264:                        <Tool
                   1265:                                Name="VCCustomBuildTool"/>
                   1266:                        <Tool
                   1267:                                Name="VCLinkerTool"
                   1268:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1269:                                AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib libcurld.lib"
                   1270:                                OutputFile="$(OutDir)\$(ProjectName)d.exe"
                   1271:                                LinkIncremental="1"
                   1272:                                SuppressStartupBanner="TRUE"
                   1273:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1274:                                GenerateDebugInformation="TRUE"
                   1275:                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                   1276:                                SubSystem="1"/>
                   1277:                        <Tool
                   1278:                                Name="VCMIDLTool"
                   1279:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1280:                        <Tool
                   1281:                                Name="VCPostBuildEventTool"/>
                   1282:                        <Tool
                   1283:                                Name="VCPreBuildEventTool"/>
                   1284:                        <Tool
                   1285:                                Name="VCPreLinkEventTool"/>
                   1286:                        <Tool
                   1287:                                Name="VCResourceCompilerTool"
                   1288:                                PreprocessorDefinitions="_DEBUG"
                   1289:                                Culture="1033"
                   1290:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1291:                        <Tool
                   1292:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1293:                        <Tool
                   1294:                                Name="VCXMLDataGeneratorTool"/>
                   1295:                        <Tool
                   1296:                                Name="VCWebDeploymentTool"/>
                   1297:                        <Tool
                   1298:                                Name="VCManagedWrapperGeneratorTool"/>
                   1299:                        <Tool
                   1300:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1301:                </Configuration>
                   1302:                <Configuration
                   1303:                        Name="LIB Release - DLL Windows SSPI - DLL WinIDN|Win32"
                   1304:                        OutputDirectory=".\..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1305:                        IntermediateDirectory="$(OutDir)\src"
                   1306:                        ConfigurationType="1"
                   1307:                        UseOfMFC="0"
                   1308:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                   1309:                        <Tool
                   1310:                                Name="VCCLCompilerTool"
                   1311:                                AdditionalOptions="/EHsc "
                   1312:                                InlineFunctionExpansion="1"
                   1313:                                AdditionalIncludeDirectories="$(ProgramFiles)\Microsoft Platform SDK\Include,..\..\..\..\include,..\..\..\..\lib,..\..\..\..\src"
                   1314:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;CURL_STATICLIB"
                   1315:                                StringPooling="TRUE"
                   1316:                                RuntimeLibrary="2"
                   1317:                                EnableFunctionLevelLinking="TRUE"
                   1318:                                WarningLevel="4"
                   1319:                                SuppressStartupBanner="TRUE"
                   1320:                                CompileAs="0"/>
                   1321:                        <Tool
                   1322:                                Name="VCCustomBuildTool"/>
                   1323:                        <Tool
                   1324:                                Name="VCLinkerTool"
                   1325:                                AdditionalOptions="/MACHINE:I386 /FIXED:NO"
                   1326:                                AdditionalDependencies="normaliz.lib wldap32.lib ws2_32.lib crypt32.lib libcurl.lib"
                   1327:                                OutputFile="$(OutDir)\$(ProjectName).exe"
                   1328:                                LinkIncremental="1"
                   1329:                                SuppressStartupBanner="TRUE"
                   1330:                                AdditionalLibraryDirectories="..\..\..\..\build\Win32\VC7.1\$(ConfigurationName)"
                   1331:                                SubSystem="1"/>
                   1332:                        <Tool
                   1333:                                Name="VCMIDLTool"
                   1334:                                TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
                   1335:                        <Tool
                   1336:                                Name="VCPostBuildEventTool"/>
                   1337:                        <Tool
                   1338:                                Name="VCPreBuildEventTool"/>
                   1339:                        <Tool
                   1340:                                Name="VCPreLinkEventTool"/>
                   1341:                        <Tool
                   1342:                                Name="VCResourceCompilerTool"
                   1343:                                PreprocessorDefinitions="NDEBUG"
                   1344:                                Culture="1033"
                   1345:                                AdditionalIncludeDirectories="..\..\..\..\include"/>
                   1346:                        <Tool
                   1347:                                Name="VCWebServiceProxyGeneratorTool"/>
                   1348:                        <Tool
                   1349:                                Name="VCXMLDataGeneratorTool"/>
                   1350:                        <Tool
                   1351:                                Name="VCWebDeploymentTool"/>
                   1352:                        <Tool
                   1353:                                Name="VCManagedWrapperGeneratorTool"/>
                   1354:                        <Tool
                   1355:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                   1356:                </Configuration>
                   1357:        </Configurations>
                   1358:        <References>
                   1359:        </References>
                   1360:        <Files>
                   1361:                <Filter
                   1362:                        Name="Source Files"
                   1363:                        Filter="">
                   1364:                        <File
                   1365:                                RelativePath="..\..\..\..\lib\curl_ctype.c">
                   1366:                        </File>
                   1367:                        <File
                   1368:                                RelativePath="..\..\..\..\lib\nonblock.c">
                   1369:                        </File>
                   1370:                        <File
                   1371:                                RelativePath="..\..\..\..\lib\strtoofft.c">
                   1372:                        </File>
                   1373:                        <File
                   1374:                                RelativePath="..\..\..\..\lib\warnless.c">
                   1375:                        </File>
                   1376:                        <File
                   1377:                                RelativePath="..\..\..\..\src\slist_wc.c">
                   1378:                        </File>
                   1379:                        <File
                   1380:                                RelativePath="..\..\..\..\src\tool_binmode.c">
                   1381:                        </File>
                   1382:                        <File
                   1383:                                RelativePath="..\..\..\..\src\tool_bname.c">
                   1384:                        </File>
                   1385:                        <File
                   1386:                                RelativePath="..\..\..\..\src\tool_cb_dbg.c">
                   1387:                        </File>
                   1388:                        <File
                   1389:                                RelativePath="..\..\..\..\src\tool_cb_hdr.c">
                   1390:                        </File>
                   1391:                        <File
                   1392:                                RelativePath="..\..\..\..\src\tool_cb_prg.c">
                   1393:                        </File>
                   1394:                        <File
                   1395:                                RelativePath="..\..\..\..\src\tool_cb_rea.c">
                   1396:                        </File>
                   1397:                        <File
                   1398:                                RelativePath="..\..\..\..\src\tool_cb_see.c">
                   1399:                        </File>
                   1400:                        <File
                   1401:                                RelativePath="..\..\..\..\src\tool_cb_wrt.c">
                   1402:                        </File>
                   1403:                        <File
                   1404:                                RelativePath="..\..\..\..\src\tool_cfgable.c">
                   1405:                        </File>
                   1406:                        <File
                   1407:                                RelativePath="..\..\..\..\src\tool_convert.c">
                   1408:                        </File>
                   1409:                        <File
                   1410:                                RelativePath="..\..\..\..\src\tool_dirhie.c">
                   1411:                        </File>
                   1412:                        <File
                   1413:                                RelativePath="..\..\..\..\src\tool_doswin.c">
                   1414:                        </File>
                   1415:                        <File
                   1416:                                RelativePath="..\..\..\..\src\tool_easysrc.c">
                   1417:                        </File>
                   1418:                        <File
                   1419:                                RelativePath="..\..\..\..\src\tool_filetime.c">
                   1420:                        </File>
                   1421:                        <File
                   1422:                                RelativePath="..\..\..\..\src\tool_formparse.c">
                   1423:                        </File>
                   1424:                        <File
                   1425:                                RelativePath="..\..\..\..\src\tool_getparam.c">
                   1426:                        </File>
                   1427:                        <File
                   1428:                                RelativePath="..\..\..\..\src\tool_getpass.c">
                   1429:                        </File>
                   1430:                        <File
                   1431:                                RelativePath="..\..\..\..\src\tool_help.c">
                   1432:                        </File>
                   1433:                        <File
                   1434:                                RelativePath="..\..\..\..\src\tool_helpers.c">
                   1435:                        </File>
                   1436:                        <File
                   1437:                                RelativePath="..\..\..\..\src\tool_homedir.c">
                   1438:                        </File>
                   1439:                        <File
                   1440:                                RelativePath="..\..\..\..\src\tool_hugehelp.c">
                   1441:                        </File>
                   1442:                        <File
                   1443:                                RelativePath="..\..\..\..\src\tool_libinfo.c">
                   1444:                        </File>
                   1445:                        <File
                   1446:                                RelativePath="..\..\..\..\src\tool_main.c">
                   1447:                        </File>
                   1448:                        <File
                   1449:                                RelativePath="..\..\..\..\src\tool_metalink.c">
                   1450:                        </File>
                   1451:                        <File
                   1452:                                RelativePath="..\..\..\..\src\tool_msgs.c">
                   1453:                        </File>
                   1454:                        <File
                   1455:                                RelativePath="..\..\..\..\src\tool_operate.c">
                   1456:                        </File>
                   1457:                        <File
                   1458:                                RelativePath="..\..\..\..\src\tool_operhlp.c">
                   1459:                        </File>
                   1460:                        <File
                   1461:                                RelativePath="..\..\..\..\src\tool_panykey.c">
                   1462:                        </File>
                   1463:                        <File
                   1464:                                RelativePath="..\..\..\..\src\tool_paramhlp.c">
                   1465:                        </File>
                   1466:                        <File
                   1467:                                RelativePath="..\..\..\..\src\tool_parsecfg.c">
                   1468:                        </File>
                   1469:                        <File
                   1470:                                RelativePath="..\..\..\..\src\tool_progress.c">
                   1471:                        </File>
                   1472:                        <File
                   1473:                                RelativePath="..\..\..\..\src\tool_setopt.c">
                   1474:                        </File>
                   1475:                        <File
                   1476:                                RelativePath="..\..\..\..\src\tool_sleep.c">
                   1477:                        </File>
                   1478:                        <File
                   1479:                                RelativePath="..\..\..\..\src\tool_strdup.c">
                   1480:                        </File>
                   1481:                        <File
                   1482:                                RelativePath="..\..\..\..\src\tool_urlglob.c">
                   1483:                        </File>
                   1484:                        <File
                   1485:                                RelativePath="..\..\..\..\src\tool_util.c">
                   1486:                        </File>
                   1487:                        <File
                   1488:                                RelativePath="..\..\..\..\src\tool_vms.c">
                   1489:                        </File>
                   1490:                        <File
                   1491:                                RelativePath="..\..\..\..\src\tool_writeout.c">
                   1492:                        </File>
                   1493:                        <File
                   1494:                                RelativePath="..\..\..\..\src\tool_writeout_json.c">
                   1495:                        </File>
                   1496:                        <File
                   1497:                                RelativePath="..\..\..\..\src\tool_xattr.c">
                   1498:                        </File>
                   1499:                </Filter>
                   1500:                <Filter
                   1501:                        Name="Header Files"
                   1502:                        Filter="">
                   1503:                        <File
                   1504:                                RelativePath="..\..\..\..\lib\config-win32.h">
                   1505:                        </File>
                   1506:                        <File
                   1507:                                RelativePath="..\..\..\..\lib\curl_ctype.h">
                   1508:                        </File>
                   1509:                        <File
                   1510:                                RelativePath="..\..\..\..\lib\curl_setup.h">
                   1511:                        </File>
                   1512:                        <File
                   1513:                                RelativePath="..\..\..\..\lib\nonblock.h">
                   1514:                        </File>
                   1515:                        <File
                   1516:                                RelativePath="..\..\..\..\lib\strtoofft.h">
                   1517:                        </File>
                   1518:                        <File
                   1519:                                RelativePath="..\..\..\..\lib\warnless.h">
                   1520:                        </File>
                   1521:                        <File
                   1522:                                RelativePath="..\..\..\..\src\slist_wc.h">
                   1523:                        </File>
                   1524:                        <File
                   1525:                                RelativePath="..\..\..\..\src\tool_binmode.h">
                   1526:                        </File>
                   1527:                        <File
                   1528:                                RelativePath="..\..\..\..\src\tool_bname.h">
                   1529:                        </File>
                   1530:                        <File
                   1531:                                RelativePath="..\..\..\..\src\tool_cb_dbg.h">
                   1532:                        </File>
                   1533:                        <File
                   1534:                                RelativePath="..\..\..\..\src\tool_cb_hdr.h">
                   1535:                        </File>
                   1536:                        <File
                   1537:                                RelativePath="..\..\..\..\src\tool_cb_prg.h">
                   1538:                        </File>
                   1539:                        <File
                   1540:                                RelativePath="..\..\..\..\src\tool_cb_rea.h">
                   1541:                        </File>
                   1542:                        <File
                   1543:                                RelativePath="..\..\..\..\src\tool_cb_see.h">
                   1544:                        </File>
                   1545:                        <File
                   1546:                                RelativePath="..\..\..\..\src\tool_cb_wrt.h">
                   1547:                        </File>
                   1548:                        <File
                   1549:                                RelativePath="..\..\..\..\src\tool_cfgable.h">
                   1550:                        </File>
                   1551:                        <File
                   1552:                                RelativePath="..\..\..\..\src\tool_convert.h">
                   1553:                        </File>
                   1554:                        <File
                   1555:                                RelativePath="..\..\..\..\src\tool_dirhie.h">
                   1556:                        </File>
                   1557:                        <File
                   1558:                                RelativePath="..\..\..\..\src\tool_doswin.h">
                   1559:                        </File>
                   1560:                        <File
                   1561:                                RelativePath="..\..\..\..\src\tool_easysrc.h">
                   1562:                        </File>
                   1563:                        <File
                   1564:                                RelativePath="..\..\..\..\src\tool_filetime.h">
                   1565:                        </File>
                   1566:                        <File
                   1567:                                RelativePath="..\..\..\..\src\tool_formparse.h">
                   1568:                        </File>
                   1569:                        <File
                   1570:                                RelativePath="..\..\..\..\src\tool_getparam.h">
                   1571:                        </File>
                   1572:                        <File
                   1573:                                RelativePath="..\..\..\..\src\tool_getpass.h">
                   1574:                        </File>
                   1575:                        <File
                   1576:                                RelativePath="..\..\..\..\src\tool_helpers.h">
                   1577:                        </File>
                   1578:                        <File
                   1579:                                RelativePath="..\..\..\..\src\tool_help.h">
                   1580:                        </File>
                   1581:                        <File
                   1582:                                RelativePath="..\..\..\..\src\tool_homedir.h">
                   1583:                        </File>
                   1584:                        <File
                   1585:                                RelativePath="..\..\..\..\src\tool_hugehelp.h">
                   1586:                        </File>
                   1587:                        <File
                   1588:                                RelativePath="..\..\..\..\src\tool_libinfo.h">
                   1589:                        </File>
                   1590:                        <File
                   1591:                                RelativePath="..\..\..\..\src\tool_main.h">
                   1592:                        </File>
                   1593:                        <File
                   1594:                                RelativePath="..\..\..\..\src\tool_metalink.h">
                   1595:                        </File>
                   1596:                        <File
                   1597:                                RelativePath="..\..\..\..\src\tool_msgs.h">
                   1598:                        </File>
                   1599:                        <File
                   1600:                                RelativePath="..\..\..\..\src\tool_operate.h">
                   1601:                        </File>
                   1602:                        <File
                   1603:                                RelativePath="..\..\..\..\src\tool_operhlp.h">
                   1604:                        </File>
                   1605:                        <File
                   1606:                                RelativePath="..\..\..\..\src\tool_panykey.h">
                   1607:                        </File>
                   1608:                        <File
                   1609:                                RelativePath="..\..\..\..\src\tool_paramhlp.h">
                   1610:                        </File>
                   1611:                        <File
                   1612:                                RelativePath="..\..\..\..\src\tool_parsecfg.h">
                   1613:                        </File>
                   1614:                        <File
                   1615:                                RelativePath="..\..\..\..\src\tool_progress.h">
                   1616:                        </File>
                   1617:                        <File
                   1618:                                RelativePath="..\..\..\..\src\tool_sdecls.h">
                   1619:                        </File>
                   1620:                        <File
                   1621:                                RelativePath="..\..\..\..\src\tool_setopt.h">
                   1622:                        </File>
                   1623:                        <File
                   1624:                                RelativePath="..\..\..\..\src\tool_setup.h">
                   1625:                        </File>
                   1626:                        <File
                   1627:                                RelativePath="..\..\..\..\src\tool_sleep.h">
                   1628:                        </File>
                   1629:                        <File
                   1630:                                RelativePath="..\..\..\..\src\tool_strdup.h">
                   1631:                        </File>
                   1632:                        <File
                   1633:                                RelativePath="..\..\..\..\src\tool_urlglob.h">
                   1634:                        </File>
                   1635:                        <File
                   1636:                                RelativePath="..\..\..\..\src\tool_util.h">
                   1637:                        </File>
                   1638:                        <File
                   1639:                                RelativePath="..\..\..\..\src\tool_version.h">
                   1640:                        </File>
                   1641:                        <File
                   1642:                                RelativePath="..\..\..\..\src\tool_vms.h">
                   1643:                        </File>
                   1644:                        <File
                   1645:                                RelativePath="..\..\..\..\src\tool_writeout.h">
                   1646:                        </File>
                   1647:                        <File
                   1648:                                RelativePath="..\..\..\..\src\tool_writeout_json.h">
                   1649:                        </File>
                   1650:                        <File
                   1651:                                RelativePath="..\..\..\..\src\tool_xattr.h">
                   1652:                        </File>
                   1653:                </Filter>
                   1654:                <Filter
                   1655:                        Name="Resource Files"
                   1656:                        Filter="">
                   1657:                        <File
                   1658:                                RelativePath="..\..\..\..\src\curl.rc">
                   1659:                        </File>
                   1660:                </Filter>
                   1661:        </Files>
                   1662:        <Globals>
                   1663:        </Globals>
                   1664: </VisualStudioProject>

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