Annotation of embedaddon/ntp/ports/winnt/vs2008/libntp/libntp.vcproj, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="Windows-1252"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="9.00"
        !             5:        Name="libntp"
        !             6:        ProjectGUID="{400FBFCB-462E-40D0-B06B-3B74E3FFFD00}"
        !             7:        TargetFrameworkVersion="0"
        !             8:        >
        !             9:        <Platforms>
        !            10:                <Platform
        !            11:                        Name="Win32"
        !            12:                />
        !            13:        </Platforms>
        !            14:        <ToolFiles>
        !            15:        </ToolFiles>
        !            16:        <Configurations>
        !            17:                <Configuration
        !            18:                        Name="Debug|Win32"
        !            19:                        OutputDirectory=".\Debug"
        !            20:                        IntermediateDirectory=".\Debug"
        !            21:                        ConfigurationType="4"
        !            22:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !            23:                        UseOfMFC="0"
        !            24:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            25:                        CharacterSet="2"
        !            26:                        WholeProgramOptimization="1"
        !            27:                        >
        !            28:                        <Tool
        !            29:                                Name="VCPreBuildEventTool"
        !            30:                        />
        !            31:                        <Tool
        !            32:                                Name="VCCustomBuildTool"
        !            33:                        />
        !            34:                        <Tool
        !            35:                                Name="VCXMLDataGeneratorTool"
        !            36:                        />
        !            37:                        <Tool
        !            38:                                Name="VCWebServiceProxyGeneratorTool"
        !            39:                        />
        !            40:                        <Tool
        !            41:                                Name="VCMIDLTool"
        !            42:                        />
        !            43:                        <Tool
        !            44:                                Name="VCCLCompilerTool"
        !            45:                                Optimization="0"
        !            46:                                WholeProgramOptimization="false"
        !            47:                                AdditionalIncludeDirectories="..\..\libntp,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
        !            48:                                PreprocessorDefinitions="_DEBUG;_LIB;WIN32;SYS_WINNT;HAVE_CONFIG_H"
        !            49:                                MinimalRebuild="true"
        !            50:                                BasicRuntimeChecks="3"
        !            51:                                RuntimeLibrary="1"
        !            52:                                PrecompiledHeaderFile=".\Debug\libntp.pch"
        !            53:                                AssemblerListingLocation=".\Debug\"
        !            54:                                ObjectFile=".\Debug\"
        !            55:                                ProgramDataBaseFileName=".\Debug\"
        !            56:                                BrowseInformation="1"
        !            57:                                WarningLevel="4"
        !            58:                                SuppressStartupBanner="true"
        !            59:                                DebugInformationFormat="3"
        !            60:                                CompileAs="1"
        !            61:                        />
        !            62:                        <Tool
        !            63:                                Name="VCManagedResourceCompilerTool"
        !            64:                        />
        !            65:                        <Tool
        !            66:                                Name="VCResourceCompilerTool"
        !            67:                                PreprocessorDefinitions="_DEBUG"
        !            68:                                Culture="1033"
        !            69:                        />
        !            70:                        <Tool
        !            71:                                Name="VCPreLinkEventTool"
        !            72:                        />
        !            73:                        <Tool
        !            74:                                Name="VCLibrarianTool"
        !            75:                                OutputFile=".\Debug\libntp.lib"
        !            76:                                SuppressStartupBanner="true"
        !            77:                        />
        !            78:                        <Tool
        !            79:                                Name="VCALinkTool"
        !            80:                        />
        !            81:                        <Tool
        !            82:                                Name="VCXDCMakeTool"
        !            83:                        />
        !            84:                        <Tool
        !            85:                                Name="VCBscMakeTool"
        !            86:                                SuppressStartupBanner="true"
        !            87:                                OutputFile=".\Debug\libntp.bsc"
        !            88:                        />
        !            89:                        <Tool
        !            90:                                Name="VCFxCopTool"
        !            91:                        />
        !            92:                        <Tool
        !            93:                                Name="VCPostBuildEventTool"
        !            94:                        />
        !            95:                </Configuration>
        !            96:                <Configuration
        !            97:                        Name="Release|Win32"
        !            98:                        OutputDirectory=".\Release"
        !            99:                        IntermediateDirectory=".\Release"
        !           100:                        ConfigurationType="4"
        !           101:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !           102:                        UseOfMFC="0"
        !           103:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           104:                        CharacterSet="2"
        !           105:                        WholeProgramOptimization="1"
        !           106:                        >
        !           107:                        <Tool
        !           108:                                Name="VCPreBuildEventTool"
        !           109:                        />
        !           110:                        <Tool
        !           111:                                Name="VCCustomBuildTool"
        !           112:                        />
        !           113:                        <Tool
        !           114:                                Name="VCXMLDataGeneratorTool"
        !           115:                        />
        !           116:                        <Tool
        !           117:                                Name="VCWebServiceProxyGeneratorTool"
        !           118:                        />
        !           119:                        <Tool
        !           120:                                Name="VCMIDLTool"
        !           121:                        />
        !           122:                        <Tool
        !           123:                                Name="VCCLCompilerTool"
        !           124:                                Optimization="2"
        !           125:                                InlineFunctionExpansion="1"
        !           126:                                WholeProgramOptimization="false"
        !           127:                                AdditionalIncludeDirectories="..\..\libntp,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
        !           128:                                PreprocessorDefinitions="NDEBUG;_LIB;WIN32;SYS_WINNT;HAVE_CONFIG_H"
        !           129:                                GeneratePreprocessedFile="0"
        !           130:                                StringPooling="true"
        !           131:                                ExceptionHandling="0"
        !           132:                                RuntimeLibrary="0"
        !           133:                                EnableFunctionLevelLinking="false"
        !           134:                                PrecompiledHeaderFile=".\Release\libntp.pch"
        !           135:                                AssemblerListingLocation=".\Release\"
        !           136:                                ObjectFile=".\Release\"
        !           137:                                ProgramDataBaseFileName=".\Release\"
        !           138:                                BrowseInformation="1"
        !           139:                                WarningLevel="4"
        !           140:                                SuppressStartupBanner="true"
        !           141:                                DebugInformationFormat="3"
        !           142:                                CompileAs="1"
        !           143:                        />
        !           144:                        <Tool
        !           145:                                Name="VCManagedResourceCompilerTool"
        !           146:                        />
        !           147:                        <Tool
        !           148:                                Name="VCResourceCompilerTool"
        !           149:                                PreprocessorDefinitions="NDEBUG"
        !           150:                                Culture="1033"
        !           151:                        />
        !           152:                        <Tool
        !           153:                                Name="VCPreLinkEventTool"
        !           154:                        />
        !           155:                        <Tool
        !           156:                                Name="VCLibrarianTool"
        !           157:                                OutputFile=".\Release\libntp.lib"
        !           158:                                SuppressStartupBanner="true"
        !           159:                        />
        !           160:                        <Tool
        !           161:                                Name="VCALinkTool"
        !           162:                        />
        !           163:                        <Tool
        !           164:                                Name="VCXDCMakeTool"
        !           165:                        />
        !           166:                        <Tool
        !           167:                                Name="VCBscMakeTool"
        !           168:                                SuppressStartupBanner="true"
        !           169:                                OutputFile=".\Release\libntp.bsc"
        !           170:                        />
        !           171:                        <Tool
        !           172:                                Name="VCFxCopTool"
        !           173:                        />
        !           174:                        <Tool
        !           175:                                Name="VCPostBuildEventTool"
        !           176:                        />
        !           177:                </Configuration>
        !           178:        </Configurations>
        !           179:        <References>
        !           180:        </References>
        !           181:        <Files>
        !           182:                <Filter
        !           183:                        Name="Source Files"
        !           184:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
        !           185:                        >
        !           186:                        <File
        !           187:                                RelativePath="..\..\..\..\libntp\a_md5encrypt.c"
        !           188:                                >
        !           189:                        </File>
        !           190:                        <File
        !           191:                                RelativePath="..\..\..\..\libntp\adjtime.c"
        !           192:                                >
        !           193:                        </File>
        !           194:                        <File
        !           195:                                RelativePath="..\..\..\..\lib\isc\assertions.c"
        !           196:                                >
        !           197:                        </File>
        !           198:                        <File
        !           199:                                RelativePath="..\..\..\..\libntp\atoint.c"
        !           200:                                >
        !           201:                        </File>
        !           202:                        <File
        !           203:                                RelativePath="..\..\..\..\libntp\atolfp.c"
        !           204:                                >
        !           205:                        </File>
        !           206:                        <File
        !           207:                                RelativePath="..\..\..\..\libntp\atouint.c"
        !           208:                                >
        !           209:                        </File>
        !           210:                        <File
        !           211:                                RelativePath="..\..\..\..\libntp\audio.c"
        !           212:                                >
        !           213:                        </File>
        !           214:                        <File
        !           215:                                RelativePath="..\..\..\..\libntp\authkeys.c"
        !           216:                                >
        !           217:                        </File>
        !           218:                        <File
        !           219:                                RelativePath="..\..\..\..\libntp\authreadkeys.c"
        !           220:                                >
        !           221:                        </File>
        !           222:                        <File
        !           223:                                RelativePath="..\..\..\..\libntp\authusekey.c"
        !           224:                                >
        !           225:                        </File>
        !           226:                        <File
        !           227:                                RelativePath="..\..\..\..\lib\isc\buffer.c"
        !           228:                                >
        !           229:                        </File>
        !           230:                        <File
        !           231:                                RelativePath="..\..\..\..\libntp\buftvtots.c"
        !           232:                                >
        !           233:                        </File>
        !           234:                        <File
        !           235:                                RelativePath="..\..\..\..\libntp\caljulian.c"
        !           236:                                >
        !           237:                        </File>
        !           238:                        <File
        !           239:                                RelativePath="..\..\..\..\libntp\caltontp.c"
        !           240:                                >
        !           241:                        </File>
        !           242:                        <File
        !           243:                                RelativePath="..\..\..\..\libntp\calyearstart.c"
        !           244:                                >
        !           245:                        </File>
        !           246:                        <File
        !           247:                                RelativePath="..\..\..\..\libntp\clocktime.c"
        !           248:                                >
        !           249:                        </File>
        !           250:                        <File
        !           251:                                RelativePath="..\..\..\..\libntp\clocktypes.c"
        !           252:                                >
        !           253:                        </File>
        !           254:                        <File
        !           255:                                RelativePath="..\..\..\..\lib\isc\win32\condition.c"
        !           256:                                >
        !           257:                        </File>
        !           258:                        <File
        !           259:                                RelativePath="..\..\..\..\libntp\decodenetnum.c"
        !           260:                                >
        !           261:                        </File>
        !           262:                        <File
        !           263:                                RelativePath="..\..\..\..\libntp\dofptoa.c"
        !           264:                                >
        !           265:                        </File>
        !           266:                        <File
        !           267:                                RelativePath="..\..\..\..\libntp\dolfptoa.c"
        !           268:                                >
        !           269:                        </File>
        !           270:                        <File
        !           271:                                RelativePath="..\..\..\..\libntp\emalloc.c"
        !           272:                                >
        !           273:                        </File>
        !           274:                        <File
        !           275:                                RelativePath="..\..\..\..\lib\isc\error.c"
        !           276:                                >
        !           277:                        </File>
        !           278:                        <File
        !           279:                                RelativePath="..\..\..\..\lib\isc\event.c"
        !           280:                                >
        !           281:                        </File>
        !           282:                        <File
        !           283:                                RelativePath="..\..\..\..\libntp\findconfig.c"
        !           284:                                >
        !           285:                        </File>
        !           286:                        <File
        !           287:                                RelativePath="..\..\..\..\libntp\fptoa.c"
        !           288:                                >
        !           289:                        </File>
        !           290:                        <File
        !           291:                                RelativePath="..\..\..\..\libntp\fptoms.c"
        !           292:                                >
        !           293:                        </File>
        !           294:                        <File
        !           295:                                RelativePath="..\..\libntp\getclock.c"
        !           296:                                >
        !           297:                        </File>
        !           298:                        <File
        !           299:                                RelativePath="..\..\..\..\libntp\getopt.c"
        !           300:                                >
        !           301:                        </File>
        !           302:                        <File
        !           303:                                RelativePath="..\..\..\..\libntp\hextoint.c"
        !           304:                                >
        !           305:                        </File>
        !           306:                        <File
        !           307:                                RelativePath="..\..\..\..\libntp\hextolfp.c"
        !           308:                                >
        !           309:                        </File>
        !           310:                        <File
        !           311:                                RelativePath="..\..\..\..\libntp\humandate.c"
        !           312:                                >
        !           313:                        </File>
        !           314:                        <File
        !           315:                                RelativePath="..\..\..\..\lib\isc\inet_aton.c"
        !           316:                                >
        !           317:                        </File>
        !           318:                        <File
        !           319:                                RelativePath="..\..\..\..\lib\isc\inet_ntop.c"
        !           320:                                >
        !           321:                        </File>
        !           322:                        <File
        !           323:                                RelativePath="..\..\..\..\lib\isc\inet_pton.c"
        !           324:                                >
        !           325:                        </File>
        !           326:                        <File
        !           327:                                RelativePath="..\..\..\..\lib\isc\win32\interfaceiter.c"
        !           328:                                >
        !           329:                        </File>
        !           330:                        <File
        !           331:                                RelativePath="..\..\..\..\libntp\inttoa.c"
        !           332:                                >
        !           333:                        </File>
        !           334:                        <File
        !           335:                                RelativePath="..\..\..\..\libntp\iosignal.c"
        !           336:                                >
        !           337:                        </File>
        !           338:                        <File
        !           339:                                RelativePath="..\..\..\..\lib\isc\lib.c"
        !           340:                                >
        !           341:                        </File>
        !           342:                        <File
        !           343:                                RelativePath="..\..\..\..\libntp\lib_strbuf.c"
        !           344:                                >
        !           345:                        </File>
        !           346:                        <File
        !           347:                                RelativePath="..\..\..\..\sntp\libopts\libopts.c"
        !           348:                                >
        !           349:                        </File>
        !           350:                        <File
        !           351:                                RelativePath="..\..\..\..\lib\isc\log.c"
        !           352:                                >
        !           353:                        </File>
        !           354:                        <File
        !           355:                                RelativePath="..\..\..\..\libntp\machines.c"
        !           356:                                >
        !           357:                        </File>
        !           358:                        <File
        !           359:                                RelativePath="..\..\..\..\lib\isc\md5.c"
        !           360:                                >
        !           361:                        </File>
        !           362:                        <File
        !           363:                                RelativePath="..\..\..\..\libntp\memmove.c"
        !           364:                                >
        !           365:                        </File>
        !           366:                        <File
        !           367:                                RelativePath="..\..\..\..\libntp\mfptoa.c"
        !           368:                                >
        !           369:                        </File>
        !           370:                        <File
        !           371:                                RelativePath="..\..\..\..\libntp\mfptoms.c"
        !           372:                                >
        !           373:                        </File>
        !           374:                        <File
        !           375:                                RelativePath="..\..\..\..\libntp\mktime.c"
        !           376:                                >
        !           377:                        </File>
        !           378:                        <File
        !           379:                                RelativePath="..\..\..\..\libntp\modetoa.c"
        !           380:                                >
        !           381:                        </File>
        !           382:                        <File
        !           383:                                RelativePath="..\..\..\..\lib\isc\nls\msgcat.c"
        !           384:                                >
        !           385:                        </File>
        !           386:                        <File
        !           387:                                RelativePath="..\..\..\..\libntp\mstolfp.c"
        !           388:                                >
        !           389:                        </File>
        !           390:                        <File
        !           391:                                RelativePath="..\..\..\..\libntp\msutotsf.c"
        !           392:                                >
        !           393:                        </File>
        !           394:                        <File
        !           395:                                RelativePath="..\..\..\..\libntp\msyslog.c"
        !           396:                                >
        !           397:                        </File>
        !           398:                        <File
        !           399:                                RelativePath="..\..\..\..\lib\isc\win32\net.c"
        !           400:                                >
        !           401:                        </File>
        !           402:                        <File
        !           403:                                RelativePath="..\..\..\..\lib\isc\netaddr.c"
        !           404:                                >
        !           405:                        </File>
        !           406:                        <File
        !           407:                                RelativePath="..\..\..\..\libntp\netof.c"
        !           408:                                >
        !           409:                        </File>
        !           410:                        <File
        !           411:                                RelativePath="..\..\..\..\lib\isc\netscope.c"
        !           412:                                >
        !           413:                        </File>
        !           414:                        <File
        !           415:                                RelativePath="..\..\..\..\libntp\ntp_libopts.c"
        !           416:                                >
        !           417:                        </File>
        !           418:                        <File
        !           419:                                RelativePath="..\..\..\..\libntp\ntp_lineedit.c"
        !           420:                                >
        !           421:                        </File>
        !           422:                        <File
        !           423:                                RelativePath="..\..\..\..\libntp\ntp_random.c"
        !           424:                                >
        !           425:                        </File>
        !           426:                        <File
        !           427:                                RelativePath="..\..\..\..\libntp\ntp_rfc2553.c"
        !           428:                                >
        !           429:                        </File>
        !           430:                        <File
        !           431:                                RelativePath="..\..\..\..\libntp\numtoa.c"
        !           432:                                >
        !           433:                        </File>
        !           434:                        <File
        !           435:                                RelativePath="..\..\..\..\libntp\numtohost.c"
        !           436:                                >
        !           437:                        </File>
        !           438:                        <File
        !           439:                                RelativePath="..\..\..\..\libntp\octtoint.c"
        !           440:                                >
        !           441:                        </File>
        !           442:                        <File
        !           443:                                RelativePath="..\..\..\..\lib\isc\win32\once.c"
        !           444:                                >
        !           445:                        </File>
        !           446:                        <File
        !           447:                                RelativePath="..\..\..\..\lib\isc\ondestroy.c"
        !           448:                                >
        !           449:                        </File>
        !           450:                        <File
        !           451:                                RelativePath="..\..\..\..\libntp\prettydate.c"
        !           452:                                >
        !           453:                        </File>
        !           454:                        <File
        !           455:                                RelativePath="..\..\libntp\randfile.c"
        !           456:                                >
        !           457:                        </File>
        !           458:                        <File
        !           459:                                RelativePath="..\..\..\..\libntp\recvbuff.c"
        !           460:                                >
        !           461:                        </File>
        !           462:                        <File
        !           463:                                RelativePath="..\..\..\..\libntp\refnumtoa.c"
        !           464:                                >
        !           465:                        </File>
        !           466:                        <File
        !           467:                                RelativePath="..\..\libntp\setpriority.c"
        !           468:                                >
        !           469:                        </File>
        !           470:                        <File
        !           471:                                RelativePath="..\..\libntp\SetSystemTime.c"
        !           472:                                >
        !           473:                        </File>
        !           474:                        <File
        !           475:                                RelativePath="..\..\..\..\lib\isc\sockaddr.c"
        !           476:                                >
        !           477:                        </File>
        !           478:                        <File
        !           479:                                RelativePath="..\..\..\..\libntp\socktoa.c"
        !           480:                                >
        !           481:                        </File>
        !           482:                        <File
        !           483:                                RelativePath="..\..\..\..\libntp\socktohost.c"
        !           484:                                >
        !           485:                        </File>
        !           486:                        <File
        !           487:                                RelativePath="..\..\..\..\libntp\ssl_init.c"
        !           488:                                >
        !           489:                        </File>
        !           490:                        <File
        !           491:                                RelativePath="..\..\..\..\libntp\statestr.c"
        !           492:                                >
        !           493:                        </File>
        !           494:                        <File
        !           495:                                RelativePath="..\..\..\..\lib\isc\win32\stdtime.c"
        !           496:                                >
        !           497:                        </File>
        !           498:                        <File
        !           499:                                RelativePath="..\..\..\..\lib\isc\win32\strerror.c"
        !           500:                                >
        !           501:                        </File>
        !           502:                        <File
        !           503:                                RelativePath="..\..\libntp\syslog.c"
        !           504:                                >
        !           505:                        </File>
        !           506:                        <File
        !           507:                                RelativePath="..\..\..\..\libntp\syssignal.c"
        !           508:                                >
        !           509:                        </File>
        !           510:                        <File
        !           511:                                RelativePath="..\..\..\..\libntp\systime.c"
        !           512:                                >
        !           513:                        </File>
        !           514:                        <File
        !           515:                                RelativePath="..\..\..\..\lib\isc\task.c"
        !           516:                                >
        !           517:                        </File>
        !           518:                        <File
        !           519:                                RelativePath="..\..\..\..\lib\isc\win32\thread.c"
        !           520:                                >
        !           521:                        </File>
        !           522:                        <File
        !           523:                                RelativePath="..\..\..\..\lib\isc\win32\time.c"
        !           524:                                >
        !           525:                        </File>
        !           526:                        <File
        !           527:                                RelativePath="..\..\libntp\transmitbuff.c"
        !           528:                                >
        !           529:                        </File>
        !           530:                        <File
        !           531:                                RelativePath="..\..\..\..\libntp\tsftomsu.c"
        !           532:                                >
        !           533:                        </File>
        !           534:                        <File
        !           535:                                RelativePath="..\..\..\..\libntp\tstotv.c"
        !           536:                                >
        !           537:                        </File>
        !           538:                        <File
        !           539:                                RelativePath="..\..\..\..\libntp\tvtots.c"
        !           540:                                >
        !           541:                        </File>
        !           542:                        <File
        !           543:                                RelativePath="..\..\..\..\libntp\uglydate.c"
        !           544:                                >
        !           545:                        </File>
        !           546:                        <File
        !           547:                                RelativePath="..\..\..\..\libntp\uinttoa.c"
        !           548:                                >
        !           549:                        </File>
        !           550:                        <File
        !           551:                                RelativePath="..\..\libntp\util_clockstuff.c"
        !           552:                                >
        !           553:                        </File>
        !           554:                        <File
        !           555:                                RelativePath="..\..\..\..\lib\isc\win32\win32os.c"
        !           556:                                >
        !           557:                        </File>
        !           558:                        <File
        !           559:                                RelativePath="..\..\..\..\libntp\ymd2yd.c"
        !           560:                                >
        !           561:                        </File>
        !           562:                </Filter>
        !           563:                <Filter
        !           564:                        Name="Header Files"
        !           565:                        Filter="h;hpp;hxx;hm;inl"
        !           566:                        >
        !           567:                        <File
        !           568:                                RelativePath="..\..\..\..\sntp\libopts\ag-char-map.h"
        !           569:                                >
        !           570:                        </File>
        !           571:                        <File
        !           572:                                RelativePath="..\..\..\..\include\binio.h"
        !           573:                                >
        !           574:                        </File>
        !           575:                        <File
        !           576:                                RelativePath="..\..\..\..\lib\isc\include\isc\buffer.h"
        !           577:                                >
        !           578:                        </File>
        !           579:                        <File
        !           580:                                RelativePath="..\..\include\clockstuff.h"
        !           581:                                >
        !           582:                        </File>
        !           583:                        <File
        !           584:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\condition.h"
        !           585:                                >
        !           586:                        </File>
        !           587:                        <File
        !           588:                                RelativePath="..\..\include\config.h"
        !           589:                                >
        !           590:                        </File>
        !           591:                        <File
        !           592:                                RelativePath="..\..\..\..\lib\isc\include\isc\event.h"
        !           593:                                >
        !           594:                        </File>
        !           595:                        <File
        !           596:                                RelativePath="..\..\..\..\include\global.h"
        !           597:                                >
        !           598:                        </File>
        !           599:                        <File
        !           600:                                RelativePath="..\..\..\..\lib\isc\include\isc\hash.h"
        !           601:                                >
        !           602:                        </File>
        !           603:                        <File
        !           604:                                RelativePath="..\..\..\..\include\ieee754io.h"
        !           605:                                >
        !           606:                        </File>
        !           607:                        <File
        !           608:                                RelativePath="..\..\include\netinet\in.h"
        !           609:                                >
        !           610:                        </File>
        !           611:                        <File
        !           612:                                RelativePath="..\..\include\arpa\inet.h"
        !           613:                                >
        !           614:                        </File>
        !           615:                        <File
        !           616:                                RelativePath="..\..\..\..\lib\isc\include\isc\interfaceiter.h"
        !           617:                                >
        !           618:                        </File>
        !           619:                        <File
        !           620:                                RelativePath="..\..\include\sys\ioctl.h"
        !           621:                                >
        !           622:                        </File>
        !           623:                        <File
        !           624:                                RelativePath="..\..\..\..\include\iosignal.h"
        !           625:                                >
        !           626:                        </File>
        !           627:                        <File
        !           628:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\ipv6.h"
        !           629:                                >
        !           630:                        </File>
        !           631:                        <File
        !           632:                                RelativePath="..\..\..\..\include\l_stdlib.h"
        !           633:                                >
        !           634:                        </File>
        !           635:                        <File
        !           636:                                RelativePath="..\..\..\..\include\lib_strbuf.h"
        !           637:                                >
        !           638:                        </File>
        !           639:                        <File
        !           640:                                RelativePath="..\..\..\..\lib\isc\include\isc\log.h"
        !           641:                                >
        !           642:                        </File>
        !           643:                        <File
        !           644:                                RelativePath="..\..\..\..\include\md5.h"
        !           645:                                >
        !           646:                        </File>
        !           647:                        <File
        !           648:                                RelativePath="..\..\..\..\include\isc\mem.h"
        !           649:                                >
        !           650:                        </File>
        !           651:                        <File
        !           652:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\net.h"
        !           653:                                >
        !           654:                        </File>
        !           655:                        <File
        !           656:                                RelativePath="..\..\..\..\include\isc\netaddr.h"
        !           657:                                >
        !           658:                        </File>
        !           659:                        <File
        !           660:                                RelativePath="..\..\include\netdb.h"
        !           661:                                >
        !           662:                        </File>
        !           663:                        <File
        !           664:                                RelativePath="..\..\..\..\include\isc\netscope.h"
        !           665:                                >
        !           666:                        </File>
        !           667:                        <File
        !           668:                                RelativePath="..\..\..\..\include\ntp.h"
        !           669:                                >
        !           670:                        </File>
        !           671:                        <File
        !           672:                                RelativePath="..\..\..\..\include\ntp_assert.h"
        !           673:                                >
        !           674:                        </File>
        !           675:                        <File
        !           676:                                RelativePath="..\..\..\..\include\ntp_calendar.h"
        !           677:                                >
        !           678:                        </File>
        !           679:                        <File
        !           680:                                RelativePath="..\..\..\..\include\ntp_control.h"
        !           681:                                >
        !           682:                        </File>
        !           683:                        <File
        !           684:                                RelativePath="..\..\..\..\include\ntp_debug.h"
        !           685:                                >
        !           686:                        </File>
        !           687:                        <File
        !           688:                                RelativePath="..\..\..\..\include\ntp_fp.h"
        !           689:                                >
        !           690:                        </File>
        !           691:                        <File
        !           692:                                RelativePath="..\..\..\..\include\ntp_if.h"
        !           693:                                >
        !           694:                        </File>
        !           695:                        <File
        !           696:                                RelativePath="..\..\..\..\include\ntp_io.h"
        !           697:                                >
        !           698:                        </File>
        !           699:                        <File
        !           700:                                RelativePath="..\..\include\ntp_iocompletionport.h"
        !           701:                                >
        !           702:                        </File>
        !           703:                        <File
        !           704:                                RelativePath="..\..\..\..\include\ntp_libopts.h"
        !           705:                                >
        !           706:                        </File>
        !           707:                        <File
        !           708:                                RelativePath="..\..\..\..\include\ntp_lineedit.h"
        !           709:                                >
        !           710:                        </File>
        !           711:                        <File
        !           712:                                RelativePath="..\..\..\..\include\ntp_lists.h"
        !           713:                                >
        !           714:                        </File>
        !           715:                        <File
        !           716:                                RelativePath="..\..\..\..\include\ntp_machine.h"
        !           717:                                >
        !           718:                        </File>
        !           719:                        <File
        !           720:                                RelativePath="..\..\..\..\include\ntp_malloc.h"
        !           721:                                >
        !           722:                        </File>
        !           723:                        <File
        !           724:                                RelativePath="..\..\..\..\include\ntp_md5.h"
        !           725:                                >
        !           726:                        </File>
        !           727:                        <File
        !           728:                                RelativePath="..\..\..\..\include\ntp_net.h"
        !           729:                                >
        !           730:                        </File>
        !           731:                        <File
        !           732:                                RelativePath="..\..\..\..\include\ntp_proto.h"
        !           733:                                >
        !           734:                        </File>
        !           735:                        <File
        !           736:                                RelativePath="..\..\..\..\include\ntp_random.h"
        !           737:                                >
        !           738:                        </File>
        !           739:                        <File
        !           740:                                RelativePath="..\..\..\..\include\ntp_refclock.h"
        !           741:                                >
        !           742:                        </File>
        !           743:                        <File
        !           744:                                RelativePath="..\..\..\..\include\ntp_rfc2553.h"
        !           745:                                >
        !           746:                        </File>
        !           747:                        <File
        !           748:                                RelativePath="..\..\..\..\include\ntp_select.h"
        !           749:                                >
        !           750:                        </File>
        !           751:                        <File
        !           752:                                RelativePath="..\..\..\..\include\ntp_sprintf.h"
        !           753:                                >
        !           754:                        </File>
        !           755:                        <File
        !           756:                                RelativePath="..\..\..\..\include\ntp_stdlib.h"
        !           757:                                >
        !           758:                        </File>
        !           759:                        <File
        !           760:                                RelativePath="..\..\..\..\include\ntp_string.h"
        !           761:                                >
        !           762:                        </File>
        !           763:                        <File
        !           764:                                RelativePath="..\..\..\..\include\ntp_syslog.h"
        !           765:                                >
        !           766:                        </File>
        !           767:                        <File
        !           768:                                RelativePath="..\..\include\ntp_timer.h"
        !           769:                                >
        !           770:                        </File>
        !           771:                        <File
        !           772:                                RelativePath="..\..\..\..\include\ntp_types.h"
        !           773:                                >
        !           774:                        </File>
        !           775:                        <File
        !           776:                                RelativePath="..\..\..\..\include\ntp_unixtime.h"
        !           777:                                >
        !           778:                        </File>
        !           779:                        <File
        !           780:                                RelativePath="..\..\..\..\include\ntpd.h"
        !           781:                                >
        !           782:                        </File>
        !           783:                        <File
        !           784:                                RelativePath="..\..\..\..\lib\isc\include\isc\ondestroy.h"
        !           785:                                >
        !           786:                        </File>
        !           787:                        <File
        !           788:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\platform.h"
        !           789:                                >
        !           790:                        </File>
        !           791:                        <File
        !           792:                                RelativePath="..\..\..\..\include\recvbuff.h"
        !           793:                                >
        !           794:                        </File>
        !           795:                        <File
        !           796:                                RelativePath="..\..\include\sys\resource.h"
        !           797:                                >
        !           798:                        </File>
        !           799:                        <File
        !           800:                                RelativePath="..\..\include\sys\signal.h"
        !           801:                                >
        !           802:                        </File>
        !           803:                        <File
        !           804:                                RelativePath="..\..\include\sys\socket.h"
        !           805:                                >
        !           806:                        </File>
        !           807:                        <File
        !           808:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\stat.h"
        !           809:                                >
        !           810:                        </File>
        !           811:                        <File
        !           812:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\stdtime.h"
        !           813:                                >
        !           814:                        </File>
        !           815:                        <File
        !           816:                                RelativePath="..\..\include\syslog.h"
        !           817:                                >
        !           818:                        </File>
        !           819:                        <File
        !           820:                                RelativePath="..\..\..\..\lib\isc\include\isc\task.h"
        !           821:                                >
        !           822:                        </File>
        !           823:                        <File
        !           824:                                RelativePath="..\..\include\termios.h"
        !           825:                                >
        !           826:                        </File>
        !           827:                        <File
        !           828:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\thread.h"
        !           829:                                >
        !           830:                        </File>
        !           831:                        <File
        !           832:                                RelativePath="..\..\include\sys\time.h"
        !           833:                                >
        !           834:                        </File>
        !           835:                        <File
        !           836:                                RelativePath="..\..\..\..\lib\isc\win32\include\isc\time.h"
        !           837:                                >
        !           838:                        </File>
        !           839:                        <File
        !           840:                                RelativePath="..\..\include\transmitbuff.h"
        !           841:                                >
        !           842:                        </File>
        !           843:                        <File
        !           844:                                RelativePath="..\..\include\win32_io.h"
        !           845:                                >
        !           846:                        </File>
        !           847:                        <File
        !           848:                                RelativePath="..\..\include\isc\win32os.h"
        !           849:                                >
        !           850:                        </File>
        !           851:                </Filter>
        !           852:                <Filter
        !           853:                        Name="Generated Files"
        !           854:                        >
        !           855:                        <File
        !           856:                                RelativePath="..\..\libntp\messages.h"
        !           857:                                >
        !           858:                        </File>
        !           859:                </Filter>
        !           860:                <Filter
        !           861:                        Name="Resource Files"
        !           862:                        >
        !           863:                        <File
        !           864:                                RelativePath="..\..\libntp\messages.mc"
        !           865:                                >
        !           866:                                <FileConfiguration
        !           867:                                        Name="Debug|Win32"
        !           868:                                        >
        !           869:                                        <Tool
        !           870:                                                Name="VCCustomBuildTool"
        !           871:                                                Description="Message Compiler"
        !           872:                                                CommandLine="mc -h $(InputDir) -r $(InputDir) -e h $(InputPath)&#x0D;&#x0A;"
        !           873:                                                Outputs="$(InputDir)$(InputName).rc;$(InputDir)$(InputName).h;$(InputDir)msg00001.bin"
        !           874:                                        />
        !           875:                                </FileConfiguration>
        !           876:                                <FileConfiguration
        !           877:                                        Name="Release|Win32"
        !           878:                                        >
        !           879:                                        <Tool
        !           880:                                                Name="VCCustomBuildTool"
        !           881:                                                Description="Message Compiler"
        !           882:                                                CommandLine="mc -h $(InputDir) -r $(InputDir) -e h $(InputPath)&#x0D;&#x0A;"
        !           883:                                                Outputs="$(InputDir)$(InputName).rc;$(InputDir)$(InputName).h;$(InputDir)msg00001.bin"
        !           884:                                        />
        !           885:                                </FileConfiguration>
        !           886:                        </File>
        !           887:                </Filter>
        !           888:        </Files>
        !           889:        <Globals>
        !           890:        </Globals>
        !           891: </VisualStudioProject>

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