Annotation of embedaddon/ntp/ports/winnt/vs2008/ntpd/ntpd.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="ntpd"
! 6: ProjectGUID="{CB61F8BF-9637-495C-9087-E8664B400CE0}"
! 7: TargetFrameworkVersion="0"
! 8: >
! 9: <Platforms>
! 10: <Platform
! 11: Name="Win32"
! 12: />
! 13: </Platforms>
! 14: <ToolFiles>
! 15: </ToolFiles>
! 16: <Configurations>
! 17: <Configuration
! 18: Name="Release|Win32"
! 19: OutputDirectory=".\Release"
! 20: IntermediateDirectory=".\Release"
! 21: ConfigurationType="1"
! 22: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
! 23: UseOfMFC="0"
! 24: ATLMinimizesCRunTimeLibraryUsage="false"
! 25: CharacterSet="2"
! 26: DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
! 27: WholeProgramOptimization="1"
! 28: >
! 29: <Tool
! 30: Name="VCPreBuildEventTool"
! 31: />
! 32: <Tool
! 33: Name="VCCustomBuildTool"
! 34: />
! 35: <Tool
! 36: Name="VCXMLDataGeneratorTool"
! 37: />
! 38: <Tool
! 39: Name="VCWebServiceProxyGeneratorTool"
! 40: />
! 41: <Tool
! 42: Name="VCMIDLTool"
! 43: TypeLibraryName=".\Release\ntpd.tlb"
! 44: HeaderFileName=""
! 45: />
! 46: <Tool
! 47: Name="VCCLCompilerTool"
! 48: Optimization="2"
! 49: InlineFunctionExpansion="2"
! 50: EnableIntrinsicFunctions="true"
! 51: FavorSizeOrSpeed="1"
! 52: WholeProgramOptimization="true"
! 53: AdditionalIncludeDirectories="..\..\ntpd,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
! 54: PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;SYS_WINNT;HAVE_CONFIG_H"
! 55: StringPooling="true"
! 56: ExceptionHandling="0"
! 57: RuntimeLibrary="0"
! 58: EnableFunctionLevelLinking="false"
! 59: PrecompiledHeaderFile=".\Release\ntpd.pch"
! 60: AssemblerListingLocation=".\Release\"
! 61: ObjectFile=".\Release\"
! 62: ProgramDataBaseFileName="..\bin\Release\ntpd-vc90"
! 63: BrowseInformation="1"
! 64: WarningLevel="4"
! 65: SuppressStartupBanner="true"
! 66: DebugInformationFormat="3"
! 67: CompileAs="1"
! 68: />
! 69: <Tool
! 70: Name="VCManagedResourceCompilerTool"
! 71: />
! 72: <Tool
! 73: Name="VCResourceCompilerTool"
! 74: PreprocessorDefinitions="NDEBUG"
! 75: Culture="1033"
! 76: />
! 77: <Tool
! 78: Name="VCPreLinkEventTool"
! 79: />
! 80: <Tool
! 81: Name="VCLinkerTool"
! 82: AdditionalDependencies="ws2_32.lib winmm.lib $(OPENSSL_LIB)\libeay32.lib"
! 83: OutputFile="..\bin\Release\ntpd.exe"
! 84: Version="0x0400"
! 85: LinkIncremental="1"
! 86: SuppressStartupBanner="true"
! 87: GenerateManifest="false"
! 88: GenerateDebugInformation="true"
! 89: ProgramDatabaseFile="..\bin\Release\ntpd.pdb"
! 90: SubSystem="1"
! 91: OptimizeForWindows98="0"
! 92: LinkTimeCodeGeneration="1"
! 93: RandomizedBaseAddress="1"
! 94: DataExecutionPrevention="2"
! 95: TargetMachine="1"
! 96: />
! 97: <Tool
! 98: Name="VCALinkTool"
! 99: />
! 100: <Tool
! 101: Name="VCManifestTool"
! 102: />
! 103: <Tool
! 104: Name="VCXDCMakeTool"
! 105: />
! 106: <Tool
! 107: Name="VCBscMakeTool"
! 108: SuppressStartupBanner="true"
! 109: OutputFile=".\Release\ntpd.bsc"
! 110: />
! 111: <Tool
! 112: Name="VCFxCopTool"
! 113: />
! 114: <Tool
! 115: Name="VCAppVerifierTool"
! 116: />
! 117: <Tool
! 118: Name="VCPostBuildEventTool"
! 119: />
! 120: </Configuration>
! 121: <Configuration
! 122: Name="Debug|Win32"
! 123: OutputDirectory=".\Debug"
! 124: IntermediateDirectory=".\Debug"
! 125: ConfigurationType="1"
! 126: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
! 127: UseOfMFC="0"
! 128: ATLMinimizesCRunTimeLibraryUsage="false"
! 129: CharacterSet="2"
! 130: DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
! 131: WholeProgramOptimization="1"
! 132: >
! 133: <Tool
! 134: Name="VCPreBuildEventTool"
! 135: />
! 136: <Tool
! 137: Name="VCCustomBuildTool"
! 138: />
! 139: <Tool
! 140: Name="VCXMLDataGeneratorTool"
! 141: />
! 142: <Tool
! 143: Name="VCWebServiceProxyGeneratorTool"
! 144: />
! 145: <Tool
! 146: Name="VCMIDLTool"
! 147: TypeLibraryName=".\Debug\ntpd.tlb"
! 148: HeaderFileName=""
! 149: />
! 150: <Tool
! 151: Name="VCCLCompilerTool"
! 152: Optimization="0"
! 153: InlineFunctionExpansion="2"
! 154: EnableIntrinsicFunctions="true"
! 155: FavorSizeOrSpeed="1"
! 156: WholeProgramOptimization="false"
! 157: AdditionalIncludeDirectories="..\..\ntpd,..\..\include,..\..\..\..\include,..\..\..\..\lib\isc\win32\include,..\..\..\..\lib\isc\include,$(OPENSSL_INC),..\..\..\..\sntp\libopts"
! 158: PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;SYS_WINNT;HAVE_CONFIG_H"
! 159: MinimalRebuild="true"
! 160: ExceptionHandling="0"
! 161: BasicRuntimeChecks="3"
! 162: SmallerTypeCheck="true"
! 163: RuntimeLibrary="1"
! 164: EnableFunctionLevelLinking="true"
! 165: PrecompiledHeaderFile=".\Debug\ntpd.pch"
! 166: AssemblerListingLocation=".\Debug\"
! 167: ObjectFile=".\Debug\"
! 168: ProgramDataBaseFileName="..\bin\Debug\ntpd-vc90"
! 169: BrowseInformation="1"
! 170: WarningLevel="4"
! 171: SuppressStartupBanner="true"
! 172: DebugInformationFormat="3"
! 173: CompileAs="1"
! 174: />
! 175: <Tool
! 176: Name="VCManagedResourceCompilerTool"
! 177: />
! 178: <Tool
! 179: Name="VCResourceCompilerTool"
! 180: PreprocessorDefinitions="_DEBUG"
! 181: Culture="1033"
! 182: />
! 183: <Tool
! 184: Name="VCPreLinkEventTool"
! 185: />
! 186: <Tool
! 187: Name="VCLinkerTool"
! 188: AdditionalDependencies="ws2_32.lib winmm.lib $(OPENSSL_LIB)\libeay32.lib"
! 189: OutputFile="..\bin\Debug\ntpd.exe"
! 190: Version="0x0400"
! 191: LinkIncremental="1"
! 192: SuppressStartupBanner="true"
! 193: GenerateManifest="false"
! 194: GenerateDebugInformation="true"
! 195: ProgramDatabaseFile="..\bin\Debug\ntpd.pdb"
! 196: SubSystem="1"
! 197: OptimizeForWindows98="0"
! 198: LinkTimeCodeGeneration="0"
! 199: RandomizedBaseAddress="1"
! 200: DataExecutionPrevention="0"
! 201: TargetMachine="1"
! 202: />
! 203: <Tool
! 204: Name="VCALinkTool"
! 205: />
! 206: <Tool
! 207: Name="VCManifestTool"
! 208: />
! 209: <Tool
! 210: Name="VCXDCMakeTool"
! 211: />
! 212: <Tool
! 213: Name="VCBscMakeTool"
! 214: SuppressStartupBanner="true"
! 215: OutputFile=".\Debug\ntpd.bsc"
! 216: />
! 217: <Tool
! 218: Name="VCFxCopTool"
! 219: />
! 220: <Tool
! 221: Name="VCAppVerifierTool"
! 222: />
! 223: <Tool
! 224: Name="VCPostBuildEventTool"
! 225: />
! 226: </Configuration>
! 227: </Configurations>
! 228: <References>
! 229: </References>
! 230: <Files>
! 231: <Filter
! 232: Name="Source Files"
! 233: Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
! 234: >
! 235: <File
! 236: RelativePath="..\..\..\..\ntpd\cmd_args.c"
! 237: >
! 238: </File>
! 239: <File
! 240: RelativePath="..\..\ntpd\nt_clockstuff.c"
! 241: >
! 242: <FileConfiguration
! 243: Name="Release|Win32"
! 244: >
! 245: <Tool
! 246: Name="VCCLCompilerTool"
! 247: AdditionalIncludeDirectories=""
! 248: PreprocessorDefinitions=""
! 249: />
! 250: </FileConfiguration>
! 251: <FileConfiguration
! 252: Name="Debug|Win32"
! 253: >
! 254: <Tool
! 255: Name="VCCLCompilerTool"
! 256: AdditionalIncludeDirectories=""
! 257: PreprocessorDefinitions=""
! 258: />
! 259: </FileConfiguration>
! 260: </File>
! 261: <File
! 262: RelativePath="..\..\..\..\ntpd\ntp_config.c"
! 263: >
! 264: <FileConfiguration
! 265: Name="Release|Win32"
! 266: >
! 267: <Tool
! 268: Name="VCCLCompilerTool"
! 269: AdditionalIncludeDirectories=""
! 270: PreprocessorDefinitions=""
! 271: />
! 272: </FileConfiguration>
! 273: <FileConfiguration
! 274: Name="Debug|Win32"
! 275: >
! 276: <Tool
! 277: Name="VCCLCompilerTool"
! 278: AdditionalIncludeDirectories=""
! 279: PreprocessorDefinitions=""
! 280: />
! 281: </FileConfiguration>
! 282: </File>
! 283: <File
! 284: RelativePath="..\..\..\..\ntpd\ntp_control.c"
! 285: >
! 286: <FileConfiguration
! 287: Name="Release|Win32"
! 288: >
! 289: <Tool
! 290: Name="VCCLCompilerTool"
! 291: AdditionalIncludeDirectories=""
! 292: PreprocessorDefinitions=""
! 293: />
! 294: </FileConfiguration>
! 295: <FileConfiguration
! 296: Name="Debug|Win32"
! 297: >
! 298: <Tool
! 299: Name="VCCLCompilerTool"
! 300: AdditionalIncludeDirectories=""
! 301: PreprocessorDefinitions=""
! 302: />
! 303: </FileConfiguration>
! 304: </File>
! 305: <File
! 306: RelativePath="..\..\..\..\ntpd\ntp_crypto.c"
! 307: >
! 308: <FileConfiguration
! 309: Name="Release|Win32"
! 310: >
! 311: <Tool
! 312: Name="VCCLCompilerTool"
! 313: AdditionalIncludeDirectories=""
! 314: PreprocessorDefinitions=""
! 315: />
! 316: </FileConfiguration>
! 317: <FileConfiguration
! 318: Name="Debug|Win32"
! 319: >
! 320: <Tool
! 321: Name="VCCLCompilerTool"
! 322: AdditionalIncludeDirectories=""
! 323: PreprocessorDefinitions=""
! 324: />
! 325: </FileConfiguration>
! 326: </File>
! 327: <File
! 328: RelativePath="..\..\..\..\ntpd\ntp_data_structures.c"
! 329: >
! 330: </File>
! 331: <File
! 332: RelativePath="..\..\..\..\ntpd\ntp_filegen.c"
! 333: >
! 334: <FileConfiguration
! 335: Name="Release|Win32"
! 336: >
! 337: <Tool
! 338: Name="VCCLCompilerTool"
! 339: AdditionalIncludeDirectories=""
! 340: PreprocessorDefinitions=""
! 341: />
! 342: </FileConfiguration>
! 343: <FileConfiguration
! 344: Name="Debug|Win32"
! 345: >
! 346: <Tool
! 347: Name="VCCLCompilerTool"
! 348: AdditionalIncludeDirectories=""
! 349: PreprocessorDefinitions=""
! 350: />
! 351: </FileConfiguration>
! 352: </File>
! 353: <File
! 354: RelativePath="..\..\..\..\ntpd\ntp_intres.c"
! 355: >
! 356: <FileConfiguration
! 357: Name="Release|Win32"
! 358: >
! 359: <Tool
! 360: Name="VCCLCompilerTool"
! 361: AdditionalIncludeDirectories=""
! 362: PreprocessorDefinitions=""
! 363: />
! 364: </FileConfiguration>
! 365: <FileConfiguration
! 366: Name="Debug|Win32"
! 367: >
! 368: <Tool
! 369: Name="VCCLCompilerTool"
! 370: AdditionalIncludeDirectories=""
! 371: PreprocessorDefinitions=""
! 372: />
! 373: </FileConfiguration>
! 374: </File>
! 375: <File
! 376: RelativePath="..\..\..\..\ntpd\ntp_io.c"
! 377: >
! 378: <FileConfiguration
! 379: Name="Release|Win32"
! 380: >
! 381: <Tool
! 382: Name="VCCLCompilerTool"
! 383: AdditionalIncludeDirectories=""
! 384: PreprocessorDefinitions=""
! 385: />
! 386: </FileConfiguration>
! 387: <FileConfiguration
! 388: Name="Debug|Win32"
! 389: >
! 390: <Tool
! 391: Name="VCCLCompilerTool"
! 392: AdditionalIncludeDirectories=""
! 393: PreprocessorDefinitions=""
! 394: />
! 395: </FileConfiguration>
! 396: </File>
! 397: <File
! 398: RelativePath="..\..\ntpd\ntp_iocompletionport.c"
! 399: >
! 400: <FileConfiguration
! 401: Name="Release|Win32"
! 402: >
! 403: <Tool
! 404: Name="VCCLCompilerTool"
! 405: AdditionalIncludeDirectories=""
! 406: PreprocessorDefinitions=""
! 407: />
! 408: </FileConfiguration>
! 409: <FileConfiguration
! 410: Name="Debug|Win32"
! 411: >
! 412: <Tool
! 413: Name="VCCLCompilerTool"
! 414: AdditionalIncludeDirectories=""
! 415: PreprocessorDefinitions=""
! 416: />
! 417: </FileConfiguration>
! 418: </File>
! 419: <File
! 420: RelativePath="..\..\..\..\ntpd\ntp_loopfilter.c"
! 421: >
! 422: <FileConfiguration
! 423: Name="Release|Win32"
! 424: >
! 425: <Tool
! 426: Name="VCCLCompilerTool"
! 427: AdditionalIncludeDirectories=""
! 428: PreprocessorDefinitions=""
! 429: />
! 430: </FileConfiguration>
! 431: <FileConfiguration
! 432: Name="Debug|Win32"
! 433: >
! 434: <Tool
! 435: Name="VCCLCompilerTool"
! 436: AdditionalIncludeDirectories=""
! 437: PreprocessorDefinitions=""
! 438: />
! 439: </FileConfiguration>
! 440: </File>
! 441: <File
! 442: RelativePath="..\..\..\..\ntpd\ntp_monitor.c"
! 443: >
! 444: <FileConfiguration
! 445: Name="Release|Win32"
! 446: >
! 447: <Tool
! 448: Name="VCCLCompilerTool"
! 449: AdditionalIncludeDirectories=""
! 450: PreprocessorDefinitions=""
! 451: />
! 452: </FileConfiguration>
! 453: <FileConfiguration
! 454: Name="Debug|Win32"
! 455: >
! 456: <Tool
! 457: Name="VCCLCompilerTool"
! 458: AdditionalIncludeDirectories=""
! 459: PreprocessorDefinitions=""
! 460: />
! 461: </FileConfiguration>
! 462: </File>
! 463: <File
! 464: RelativePath="..\..\..\..\ntpd\ntp_parser.c"
! 465: >
! 466: </File>
! 467: <File
! 468: RelativePath="..\..\..\..\ntpd\ntp_peer.c"
! 469: >
! 470: <FileConfiguration
! 471: Name="Release|Win32"
! 472: >
! 473: <Tool
! 474: Name="VCCLCompilerTool"
! 475: AdditionalIncludeDirectories=""
! 476: PreprocessorDefinitions=""
! 477: />
! 478: </FileConfiguration>
! 479: <FileConfiguration
! 480: Name="Debug|Win32"
! 481: >
! 482: <Tool
! 483: Name="VCCLCompilerTool"
! 484: AdditionalIncludeDirectories=""
! 485: PreprocessorDefinitions=""
! 486: GeneratePreprocessedFile="0"
! 487: />
! 488: </FileConfiguration>
! 489: </File>
! 490: <File
! 491: RelativePath="..\..\..\..\ntpd\ntp_proto.c"
! 492: >
! 493: <FileConfiguration
! 494: Name="Release|Win32"
! 495: >
! 496: <Tool
! 497: Name="VCCLCompilerTool"
! 498: AdditionalIncludeDirectories=""
! 499: PreprocessorDefinitions=""
! 500: />
! 501: </FileConfiguration>
! 502: <FileConfiguration
! 503: Name="Debug|Win32"
! 504: >
! 505: <Tool
! 506: Name="VCCLCompilerTool"
! 507: AdditionalIncludeDirectories=""
! 508: PreprocessorDefinitions=""
! 509: />
! 510: </FileConfiguration>
! 511: </File>
! 512: <File
! 513: RelativePath="..\..\..\..\ntpd\ntp_refclock.c"
! 514: >
! 515: <FileConfiguration
! 516: Name="Release|Win32"
! 517: >
! 518: <Tool
! 519: Name="VCCLCompilerTool"
! 520: AdditionalIncludeDirectories=""
! 521: PreprocessorDefinitions=""
! 522: />
! 523: </FileConfiguration>
! 524: <FileConfiguration
! 525: Name="Debug|Win32"
! 526: >
! 527: <Tool
! 528: Name="VCCLCompilerTool"
! 529: AdditionalIncludeDirectories=""
! 530: PreprocessorDefinitions=""
! 531: />
! 532: </FileConfiguration>
! 533: </File>
! 534: <File
! 535: RelativePath="..\..\..\..\ntpd\ntp_request.c"
! 536: >
! 537: <FileConfiguration
! 538: Name="Release|Win32"
! 539: >
! 540: <Tool
! 541: Name="VCCLCompilerTool"
! 542: AdditionalIncludeDirectories=""
! 543: PreprocessorDefinitions=""
! 544: />
! 545: </FileConfiguration>
! 546: <FileConfiguration
! 547: Name="Debug|Win32"
! 548: >
! 549: <Tool
! 550: Name="VCCLCompilerTool"
! 551: AdditionalIncludeDirectories=""
! 552: PreprocessorDefinitions=""
! 553: />
! 554: </FileConfiguration>
! 555: </File>
! 556: <File
! 557: RelativePath="..\..\..\..\ntpd\ntp_restrict.c"
! 558: >
! 559: <FileConfiguration
! 560: Name="Release|Win32"
! 561: >
! 562: <Tool
! 563: Name="VCCLCompilerTool"
! 564: AdditionalIncludeDirectories=""
! 565: PreprocessorDefinitions=""
! 566: />
! 567: </FileConfiguration>
! 568: <FileConfiguration
! 569: Name="Debug|Win32"
! 570: >
! 571: <Tool
! 572: Name="VCCLCompilerTool"
! 573: AdditionalIncludeDirectories=""
! 574: PreprocessorDefinitions=""
! 575: />
! 576: </FileConfiguration>
! 577: </File>
! 578: <File
! 579: RelativePath="..\..\..\..\ntpd\ntp_scanner.c"
! 580: >
! 581: </File>
! 582: <File
! 583: RelativePath="..\..\..\..\ntpd\ntp_signd.c"
! 584: >
! 585: </File>
! 586: <File
! 587: RelativePath="..\..\..\..\ntpd\ntp_timer.c"
! 588: >
! 589: <FileConfiguration
! 590: Name="Release|Win32"
! 591: >
! 592: <Tool
! 593: Name="VCCLCompilerTool"
! 594: AdditionalIncludeDirectories=""
! 595: PreprocessorDefinitions=""
! 596: />
! 597: </FileConfiguration>
! 598: <FileConfiguration
! 599: Name="Debug|Win32"
! 600: >
! 601: <Tool
! 602: Name="VCCLCompilerTool"
! 603: AdditionalIncludeDirectories=""
! 604: PreprocessorDefinitions=""
! 605: />
! 606: </FileConfiguration>
! 607: </File>
! 608: <File
! 609: RelativePath="..\..\..\..\ntpd\ntp_util.c"
! 610: >
! 611: <FileConfiguration
! 612: Name="Release|Win32"
! 613: >
! 614: <Tool
! 615: Name="VCCLCompilerTool"
! 616: AdditionalIncludeDirectories=""
! 617: PreprocessorDefinitions=""
! 618: />
! 619: </FileConfiguration>
! 620: <FileConfiguration
! 621: Name="Debug|Win32"
! 622: >
! 623: <Tool
! 624: Name="VCCLCompilerTool"
! 625: AdditionalIncludeDirectories=""
! 626: PreprocessorDefinitions=""
! 627: />
! 628: </FileConfiguration>
! 629: </File>
! 630: <File
! 631: RelativePath="..\..\..\..\ntpd\ntpd-opts.c"
! 632: >
! 633: <FileConfiguration
! 634: Name="Release|Win32"
! 635: >
! 636: <Tool
! 637: Name="VCCLCompilerTool"
! 638: AdditionalIncludeDirectories=""
! 639: PreprocessorDefinitions=""
! 640: />
! 641: </FileConfiguration>
! 642: <FileConfiguration
! 643: Name="Debug|Win32"
! 644: >
! 645: <Tool
! 646: Name="VCCLCompilerTool"
! 647: AdditionalIncludeDirectories=""
! 648: PreprocessorDefinitions=""
! 649: />
! 650: </FileConfiguration>
! 651: </File>
! 652: <File
! 653: RelativePath="..\..\..\..\ntpd\ntpd.c"
! 654: >
! 655: <FileConfiguration
! 656: Name="Release|Win32"
! 657: >
! 658: <Tool
! 659: Name="VCCLCompilerTool"
! 660: AdditionalIncludeDirectories=""
! 661: PreprocessorDefinitions=""
! 662: />
! 663: </FileConfiguration>
! 664: <FileConfiguration
! 665: Name="Debug|Win32"
! 666: >
! 667: <Tool
! 668: Name="VCCLCompilerTool"
! 669: AdditionalIncludeDirectories=""
! 670: PreprocessorDefinitions=""
! 671: />
! 672: </FileConfiguration>
! 673: </File>
! 674: <File
! 675: RelativePath="..\..\ntpd\ntservice.c"
! 676: >
! 677: <FileConfiguration
! 678: Name="Release|Win32"
! 679: >
! 680: <Tool
! 681: Name="VCCLCompilerTool"
! 682: AdditionalIncludeDirectories=""
! 683: PreprocessorDefinitions=""
! 684: />
! 685: </FileConfiguration>
! 686: <FileConfiguration
! 687: Name="Debug|Win32"
! 688: >
! 689: <Tool
! 690: Name="VCCLCompilerTool"
! 691: AdditionalIncludeDirectories=""
! 692: PreprocessorDefinitions=""
! 693: />
! 694: </FileConfiguration>
! 695: </File>
! 696: <File
! 697: RelativePath="..\..\ntpd\win32_io.c"
! 698: >
! 699: <FileConfiguration
! 700: Name="Release|Win32"
! 701: >
! 702: <Tool
! 703: Name="VCCLCompilerTool"
! 704: AdditionalIncludeDirectories=""
! 705: PreprocessorDefinitions=""
! 706: />
! 707: </FileConfiguration>
! 708: <FileConfiguration
! 709: Name="Debug|Win32"
! 710: >
! 711: <Tool
! 712: Name="VCCLCompilerTool"
! 713: AdditionalIncludeDirectories=""
! 714: PreprocessorDefinitions=""
! 715: />
! 716: </FileConfiguration>
! 717: </File>
! 718: </Filter>
! 719: <Filter
! 720: Name="Header Files"
! 721: Filter="h;hpp;hxx;hm;inl"
! 722: >
! 723: <File
! 724: RelativePath="..\..\..\..\include\ascii.h"
! 725: >
! 726: </File>
! 727: <File
! 728: RelativePath="..\..\..\..\lib\isc\include\isc\assertions.h"
! 729: >
! 730: </File>
! 731: <File
! 732: RelativePath="..\..\..\..\include\binio.h"
! 733: >
! 734: </File>
! 735: <File
! 736: RelativePath="..\..\..\..\lib\isc\include\isc\boolean.h"
! 737: >
! 738: </File>
! 739: <File
! 740: RelativePath="..\..\include\clockstuff.h"
! 741: >
! 742: </File>
! 743: <File
! 744: RelativePath="..\..\include\config.h"
! 745: >
! 746: </File>
! 747: <File
! 748: RelativePath="..\..\include\hopf_PCI_io.h"
! 749: >
! 750: </File>
! 751: <File
! 752: RelativePath="..\..\..\..\include\ieee754io.h"
! 753: >
! 754: </File>
! 755: <File
! 756: RelativePath="..\..\include\netinet\in.h"
! 757: >
! 758: </File>
! 759: <File
! 760: RelativePath="..\..\include\arpa\inet.h"
! 761: >
! 762: </File>
! 763: <File
! 764: RelativePath="..\..\include\isc\int.h"
! 765: >
! 766: </File>
! 767: <File
! 768: RelativePath="..\..\..\..\lib\isc\include\isc\interfaceiter.h"
! 769: >
! 770: </File>
! 771: <File
! 772: RelativePath="..\..\..\..\include\iosignal.h"
! 773: >
! 774: </File>
! 775: <File
! 776: RelativePath="..\..\..\..\lib\isc\win32\include\isc\ipv6.h"
! 777: >
! 778: </File>
! 779: <File
! 780: RelativePath="..\..\..\..\ntpd\jupiter.h"
! 781: >
! 782: </File>
! 783: <File
! 784: RelativePath="..\..\..\..\include\l_stdlib.h"
! 785: >
! 786: </File>
! 787: <File
! 788: RelativePath="..\..\..\libntp\log.h"
! 789: >
! 790: </File>
! 791: <File
! 792: RelativePath="..\..\..\..\include\mbg_gps166.h"
! 793: >
! 794: </File>
! 795: <File
! 796: RelativePath="..\..\include\isc\net.h"
! 797: >
! 798: </File>
! 799: <File
! 800: RelativePath="..\..\..\..\lib\isc\include\isc\netaddr.h"
! 801: >
! 802: </File>
! 803: <File
! 804: RelativePath="..\..\include\netdb.h"
! 805: >
! 806: </File>
! 807: <File
! 808: RelativePath="..\..\..\..\include\ntp.h"
! 809: >
! 810: </File>
! 811: <File
! 812: RelativePath="..\..\..\..\include\ntp_assert.h"
! 813: >
! 814: </File>
! 815: <File
! 816: RelativePath="..\..\..\..\include\ntp_calendar.h"
! 817: >
! 818: </File>
! 819: <File
! 820: RelativePath="..\..\..\..\include\ntp_cmdargs.h"
! 821: >
! 822: </File>
! 823: <File
! 824: RelativePath="..\..\..\..\include\ntp_config.h"
! 825: >
! 826: </File>
! 827: <File
! 828: RelativePath="..\..\..\..\include\ntp_control.h"
! 829: >
! 830: </File>
! 831: <File
! 832: RelativePath="..\..\..\..\include\ntp_debug.h"
! 833: >
! 834: </File>
! 835: <File
! 836: RelativePath="..\..\..\..\include\ntp_filegen.h"
! 837: >
! 838: </File>
! 839: <File
! 840: RelativePath="..\..\..\..\include\ntp_fp.h"
! 841: >
! 842: </File>
! 843: <File
! 844: RelativePath="..\..\..\..\include\ntp_if.h"
! 845: >
! 846: </File>
! 847: <File
! 848: RelativePath="..\..\..\..\include\ntp_io.h"
! 849: >
! 850: </File>
! 851: <File
! 852: RelativePath="..\..\include\ntp_iocompletionport.h"
! 853: >
! 854: </File>
! 855: <File
! 856: RelativePath="..\..\..\..\ntpd\ntp_keyword.h"
! 857: >
! 858: </File>
! 859: <File
! 860: RelativePath="..\..\..\..\include\ntp_libopts.h"
! 861: >
! 862: </File>
! 863: <File
! 864: RelativePath="..\..\..\..\include\ntp_lists.h"
! 865: >
! 866: </File>
! 867: <File
! 868: RelativePath="..\..\..\..\include\ntp_machine.h"
! 869: >
! 870: </File>
! 871: <File
! 872: RelativePath="..\..\..\..\include\ntp_malloc.h"
! 873: >
! 874: </File>
! 875: <File
! 876: RelativePath="..\..\..\..\include\ntp_net.h"
! 877: >
! 878: </File>
! 879: <File
! 880: RelativePath="..\..\..\..\ntpd\ntp_parser.h"
! 881: >
! 882: </File>
! 883: <File
! 884: RelativePath="..\..\..\..\include\ntp_proto.h"
! 885: >
! 886: </File>
! 887: <File
! 888: RelativePath="..\..\..\..\include\ntp_random.h"
! 889: >
! 890: </File>
! 891: <File
! 892: RelativePath="..\..\..\..\include\ntp_refclock.h"
! 893: >
! 894: </File>
! 895: <File
! 896: RelativePath="..\..\..\..\include\ntp_request.h"
! 897: >
! 898: </File>
! 899: <File
! 900: RelativePath="..\..\..\..\include\ntp_rfc2553.h"
! 901: >
! 902: </File>
! 903: <File
! 904: RelativePath="..\..\..\..\ntpd\ntp_scanner.h"
! 905: >
! 906: </File>
! 907: <File
! 908: RelativePath="..\..\..\..\include\ntp_select.h"
! 909: >
! 910: </File>
! 911: <File
! 912: RelativePath="..\..\..\..\include\ntp_stdlib.h"
! 913: >
! 914: </File>
! 915: <File
! 916: RelativePath="..\..\..\..\include\ntp_string.h"
! 917: >
! 918: </File>
! 919: <File
! 920: RelativePath="..\..\..\..\include\ntp_syslog.h"
! 921: >
! 922: </File>
! 923: <File
! 924: RelativePath="..\..\include\ntp_timer.h"
! 925: >
! 926: </File>
! 927: <File
! 928: RelativePath="..\..\..\..\include\ntp_tty.h"
! 929: >
! 930: </File>
! 931: <File
! 932: RelativePath="..\..\..\..\include\ntp_types.h"
! 933: >
! 934: </File>
! 935: <File
! 936: RelativePath="..\..\..\..\include\ntp_unixtime.h"
! 937: >
! 938: </File>
! 939: <File
! 940: RelativePath="..\..\..\..\ntpd\ntpd-opts.h"
! 941: >
! 942: </File>
! 943: <File
! 944: RelativePath="..\..\..\..\include\ntpd.h"
! 945: >
! 946: </File>
! 947: <File
! 948: RelativePath="..\..\..\..\include\ntpsim.h"
! 949: >
! 950: </File>
! 951: <File
! 952: RelativePath="..\..\include\ntservice.h"
! 953: >
! 954: </File>
! 955: <File
! 956: RelativePath="..\..\include\isc\offset.h"
! 957: >
! 958: </File>
! 959: <File
! 960: RelativePath="..\..\..\..\sntp\libopts\autoopts\options.h"
! 961: >
! 962: </File>
! 963: <File
! 964: RelativePath="..\..\include\sys\param.h"
! 965: >
! 966: </File>
! 967: <File
! 968: RelativePath="..\..\include\isc\platform.h"
! 969: >
! 970: </File>
! 971: <File
! 972: RelativePath="..\..\..\..\include\recvbuff.h"
! 973: >
! 974: </File>
! 975: <File
! 976: RelativePath="..\..\..\..\lib\isc\include\isc\result.h"
! 977: >
! 978: </File>
! 979: <File
! 980: RelativePath="..\..\include\sys\socket.h"
! 981: >
! 982: </File>
! 983: <File
! 984: RelativePath="..\..\include\syslog.h"
! 985: >
! 986: </File>
! 987: <File
! 988: RelativePath="..\..\include\termios.h"
! 989: >
! 990: </File>
! 991: <File
! 992: RelativePath="..\..\include\timepps.h"
! 993: >
! 994: </File>
! 995: <File
! 996: RelativePath="..\..\include\transmitbuff.h"
! 997: >
! 998: </File>
! 999: <File
! 1000: RelativePath="..\..\include\sys\wait.h"
! 1001: >
! 1002: </File>
! 1003: <File
! 1004: RelativePath="..\..\include\win32_io.h"
! 1005: >
! 1006: </File>
! 1007: <File
! 1008: RelativePath="..\..\include\isc\win32os.h"
! 1009: >
! 1010: </File>
! 1011: </Filter>
! 1012: <Filter
! 1013: Name="Generated Files"
! 1014: >
! 1015: <File
! 1016: RelativePath="..\..\libntp\messages.rc"
! 1017: >
! 1018: <FileConfiguration
! 1019: Name="Release|Win32"
! 1020: >
! 1021: <Tool
! 1022: Name="VCResourceCompilerTool"
! 1023: PreprocessorDefinitions=""
! 1024: AdditionalIncludeDirectories="..\libntp"
! 1025: />
! 1026: </FileConfiguration>
! 1027: <FileConfiguration
! 1028: Name="Debug|Win32"
! 1029: >
! 1030: <Tool
! 1031: Name="VCResourceCompilerTool"
! 1032: PreprocessorDefinitions=""
! 1033: AdditionalIncludeDirectories="..\libntp"
! 1034: />
! 1035: </FileConfiguration>
! 1036: </File>
! 1037: <File
! 1038: RelativePath="..\..\libntp\MSG00001.bin"
! 1039: >
! 1040: </File>
! 1041: <File
! 1042: RelativePath=".\version.c"
! 1043: >
! 1044: <FileConfiguration
! 1045: Name="Release|Win32"
! 1046: >
! 1047: <Tool
! 1048: Name="VCCLCompilerTool"
! 1049: AdditionalIncludeDirectories=""
! 1050: PreprocessorDefinitions=""
! 1051: ShowIncludes="true"
! 1052: />
! 1053: </FileConfiguration>
! 1054: <FileConfiguration
! 1055: Name="Debug|Win32"
! 1056: >
! 1057: <Tool
! 1058: Name="VCCLCompilerTool"
! 1059: AdditionalIncludeDirectories=""
! 1060: PreprocessorDefinitions=""
! 1061: />
! 1062: </FileConfiguration>
! 1063: </File>
! 1064: </Filter>
! 1065: <Filter
! 1066: Name="Resource Files"
! 1067: Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
! 1068: >
! 1069: <File
! 1070: RelativePath="..\libntp\messages.mc"
! 1071: >
! 1072: </File>
! 1073: </Filter>
! 1074: <Filter
! 1075: Name="Reference Clock"
! 1076: >
! 1077: <File
! 1078: RelativePath="..\..\ntpd\hopf_PCI_io.c"
! 1079: >
! 1080: <FileConfiguration
! 1081: Name="Release|Win32"
! 1082: >
! 1083: <Tool
! 1084: Name="VCCLCompilerTool"
! 1085: AdditionalIncludeDirectories=""
! 1086: PreprocessorDefinitions=""
! 1087: />
! 1088: </FileConfiguration>
! 1089: <FileConfiguration
! 1090: Name="Debug|Win32"
! 1091: >
! 1092: <Tool
! 1093: Name="VCCLCompilerTool"
! 1094: AdditionalIncludeDirectories=""
! 1095: PreprocessorDefinitions=""
! 1096: />
! 1097: </FileConfiguration>
! 1098: </File>
! 1099: <File
! 1100: RelativePath="..\..\..\..\ntpd\refclock_acts.c"
! 1101: >
! 1102: <FileConfiguration
! 1103: Name="Release|Win32"
! 1104: ExcludedFromBuild="true"
! 1105: >
! 1106: <Tool
! 1107: Name="VCCLCompilerTool"
! 1108: AdditionalIncludeDirectories=""
! 1109: PreprocessorDefinitions=""
! 1110: />
! 1111: </FileConfiguration>
! 1112: <FileConfiguration
! 1113: Name="Debug|Win32"
! 1114: ExcludedFromBuild="true"
! 1115: >
! 1116: <Tool
! 1117: Name="VCCLCompilerTool"
! 1118: AdditionalIncludeDirectories=""
! 1119: PreprocessorDefinitions=""
! 1120: />
! 1121: </FileConfiguration>
! 1122: </File>
! 1123: <File
! 1124: RelativePath="..\..\..\..\ntpd\refclock_arbiter.c"
! 1125: >
! 1126: <FileConfiguration
! 1127: Name="Release|Win32"
! 1128: >
! 1129: <Tool
! 1130: Name="VCCLCompilerTool"
! 1131: AdditionalIncludeDirectories=""
! 1132: PreprocessorDefinitions=""
! 1133: />
! 1134: </FileConfiguration>
! 1135: <FileConfiguration
! 1136: Name="Debug|Win32"
! 1137: >
! 1138: <Tool
! 1139: Name="VCCLCompilerTool"
! 1140: AdditionalIncludeDirectories=""
! 1141: PreprocessorDefinitions=""
! 1142: />
! 1143: </FileConfiguration>
! 1144: </File>
! 1145: <File
! 1146: RelativePath="..\..\..\..\ntpd\refclock_arc.c"
! 1147: >
! 1148: <FileConfiguration
! 1149: Name="Release|Win32"
! 1150: >
! 1151: <Tool
! 1152: Name="VCCLCompilerTool"
! 1153: AdditionalIncludeDirectories=""
! 1154: PreprocessorDefinitions=""
! 1155: />
! 1156: </FileConfiguration>
! 1157: <FileConfiguration
! 1158: Name="Debug|Win32"
! 1159: >
! 1160: <Tool
! 1161: Name="VCCLCompilerTool"
! 1162: AdditionalIncludeDirectories=""
! 1163: PreprocessorDefinitions=""
! 1164: />
! 1165: </FileConfiguration>
! 1166: </File>
! 1167: <File
! 1168: RelativePath="..\..\..\..\ntpd\refclock_as2201.c"
! 1169: >
! 1170: <FileConfiguration
! 1171: Name="Release|Win32"
! 1172: ExcludedFromBuild="true"
! 1173: >
! 1174: <Tool
! 1175: Name="VCCLCompilerTool"
! 1176: AdditionalIncludeDirectories=""
! 1177: PreprocessorDefinitions=""
! 1178: />
! 1179: </FileConfiguration>
! 1180: <FileConfiguration
! 1181: Name="Debug|Win32"
! 1182: ExcludedFromBuild="true"
! 1183: >
! 1184: <Tool
! 1185: Name="VCCLCompilerTool"
! 1186: AdditionalIncludeDirectories=""
! 1187: PreprocessorDefinitions=""
! 1188: />
! 1189: </FileConfiguration>
! 1190: </File>
! 1191: <File
! 1192: RelativePath="..\..\..\..\ntpd\refclock_atom.c"
! 1193: >
! 1194: <FileConfiguration
! 1195: Name="Release|Win32"
! 1196: >
! 1197: <Tool
! 1198: Name="VCCLCompilerTool"
! 1199: AdditionalIncludeDirectories=""
! 1200: PreprocessorDefinitions=""
! 1201: />
! 1202: </FileConfiguration>
! 1203: <FileConfiguration
! 1204: Name="Debug|Win32"
! 1205: >
! 1206: <Tool
! 1207: Name="VCCLCompilerTool"
! 1208: AdditionalIncludeDirectories=""
! 1209: PreprocessorDefinitions=""
! 1210: />
! 1211: </FileConfiguration>
! 1212: </File>
! 1213: <File
! 1214: RelativePath="..\..\..\..\ntpd\refclock_bancomm.c"
! 1215: >
! 1216: <FileConfiguration
! 1217: Name="Release|Win32"
! 1218: ExcludedFromBuild="true"
! 1219: >
! 1220: <Tool
! 1221: Name="VCCLCompilerTool"
! 1222: AdditionalIncludeDirectories=""
! 1223: PreprocessorDefinitions=""
! 1224: />
! 1225: </FileConfiguration>
! 1226: <FileConfiguration
! 1227: Name="Debug|Win32"
! 1228: ExcludedFromBuild="true"
! 1229: >
! 1230: <Tool
! 1231: Name="VCCLCompilerTool"
! 1232: AdditionalIncludeDirectories=""
! 1233: PreprocessorDefinitions=""
! 1234: />
! 1235: </FileConfiguration>
! 1236: </File>
! 1237: <File
! 1238: RelativePath="..\..\..\..\ntpd\refclock_chronolog.c"
! 1239: >
! 1240: </File>
! 1241: <File
! 1242: RelativePath="..\..\..\..\ntpd\refclock_chu.c"
! 1243: >
! 1244: <FileConfiguration
! 1245: Name="Release|Win32"
! 1246: ExcludedFromBuild="true"
! 1247: >
! 1248: <Tool
! 1249: Name="VCCLCompilerTool"
! 1250: AdditionalIncludeDirectories=""
! 1251: PreprocessorDefinitions=""
! 1252: />
! 1253: </FileConfiguration>
! 1254: <FileConfiguration
! 1255: Name="Debug|Win32"
! 1256: ExcludedFromBuild="true"
! 1257: >
! 1258: <Tool
! 1259: Name="VCCLCompilerTool"
! 1260: AdditionalIncludeDirectories=""
! 1261: PreprocessorDefinitions=""
! 1262: />
! 1263: </FileConfiguration>
! 1264: </File>
! 1265: <File
! 1266: RelativePath="..\..\..\..\ntpd\refclock_conf.c"
! 1267: >
! 1268: <FileConfiguration
! 1269: Name="Release|Win32"
! 1270: >
! 1271: <Tool
! 1272: Name="VCCLCompilerTool"
! 1273: AdditionalIncludeDirectories=""
! 1274: PreprocessorDefinitions=""
! 1275: />
! 1276: </FileConfiguration>
! 1277: <FileConfiguration
! 1278: Name="Debug|Win32"
! 1279: >
! 1280: <Tool
! 1281: Name="VCCLCompilerTool"
! 1282: AdditionalIncludeDirectories=""
! 1283: PreprocessorDefinitions=""
! 1284: />
! 1285: </FileConfiguration>
! 1286: </File>
! 1287: <File
! 1288: RelativePath="..\..\..\..\ntpd\refclock_datum.c"
! 1289: >
! 1290: <FileConfiguration
! 1291: Name="Release|Win32"
! 1292: ExcludedFromBuild="true"
! 1293: >
! 1294: <Tool
! 1295: Name="VCCLCompilerTool"
! 1296: AdditionalIncludeDirectories=""
! 1297: PreprocessorDefinitions=""
! 1298: />
! 1299: </FileConfiguration>
! 1300: <FileConfiguration
! 1301: Name="Debug|Win32"
! 1302: ExcludedFromBuild="true"
! 1303: >
! 1304: <Tool
! 1305: Name="VCCLCompilerTool"
! 1306: AdditionalIncludeDirectories=""
! 1307: PreprocessorDefinitions=""
! 1308: />
! 1309: </FileConfiguration>
! 1310: </File>
! 1311: <File
! 1312: RelativePath="..\..\..\..\ntpd\refclock_dumbclock.c"
! 1313: >
! 1314: <FileConfiguration
! 1315: Name="Release|Win32"
! 1316: >
! 1317: <Tool
! 1318: Name="VCCLCompilerTool"
! 1319: AdditionalIncludeDirectories=""
! 1320: PreprocessorDefinitions=""
! 1321: />
! 1322: </FileConfiguration>
! 1323: <FileConfiguration
! 1324: Name="Debug|Win32"
! 1325: >
! 1326: <Tool
! 1327: Name="VCCLCompilerTool"
! 1328: AdditionalIncludeDirectories=""
! 1329: PreprocessorDefinitions=""
! 1330: />
! 1331: </FileConfiguration>
! 1332: </File>
! 1333: <File
! 1334: RelativePath="..\..\..\..\ntpd\refclock_gpsvme.c"
! 1335: >
! 1336: <FileConfiguration
! 1337: Name="Release|Win32"
! 1338: ExcludedFromBuild="true"
! 1339: >
! 1340: <Tool
! 1341: Name="VCCLCompilerTool"
! 1342: AdditionalIncludeDirectories=""
! 1343: PreprocessorDefinitions=""
! 1344: />
! 1345: </FileConfiguration>
! 1346: <FileConfiguration
! 1347: Name="Debug|Win32"
! 1348: ExcludedFromBuild="true"
! 1349: >
! 1350: <Tool
! 1351: Name="VCCLCompilerTool"
! 1352: AdditionalIncludeDirectories=""
! 1353: PreprocessorDefinitions=""
! 1354: />
! 1355: </FileConfiguration>
! 1356: </File>
! 1357: <File
! 1358: RelativePath="..\..\..\..\ntpd\refclock_heath.c"
! 1359: >
! 1360: <FileConfiguration
! 1361: Name="Release|Win32"
! 1362: ExcludedFromBuild="true"
! 1363: >
! 1364: <Tool
! 1365: Name="VCCLCompilerTool"
! 1366: AdditionalIncludeDirectories=""
! 1367: PreprocessorDefinitions=""
! 1368: />
! 1369: </FileConfiguration>
! 1370: <FileConfiguration
! 1371: Name="Debug|Win32"
! 1372: ExcludedFromBuild="true"
! 1373: >
! 1374: <Tool
! 1375: Name="VCCLCompilerTool"
! 1376: AdditionalIncludeDirectories=""
! 1377: PreprocessorDefinitions=""
! 1378: />
! 1379: </FileConfiguration>
! 1380: </File>
! 1381: <File
! 1382: RelativePath="..\..\..\..\ntpd\refclock_hopfpci.c"
! 1383: >
! 1384: <FileConfiguration
! 1385: Name="Release|Win32"
! 1386: >
! 1387: <Tool
! 1388: Name="VCCLCompilerTool"
! 1389: AdditionalIncludeDirectories=""
! 1390: PreprocessorDefinitions=""
! 1391: />
! 1392: </FileConfiguration>
! 1393: <FileConfiguration
! 1394: Name="Debug|Win32"
! 1395: >
! 1396: <Tool
! 1397: Name="VCCLCompilerTool"
! 1398: AdditionalIncludeDirectories=""
! 1399: PreprocessorDefinitions=""
! 1400: />
! 1401: </FileConfiguration>
! 1402: </File>
! 1403: <File
! 1404: RelativePath="..\..\..\..\ntpd\refclock_hopfser.c"
! 1405: >
! 1406: <FileConfiguration
! 1407: Name="Release|Win32"
! 1408: >
! 1409: <Tool
! 1410: Name="VCCLCompilerTool"
! 1411: AdditionalIncludeDirectories=""
! 1412: PreprocessorDefinitions=""
! 1413: />
! 1414: </FileConfiguration>
! 1415: <FileConfiguration
! 1416: Name="Debug|Win32"
! 1417: >
! 1418: <Tool
! 1419: Name="VCCLCompilerTool"
! 1420: AdditionalIncludeDirectories=""
! 1421: PreprocessorDefinitions=""
! 1422: />
! 1423: </FileConfiguration>
! 1424: </File>
! 1425: <File
! 1426: RelativePath="..\..\..\..\ntpd\refclock_hpgps.c"
! 1427: >
! 1428: <FileConfiguration
! 1429: Name="Release|Win32"
! 1430: ExcludedFromBuild="true"
! 1431: >
! 1432: <Tool
! 1433: Name="VCCLCompilerTool"
! 1434: AdditionalIncludeDirectories=""
! 1435: PreprocessorDefinitions=""
! 1436: />
! 1437: </FileConfiguration>
! 1438: <FileConfiguration
! 1439: Name="Debug|Win32"
! 1440: ExcludedFromBuild="true"
! 1441: >
! 1442: <Tool
! 1443: Name="VCCLCompilerTool"
! 1444: AdditionalIncludeDirectories=""
! 1445: PreprocessorDefinitions=""
! 1446: />
! 1447: </FileConfiguration>
! 1448: </File>
! 1449: <File
! 1450: RelativePath="..\..\..\..\ntpd\refclock_irig.c"
! 1451: >
! 1452: <FileConfiguration
! 1453: Name="Release|Win32"
! 1454: ExcludedFromBuild="true"
! 1455: >
! 1456: <Tool
! 1457: Name="VCCLCompilerTool"
! 1458: AdditionalIncludeDirectories=""
! 1459: PreprocessorDefinitions=""
! 1460: />
! 1461: </FileConfiguration>
! 1462: <FileConfiguration
! 1463: Name="Debug|Win32"
! 1464: ExcludedFromBuild="true"
! 1465: >
! 1466: <Tool
! 1467: Name="VCCLCompilerTool"
! 1468: AdditionalIncludeDirectories=""
! 1469: PreprocessorDefinitions=""
! 1470: />
! 1471: </FileConfiguration>
! 1472: </File>
! 1473: <File
! 1474: RelativePath="..\..\..\..\ntpd\refclock_jjy.c"
! 1475: >
! 1476: </File>
! 1477: <File
! 1478: RelativePath="..\..\..\..\ntpd\refclock_jupiter.c"
! 1479: >
! 1480: <FileConfiguration
! 1481: Name="Release|Win32"
! 1482: >
! 1483: <Tool
! 1484: Name="VCCLCompilerTool"
! 1485: AdditionalIncludeDirectories=""
! 1486: PreprocessorDefinitions=""
! 1487: />
! 1488: </FileConfiguration>
! 1489: <FileConfiguration
! 1490: Name="Debug|Win32"
! 1491: >
! 1492: <Tool
! 1493: Name="VCCLCompilerTool"
! 1494: AdditionalIncludeDirectories=""
! 1495: PreprocessorDefinitions=""
! 1496: />
! 1497: </FileConfiguration>
! 1498: </File>
! 1499: <File
! 1500: RelativePath="..\..\..\..\ntpd\refclock_leitch.c"
! 1501: >
! 1502: <FileConfiguration
! 1503: Name="Release|Win32"
! 1504: ExcludedFromBuild="true"
! 1505: >
! 1506: <Tool
! 1507: Name="VCCLCompilerTool"
! 1508: AdditionalIncludeDirectories=""
! 1509: PreprocessorDefinitions=""
! 1510: />
! 1511: </FileConfiguration>
! 1512: <FileConfiguration
! 1513: Name="Debug|Win32"
! 1514: ExcludedFromBuild="true"
! 1515: >
! 1516: <Tool
! 1517: Name="VCCLCompilerTool"
! 1518: AdditionalIncludeDirectories=""
! 1519: PreprocessorDefinitions=""
! 1520: />
! 1521: </FileConfiguration>
! 1522: </File>
! 1523: <File
! 1524: RelativePath="..\..\..\..\ntpd\refclock_local.c"
! 1525: >
! 1526: <FileConfiguration
! 1527: Name="Release|Win32"
! 1528: >
! 1529: <Tool
! 1530: Name="VCCLCompilerTool"
! 1531: AdditionalIncludeDirectories=""
! 1532: PreprocessorDefinitions=""
! 1533: />
! 1534: </FileConfiguration>
! 1535: <FileConfiguration
! 1536: Name="Debug|Win32"
! 1537: >
! 1538: <Tool
! 1539: Name="VCCLCompilerTool"
! 1540: AdditionalIncludeDirectories=""
! 1541: PreprocessorDefinitions=""
! 1542: />
! 1543: </FileConfiguration>
! 1544: </File>
! 1545: <File
! 1546: RelativePath="..\..\..\..\ntpd\refclock_msfees.c"
! 1547: >
! 1548: <FileConfiguration
! 1549: Name="Release|Win32"
! 1550: ExcludedFromBuild="true"
! 1551: >
! 1552: <Tool
! 1553: Name="VCCLCompilerTool"
! 1554: AdditionalIncludeDirectories=""
! 1555: PreprocessorDefinitions=""
! 1556: />
! 1557: </FileConfiguration>
! 1558: <FileConfiguration
! 1559: Name="Debug|Win32"
! 1560: ExcludedFromBuild="true"
! 1561: >
! 1562: <Tool
! 1563: Name="VCCLCompilerTool"
! 1564: AdditionalIncludeDirectories=""
! 1565: PreprocessorDefinitions=""
! 1566: />
! 1567: </FileConfiguration>
! 1568: </File>
! 1569: <File
! 1570: RelativePath="..\..\..\..\ntpd\refclock_mx4200.c"
! 1571: >
! 1572: <FileConfiguration
! 1573: Name="Release|Win32"
! 1574: ExcludedFromBuild="true"
! 1575: >
! 1576: <Tool
! 1577: Name="VCCLCompilerTool"
! 1578: AdditionalIncludeDirectories=""
! 1579: PreprocessorDefinitions=""
! 1580: />
! 1581: </FileConfiguration>
! 1582: <FileConfiguration
! 1583: Name="Debug|Win32"
! 1584: ExcludedFromBuild="true"
! 1585: >
! 1586: <Tool
! 1587: Name="VCCLCompilerTool"
! 1588: AdditionalIncludeDirectories=""
! 1589: PreprocessorDefinitions=""
! 1590: />
! 1591: </FileConfiguration>
! 1592: </File>
! 1593: <File
! 1594: RelativePath="..\..\..\..\ntpd\refclock_nmea.c"
! 1595: >
! 1596: <FileConfiguration
! 1597: Name="Release|Win32"
! 1598: >
! 1599: <Tool
! 1600: Name="VCCLCompilerTool"
! 1601: AdditionalIncludeDirectories=""
! 1602: PreprocessorDefinitions=""
! 1603: />
! 1604: </FileConfiguration>
! 1605: <FileConfiguration
! 1606: Name="Debug|Win32"
! 1607: >
! 1608: <Tool
! 1609: Name="VCCLCompilerTool"
! 1610: AdditionalIncludeDirectories=""
! 1611: PreprocessorDefinitions=""
! 1612: />
! 1613: </FileConfiguration>
! 1614: </File>
! 1615: <File
! 1616: RelativePath="..\..\..\..\ntpd\refclock_oncore.c"
! 1617: >
! 1618: <FileConfiguration
! 1619: Name="Release|Win32"
! 1620: >
! 1621: <Tool
! 1622: Name="VCCLCompilerTool"
! 1623: AdditionalIncludeDirectories=""
! 1624: PreprocessorDefinitions=""
! 1625: />
! 1626: </FileConfiguration>
! 1627: <FileConfiguration
! 1628: Name="Debug|Win32"
! 1629: >
! 1630: <Tool
! 1631: Name="VCCLCompilerTool"
! 1632: AdditionalIncludeDirectories=""
! 1633: PreprocessorDefinitions=""
! 1634: />
! 1635: </FileConfiguration>
! 1636: </File>
! 1637: <File
! 1638: RelativePath="..\..\..\..\ntpd\refclock_palisade.c"
! 1639: >
! 1640: <FileConfiguration
! 1641: Name="Release|Win32"
! 1642: >
! 1643: <Tool
! 1644: Name="VCCLCompilerTool"
! 1645: AdditionalIncludeDirectories=""
! 1646: PreprocessorDefinitions=""
! 1647: />
! 1648: </FileConfiguration>
! 1649: <FileConfiguration
! 1650: Name="Debug|Win32"
! 1651: >
! 1652: <Tool
! 1653: Name="VCCLCompilerTool"
! 1654: AdditionalIncludeDirectories=""
! 1655: PreprocessorDefinitions=""
! 1656: />
! 1657: </FileConfiguration>
! 1658: </File>
! 1659: <File
! 1660: RelativePath="..\..\..\..\ntpd\refclock_palisade.h"
! 1661: >
! 1662: </File>
! 1663: <File
! 1664: RelativePath="..\..\..\..\ntpd\refclock_parse.c"
! 1665: >
! 1666: <FileConfiguration
! 1667: Name="Release|Win32"
! 1668: ExcludedFromBuild="true"
! 1669: >
! 1670: <Tool
! 1671: Name="VCCLCompilerTool"
! 1672: AdditionalIncludeDirectories=""
! 1673: PreprocessorDefinitions=""
! 1674: />
! 1675: </FileConfiguration>
! 1676: <FileConfiguration
! 1677: Name="Debug|Win32"
! 1678: ExcludedFromBuild="true"
! 1679: >
! 1680: <Tool
! 1681: Name="VCCLCompilerTool"
! 1682: AdditionalIncludeDirectories=""
! 1683: PreprocessorDefinitions=""
! 1684: />
! 1685: </FileConfiguration>
! 1686: </File>
! 1687: <File
! 1688: RelativePath="..\..\..\..\ntpd\refclock_pcf.c"
! 1689: >
! 1690: <FileConfiguration
! 1691: Name="Debug|Win32"
! 1692: ExcludedFromBuild="true"
! 1693: >
! 1694: <Tool
! 1695: Name="VCCLCompilerTool"
! 1696: />
! 1697: </FileConfiguration>
! 1698: </File>
! 1699: <File
! 1700: RelativePath="..\..\..\..\ntpd\refclock_pst.c"
! 1701: >
! 1702: <FileConfiguration
! 1703: Name="Release|Win32"
! 1704: ExcludedFromBuild="true"
! 1705: >
! 1706: <Tool
! 1707: Name="VCCLCompilerTool"
! 1708: AdditionalIncludeDirectories=""
! 1709: PreprocessorDefinitions=""
! 1710: />
! 1711: </FileConfiguration>
! 1712: <FileConfiguration
! 1713: Name="Debug|Win32"
! 1714: ExcludedFromBuild="true"
! 1715: >
! 1716: <Tool
! 1717: Name="VCCLCompilerTool"
! 1718: AdditionalIncludeDirectories=""
! 1719: PreprocessorDefinitions=""
! 1720: />
! 1721: </FileConfiguration>
! 1722: </File>
! 1723: <File
! 1724: RelativePath="..\..\..\..\ntpd\refclock_ptbacts.c"
! 1725: >
! 1726: <FileConfiguration
! 1727: Name="Release|Win32"
! 1728: ExcludedFromBuild="true"
! 1729: >
! 1730: <Tool
! 1731: Name="VCCLCompilerTool"
! 1732: AdditionalIncludeDirectories=""
! 1733: PreprocessorDefinitions=""
! 1734: />
! 1735: </FileConfiguration>
! 1736: <FileConfiguration
! 1737: Name="Debug|Win32"
! 1738: ExcludedFromBuild="true"
! 1739: >
! 1740: <Tool
! 1741: Name="VCCLCompilerTool"
! 1742: AdditionalIncludeDirectories=""
! 1743: PreprocessorDefinitions=""
! 1744: />
! 1745: </FileConfiguration>
! 1746: </File>
! 1747: <File
! 1748: RelativePath="..\..\..\..\ntpd\refclock_shm.c"
! 1749: >
! 1750: <FileConfiguration
! 1751: Name="Release|Win32"
! 1752: ExcludedFromBuild="true"
! 1753: >
! 1754: <Tool
! 1755: Name="VCCLCompilerTool"
! 1756: AdditionalIncludeDirectories=""
! 1757: PreprocessorDefinitions=""
! 1758: />
! 1759: </FileConfiguration>
! 1760: <FileConfiguration
! 1761: Name="Debug|Win32"
! 1762: ExcludedFromBuild="true"
! 1763: >
! 1764: <Tool
! 1765: Name="VCCLCompilerTool"
! 1766: AdditionalIncludeDirectories=""
! 1767: PreprocessorDefinitions=""
! 1768: />
! 1769: </FileConfiguration>
! 1770: </File>
! 1771: <File
! 1772: RelativePath="..\..\..\..\ntpd\refclock_tpro.c"
! 1773: >
! 1774: <FileConfiguration
! 1775: Name="Release|Win32"
! 1776: ExcludedFromBuild="true"
! 1777: >
! 1778: <Tool
! 1779: Name="VCCLCompilerTool"
! 1780: AdditionalIncludeDirectories=""
! 1781: PreprocessorDefinitions=""
! 1782: />
! 1783: </FileConfiguration>
! 1784: <FileConfiguration
! 1785: Name="Debug|Win32"
! 1786: ExcludedFromBuild="true"
! 1787: >
! 1788: <Tool
! 1789: Name="VCCLCompilerTool"
! 1790: AdditionalIncludeDirectories=""
! 1791: PreprocessorDefinitions=""
! 1792: />
! 1793: </FileConfiguration>
! 1794: </File>
! 1795: <File
! 1796: RelativePath="..\..\..\..\ntpd\refclock_trak.c"
! 1797: >
! 1798: <FileConfiguration
! 1799: Name="Release|Win32"
! 1800: ExcludedFromBuild="true"
! 1801: >
! 1802: <Tool
! 1803: Name="VCCLCompilerTool"
! 1804: AdditionalIncludeDirectories=""
! 1805: PreprocessorDefinitions=""
! 1806: />
! 1807: </FileConfiguration>
! 1808: <FileConfiguration
! 1809: Name="Debug|Win32"
! 1810: ExcludedFromBuild="true"
! 1811: >
! 1812: <Tool
! 1813: Name="VCCLCompilerTool"
! 1814: AdditionalIncludeDirectories=""
! 1815: PreprocessorDefinitions=""
! 1816: />
! 1817: </FileConfiguration>
! 1818: </File>
! 1819: <File
! 1820: RelativePath="..\..\..\..\ntpd\refclock_true.c"
! 1821: >
! 1822: <FileConfiguration
! 1823: Name="Release|Win32"
! 1824: >
! 1825: <Tool
! 1826: Name="VCCLCompilerTool"
! 1827: AdditionalIncludeDirectories=""
! 1828: PreprocessorDefinitions=""
! 1829: />
! 1830: </FileConfiguration>
! 1831: <FileConfiguration
! 1832: Name="Debug|Win32"
! 1833: >
! 1834: <Tool
! 1835: Name="VCCLCompilerTool"
! 1836: AdditionalIncludeDirectories=""
! 1837: PreprocessorDefinitions=""
! 1838: />
! 1839: </FileConfiguration>
! 1840: </File>
! 1841: <File
! 1842: RelativePath="..\..\..\..\ntpd\refclock_usno.c"
! 1843: >
! 1844: <FileConfiguration
! 1845: Name="Release|Win32"
! 1846: ExcludedFromBuild="true"
! 1847: >
! 1848: <Tool
! 1849: Name="VCCLCompilerTool"
! 1850: AdditionalIncludeDirectories=""
! 1851: PreprocessorDefinitions=""
! 1852: />
! 1853: </FileConfiguration>
! 1854: <FileConfiguration
! 1855: Name="Debug|Win32"
! 1856: ExcludedFromBuild="true"
! 1857: >
! 1858: <Tool
! 1859: Name="VCCLCompilerTool"
! 1860: AdditionalIncludeDirectories=""
! 1861: PreprocessorDefinitions=""
! 1862: />
! 1863: </FileConfiguration>
! 1864: </File>
! 1865: <File
! 1866: RelativePath="..\..\..\..\ntpd\refclock_wwvb.c"
! 1867: >
! 1868: <FileConfiguration
! 1869: Name="Release|Win32"
! 1870: >
! 1871: <Tool
! 1872: Name="VCCLCompilerTool"
! 1873: AdditionalIncludeDirectories=""
! 1874: PreprocessorDefinitions=""
! 1875: />
! 1876: </FileConfiguration>
! 1877: <FileConfiguration
! 1878: Name="Debug|Win32"
! 1879: >
! 1880: <Tool
! 1881: Name="VCCLCompilerTool"
! 1882: AdditionalIncludeDirectories=""
! 1883: PreprocessorDefinitions=""
! 1884: />
! 1885: </FileConfiguration>
! 1886: </File>
! 1887: </Filter>
! 1888: <Filter
! 1889: Name="Parse Lib"
! 1890: >
! 1891: <File
! 1892: RelativePath="..\..\..\..\libparse\clk_computime.c"
! 1893: >
! 1894: <FileConfiguration
! 1895: Name="Release|Win32"
! 1896: ExcludedFromBuild="true"
! 1897: >
! 1898: <Tool
! 1899: Name="VCCLCompilerTool"
! 1900: AdditionalIncludeDirectories=""
! 1901: PreprocessorDefinitions=""
! 1902: />
! 1903: </FileConfiguration>
! 1904: <FileConfiguration
! 1905: Name="Debug|Win32"
! 1906: ExcludedFromBuild="true"
! 1907: >
! 1908: <Tool
! 1909: Name="VCCLCompilerTool"
! 1910: AdditionalIncludeDirectories=""
! 1911: PreprocessorDefinitions=""
! 1912: />
! 1913: </FileConfiguration>
! 1914: </File>
! 1915: <File
! 1916: RelativePath="..\..\..\..\libparse\clk_dcf7000.c"
! 1917: >
! 1918: <FileConfiguration
! 1919: Name="Release|Win32"
! 1920: ExcludedFromBuild="true"
! 1921: >
! 1922: <Tool
! 1923: Name="VCCLCompilerTool"
! 1924: AdditionalIncludeDirectories=""
! 1925: PreprocessorDefinitions=""
! 1926: />
! 1927: </FileConfiguration>
! 1928: <FileConfiguration
! 1929: Name="Debug|Win32"
! 1930: ExcludedFromBuild="true"
! 1931: >
! 1932: <Tool
! 1933: Name="VCCLCompilerTool"
! 1934: AdditionalIncludeDirectories=""
! 1935: PreprocessorDefinitions=""
! 1936: />
! 1937: </FileConfiguration>
! 1938: </File>
! 1939: <File
! 1940: RelativePath="..\..\..\..\libparse\clk_hopf6021.c"
! 1941: >
! 1942: <FileConfiguration
! 1943: Name="Release|Win32"
! 1944: ExcludedFromBuild="true"
! 1945: >
! 1946: <Tool
! 1947: Name="VCCLCompilerTool"
! 1948: AdditionalIncludeDirectories=""
! 1949: PreprocessorDefinitions=""
! 1950: />
! 1951: </FileConfiguration>
! 1952: <FileConfiguration
! 1953: Name="Debug|Win32"
! 1954: ExcludedFromBuild="true"
! 1955: >
! 1956: <Tool
! 1957: Name="VCCLCompilerTool"
! 1958: AdditionalIncludeDirectories=""
! 1959: PreprocessorDefinitions=""
! 1960: />
! 1961: </FileConfiguration>
! 1962: </File>
! 1963: <File
! 1964: RelativePath="..\..\..\..\libparse\clk_meinberg.c"
! 1965: >
! 1966: <FileConfiguration
! 1967: Name="Release|Win32"
! 1968: ExcludedFromBuild="true"
! 1969: >
! 1970: <Tool
! 1971: Name="VCCLCompilerTool"
! 1972: AdditionalIncludeDirectories=""
! 1973: PreprocessorDefinitions=""
! 1974: />
! 1975: </FileConfiguration>
! 1976: <FileConfiguration
! 1977: Name="Debug|Win32"
! 1978: ExcludedFromBuild="true"
! 1979: >
! 1980: <Tool
! 1981: Name="VCCLCompilerTool"
! 1982: AdditionalIncludeDirectories=""
! 1983: PreprocessorDefinitions=""
! 1984: />
! 1985: </FileConfiguration>
! 1986: </File>
! 1987: <File
! 1988: RelativePath="..\..\..\..\libparse\clk_rawdcf.c"
! 1989: >
! 1990: <FileConfiguration
! 1991: Name="Release|Win32"
! 1992: ExcludedFromBuild="true"
! 1993: >
! 1994: <Tool
! 1995: Name="VCCLCompilerTool"
! 1996: AdditionalIncludeDirectories=""
! 1997: PreprocessorDefinitions=""
! 1998: />
! 1999: </FileConfiguration>
! 2000: <FileConfiguration
! 2001: Name="Debug|Win32"
! 2002: ExcludedFromBuild="true"
! 2003: >
! 2004: <Tool
! 2005: Name="VCCLCompilerTool"
! 2006: AdditionalIncludeDirectories=""
! 2007: PreprocessorDefinitions=""
! 2008: />
! 2009: </FileConfiguration>
! 2010: </File>
! 2011: <File
! 2012: RelativePath="..\..\..\..\libparse\clk_rcc8000.c"
! 2013: >
! 2014: <FileConfiguration
! 2015: Name="Release|Win32"
! 2016: ExcludedFromBuild="true"
! 2017: >
! 2018: <Tool
! 2019: Name="VCCLCompilerTool"
! 2020: AdditionalIncludeDirectories=""
! 2021: PreprocessorDefinitions=""
! 2022: />
! 2023: </FileConfiguration>
! 2024: <FileConfiguration
! 2025: Name="Debug|Win32"
! 2026: ExcludedFromBuild="true"
! 2027: >
! 2028: <Tool
! 2029: Name="VCCLCompilerTool"
! 2030: AdditionalIncludeDirectories=""
! 2031: PreprocessorDefinitions=""
! 2032: />
! 2033: </FileConfiguration>
! 2034: </File>
! 2035: <File
! 2036: RelativePath="..\..\..\..\libparse\clk_schmid.c"
! 2037: >
! 2038: <FileConfiguration
! 2039: Name="Release|Win32"
! 2040: ExcludedFromBuild="true"
! 2041: >
! 2042: <Tool
! 2043: Name="VCCLCompilerTool"
! 2044: AdditionalIncludeDirectories=""
! 2045: PreprocessorDefinitions=""
! 2046: />
! 2047: </FileConfiguration>
! 2048: <FileConfiguration
! 2049: Name="Debug|Win32"
! 2050: ExcludedFromBuild="true"
! 2051: >
! 2052: <Tool
! 2053: Name="VCCLCompilerTool"
! 2054: AdditionalIncludeDirectories=""
! 2055: PreprocessorDefinitions=""
! 2056: />
! 2057: </FileConfiguration>
! 2058: </File>
! 2059: <File
! 2060: RelativePath="..\..\..\..\libparse\clk_trimtaip.c"
! 2061: >
! 2062: <FileConfiguration
! 2063: Name="Release|Win32"
! 2064: ExcludedFromBuild="true"
! 2065: >
! 2066: <Tool
! 2067: Name="VCCLCompilerTool"
! 2068: AdditionalIncludeDirectories=""
! 2069: PreprocessorDefinitions=""
! 2070: />
! 2071: </FileConfiguration>
! 2072: <FileConfiguration
! 2073: Name="Debug|Win32"
! 2074: ExcludedFromBuild="true"
! 2075: >
! 2076: <Tool
! 2077: Name="VCCLCompilerTool"
! 2078: AdditionalIncludeDirectories=""
! 2079: PreprocessorDefinitions=""
! 2080: />
! 2081: </FileConfiguration>
! 2082: </File>
! 2083: <File
! 2084: RelativePath="..\..\..\..\libparse\clk_trimtsip.c"
! 2085: >
! 2086: <FileConfiguration
! 2087: Name="Release|Win32"
! 2088: ExcludedFromBuild="true"
! 2089: >
! 2090: <Tool
! 2091: Name="VCCLCompilerTool"
! 2092: AdditionalIncludeDirectories=""
! 2093: PreprocessorDefinitions=""
! 2094: />
! 2095: </FileConfiguration>
! 2096: <FileConfiguration
! 2097: Name="Debug|Win32"
! 2098: ExcludedFromBuild="true"
! 2099: >
! 2100: <Tool
! 2101: Name="VCCLCompilerTool"
! 2102: AdditionalIncludeDirectories=""
! 2103: PreprocessorDefinitions=""
! 2104: />
! 2105: </FileConfiguration>
! 2106: </File>
! 2107: <File
! 2108: RelativePath="..\..\..\..\libparse\clk_varitext.c"
! 2109: >
! 2110: <FileConfiguration
! 2111: Name="Debug|Win32"
! 2112: ExcludedFromBuild="true"
! 2113: >
! 2114: <Tool
! 2115: Name="VCCLCompilerTool"
! 2116: />
! 2117: </FileConfiguration>
! 2118: </File>
! 2119: <File
! 2120: RelativePath="..\..\..\..\libparse\data_mbg.c"
! 2121: >
! 2122: <FileConfiguration
! 2123: Name="Release|Win32"
! 2124: ExcludedFromBuild="true"
! 2125: >
! 2126: <Tool
! 2127: Name="VCCLCompilerTool"
! 2128: AdditionalIncludeDirectories=""
! 2129: PreprocessorDefinitions=""
! 2130: />
! 2131: </FileConfiguration>
! 2132: <FileConfiguration
! 2133: Name="Debug|Win32"
! 2134: ExcludedFromBuild="true"
! 2135: >
! 2136: <Tool
! 2137: Name="VCCLCompilerTool"
! 2138: AdditionalIncludeDirectories=""
! 2139: PreprocessorDefinitions=""
! 2140: />
! 2141: </FileConfiguration>
! 2142: </File>
! 2143: <File
! 2144: RelativePath="..\..\..\..\libparse\parse.c"
! 2145: >
! 2146: <FileConfiguration
! 2147: Name="Release|Win32"
! 2148: ExcludedFromBuild="true"
! 2149: >
! 2150: <Tool
! 2151: Name="VCCLCompilerTool"
! 2152: AdditionalIncludeDirectories=""
! 2153: PreprocessorDefinitions=""
! 2154: />
! 2155: </FileConfiguration>
! 2156: <FileConfiguration
! 2157: Name="Debug|Win32"
! 2158: ExcludedFromBuild="true"
! 2159: >
! 2160: <Tool
! 2161: Name="VCCLCompilerTool"
! 2162: AdditionalIncludeDirectories=""
! 2163: PreprocessorDefinitions=""
! 2164: />
! 2165: </FileConfiguration>
! 2166: </File>
! 2167: <File
! 2168: RelativePath="..\..\..\..\libparse\parse_conf.c"
! 2169: >
! 2170: <FileConfiguration
! 2171: Name="Release|Win32"
! 2172: ExcludedFromBuild="true"
! 2173: >
! 2174: <Tool
! 2175: Name="VCCLCompilerTool"
! 2176: AdditionalIncludeDirectories=""
! 2177: PreprocessorDefinitions=""
! 2178: />
! 2179: </FileConfiguration>
! 2180: <FileConfiguration
! 2181: Name="Debug|Win32"
! 2182: ExcludedFromBuild="true"
! 2183: >
! 2184: <Tool
! 2185: Name="VCCLCompilerTool"
! 2186: AdditionalIncludeDirectories=""
! 2187: PreprocessorDefinitions=""
! 2188: />
! 2189: </FileConfiguration>
! 2190: </File>
! 2191: </Filter>
! 2192: <File
! 2193: RelativePath="..\..\scripts\mkver.bat"
! 2194: >
! 2195: <FileConfiguration
! 2196: Name="Release|Win32"
! 2197: ExcludedFromBuild="true"
! 2198: >
! 2199: <Tool
! 2200: Name="VCCustomBuildTool"
! 2201: />
! 2202: </FileConfiguration>
! 2203: <FileConfiguration
! 2204: Name="Debug|Win32"
! 2205: ExcludedFromBuild="true"
! 2206: >
! 2207: <Tool
! 2208: Name="VCCustomBuildTool"
! 2209: />
! 2210: </FileConfiguration>
! 2211: </File>
! 2212: <File
! 2213: RelativePath="..\..\..\..\packageinfo.sh"
! 2214: >
! 2215: <FileConfiguration
! 2216: Name="Release|Win32"
! 2217: >
! 2218: <Tool
! 2219: Name="VCCustomBuildTool"
! 2220: CommandLine="echo Using NT Shell Script to generate version.c
..\..\scripts\mkver.bat -P ntpd
"
! 2221: AdditionalDependencies="..\..\scripts\mkver.bat;..\..\include\config.h"
! 2222: Outputs="$(ProjectDir)version.c"
! 2223: />
! 2224: </FileConfiguration>
! 2225: <FileConfiguration
! 2226: Name="Debug|Win32"
! 2227: >
! 2228: <Tool
! 2229: Name="VCCustomBuildTool"
! 2230: CommandLine="echo Using NT Shell Script to generate version.c
..\..\scripts\mkver.bat -P ntpd
"
! 2231: AdditionalDependencies="..\..\scripts\mkver.bat;..\..\include\config.h"
! 2232: Outputs="$(ProjectDir)version.c"
! 2233: />
! 2234: </FileConfiguration>
! 2235: </File>
! 2236: </Files>
! 2237: <Globals>
! 2238: </Globals>
! 2239: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>