1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="C" 6 ProjectGUID="{0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}" 7 RootNamespace="C" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 <Platform 16 Name="x64" 17 /> 18 </Platforms> 19 <ToolFiles> 20 </ToolFiles> 21 <Configurations> 22 <Configuration 23 Name="Debug|Win32" 24 OutputDirectory="Debug" 25 IntermediateDirectory="Debug" 26 ConfigurationType="4" 27 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 28 CharacterSet="2" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 /> 45 <Tool 46 Name="VCCLCompilerTool" 47 Optimization="0" 48 AdditionalIncludeDirectories=""$(SolutionDir)\include";"$(SolutionDir)\..\..\include"" 49 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 50 StringPooling="true" 51 MinimalRebuild="false" 52 BasicRuntimeChecks="3" 53 RuntimeLibrary="3" 54 StructMemberAlignment="0" 55 EnableFunctionLevelLinking="true" 56 EnableEnhancedInstructionSet="0" 57 FloatingPointModel="0" 58 FloatingPointExceptions="true" 59 DisableLanguageExtensions="false" 60 UsePrecompiledHeader="0" 61 ExpandAttributedSource="true" 62 AssemblerOutput="2" 63 BrowseInformation="1" 64 WarningLevel="4" 65 WarnAsError="false" 66 Detect64BitPortabilityProblems="false" 67 DebugInformationFormat="3" 68 CallingConvention="0" 69 CompileAs="0" 70 /> 71 <Tool 72 Name="VCManagedResourceCompilerTool" 73 /> 74 <Tool 75 Name="VCResourceCompilerTool" 76 /> 77 <Tool 78 Name="VCPreLinkEventTool" 79 /> 80 <Tool 81 Name="VCLibrarianTool" 82 AdditionalDependencies="Ws2_32.lib" 83 OutputFile="$(OutDir)/antlr3cd.lib" 84 /> 85 <Tool 86 Name="VCALinkTool" 87 /> 88 <Tool 89 Name="VCXDCMakeTool" 90 /> 91 <Tool 92 Name="VCBscMakeTool" 93 /> 94 <Tool 95 Name="VCFxCopTool" 96 /> 97 <Tool 98 Name="VCPostBuildEventTool" 99 /> 100 </Configuration> 101 <Configuration 102 Name="Debug|x64" 103 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 104 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 105 ConfigurationType="4" 106 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 107 CharacterSet="2" 108 > 109 <Tool 110 Name="VCPreBuildEventTool" 111 /> 112 <Tool 113 Name="VCCustomBuildTool" 114 /> 115 <Tool 116 Name="VCXMLDataGeneratorTool" 117 /> 118 <Tool 119 Name="VCWebServiceProxyGeneratorTool" 120 /> 121 <Tool 122 Name="VCMIDLTool" 123 TargetEnvironment="3" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 Optimization="0" 128 AdditionalIncludeDirectories=""$(SolutionDir)\include";"$(SolutionDir)\..\..\include"" 129 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 130 StringPooling="true" 131 MinimalRebuild="false" 132 BasicRuntimeChecks="3" 133 RuntimeLibrary="3" 134 StructMemberAlignment="0" 135 EnableFunctionLevelLinking="true" 136 EnableEnhancedInstructionSet="0" 137 FloatingPointModel="0" 138 FloatingPointExceptions="true" 139 DisableLanguageExtensions="false" 140 UsePrecompiledHeader="0" 141 ExpandAttributedSource="true" 142 AssemblerOutput="2" 143 BrowseInformation="1" 144 WarningLevel="4" 145 WarnAsError="false" 146 Detect64BitPortabilityProblems="false" 147 DebugInformationFormat="3" 148 CallingConvention="0" 149 CompileAs="0" 150 /> 151 <Tool 152 Name="VCManagedResourceCompilerTool" 153 /> 154 <Tool 155 Name="VCResourceCompilerTool" 156 /> 157 <Tool 158 Name="VCPreLinkEventTool" 159 /> 160 <Tool 161 Name="VCLibrarianTool" 162 AdditionalDependencies="Ws2_32.lib" 163 OutputFile="$(OutDir)/antlr3cd.lib" 164 /> 165 <Tool 166 Name="VCALinkTool" 167 /> 168 <Tool 169 Name="VCXDCMakeTool" 170 /> 171 <Tool 172 Name="VCBscMakeTool" 173 /> 174 <Tool 175 Name="VCFxCopTool" 176 /> 177 <Tool 178 Name="VCPostBuildEventTool" 179 /> 180 </Configuration> 181 <Configuration 182 Name="Release|Win32" 183 OutputDirectory="Release" 184 IntermediateDirectory="Release" 185 ConfigurationType="4" 186 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 187 CharacterSet="2" 188 > 189 <Tool 190 Name="VCPreBuildEventTool" 191 /> 192 <Tool 193 Name="VCCustomBuildTool" 194 /> 195 <Tool 196 Name="VCXMLDataGeneratorTool" 197 /> 198 <Tool 199 Name="VCWebServiceProxyGeneratorTool" 200 /> 201 <Tool 202 Name="VCMIDLTool" 203 /> 204 <Tool 205 Name="VCCLCompilerTool" 206 Optimization="3" 207 InlineFunctionExpansion="2" 208 EnableIntrinsicFunctions="true" 209 FavorSizeOrSpeed="1" 210 OmitFramePointers="true" 211 EnableFiberSafeOptimizations="true" 212 WholeProgramOptimization="true" 213 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 214 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 215 StringPooling="true" 216 ExceptionHandling="1" 217 RuntimeLibrary="2" 218 BufferSecurityCheck="false" 219 EnableEnhancedInstructionSet="2" 220 FloatingPointModel="2" 221 DisableLanguageExtensions="false" 222 RuntimeTypeInfo="false" 223 UsePrecompiledHeader="0" 224 AssemblerListingLocation=".\asm\release" 225 WarningLevel="4" 226 WarnAsError="true" 227 Detect64BitPortabilityProblems="false" 228 DebugInformationFormat="3" 229 CallingConvention="0" 230 CompileAs="1" 231 /> 232 <Tool 233 Name="VCManagedResourceCompilerTool" 234 /> 235 <Tool 236 Name="VCResourceCompilerTool" 237 /> 238 <Tool 239 Name="VCPreLinkEventTool" 240 /> 241 <Tool 242 Name="VCLibrarianTool" 243 AdditionalOptions="/LTCG" 244 AdditionalDependencies="Ws2_32.lib" 245 OutputFile="$(OutDir)/antlr3c.lib" 246 /> 247 <Tool 248 Name="VCALinkTool" 249 /> 250 <Tool 251 Name="VCXDCMakeTool" 252 ValidateIntelliSense="true" 253 /> 254 <Tool 255 Name="VCBscMakeTool" 256 /> 257 <Tool 258 Name="VCFxCopTool" 259 /> 260 <Tool 261 Name="VCPostBuildEventTool" 262 /> 263 </Configuration> 264 <Configuration 265 Name="Release|x64" 266 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 267 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 268 ConfigurationType="4" 269 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 270 CharacterSet="2" 271 > 272 <Tool 273 Name="VCPreBuildEventTool" 274 /> 275 <Tool 276 Name="VCCustomBuildTool" 277 /> 278 <Tool 279 Name="VCXMLDataGeneratorTool" 280 /> 281 <Tool 282 Name="VCWebServiceProxyGeneratorTool" 283 /> 284 <Tool 285 Name="VCMIDLTool" 286 TargetEnvironment="3" 287 /> 288 <Tool 289 Name="VCCLCompilerTool" 290 Optimization="3" 291 InlineFunctionExpansion="2" 292 EnableIntrinsicFunctions="true" 293 FavorSizeOrSpeed="1" 294 OmitFramePointers="true" 295 EnableFiberSafeOptimizations="true" 296 WholeProgramOptimization="true" 297 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 298 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 299 StringPooling="true" 300 ExceptionHandling="1" 301 RuntimeLibrary="2" 302 BufferSecurityCheck="false" 303 EnableEnhancedInstructionSet="0" 304 FloatingPointModel="2" 305 RuntimeTypeInfo="false" 306 UsePrecompiledHeader="0" 307 AssemblerListingLocation=".\asm\release" 308 WarningLevel="4" 309 WarnAsError="true" 310 Detect64BitPortabilityProblems="false" 311 DebugInformationFormat="3" 312 CallingConvention="0" 313 CompileAs="1" 314 /> 315 <Tool 316 Name="VCManagedResourceCompilerTool" 317 /> 318 <Tool 319 Name="VCResourceCompilerTool" 320 /> 321 <Tool 322 Name="VCPreLinkEventTool" 323 /> 324 <Tool 325 Name="VCLibrarianTool" 326 AdditionalOptions="/LTCG" 327 AdditionalDependencies="Ws2_32.lib" 328 OutputFile="$(OutDir)/antlr3c.lib" 329 /> 330 <Tool 331 Name="VCALinkTool" 332 /> 333 <Tool 334 Name="VCXDCMakeTool" 335 ValidateIntelliSense="true" 336 /> 337 <Tool 338 Name="VCBscMakeTool" 339 /> 340 <Tool 341 Name="VCFxCopTool" 342 /> 343 <Tool 344 Name="VCPostBuildEventTool" 345 /> 346 </Configuration> 347 <Configuration 348 Name="ReleaseDLL|Win32" 349 OutputDirectory="$(ConfigurationName)" 350 IntermediateDirectory="$(ConfigurationName)" 351 ConfigurationType="2" 352 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 353 CharacterSet="2" 354 WholeProgramOptimization="1" 355 > 356 <Tool 357 Name="VCPreBuildEventTool" 358 /> 359 <Tool 360 Name="VCCustomBuildTool" 361 /> 362 <Tool 363 Name="VCXMLDataGeneratorTool" 364 /> 365 <Tool 366 Name="VCWebServiceProxyGeneratorTool" 367 /> 368 <Tool 369 Name="VCMIDLTool" 370 /> 371 <Tool 372 Name="VCCLCompilerTool" 373 Optimization="3" 374 InlineFunctionExpansion="2" 375 EnableIntrinsicFunctions="true" 376 FavorSizeOrSpeed="1" 377 OmitFramePointers="true" 378 EnableFiberSafeOptimizations="true" 379 WholeProgramOptimization="true" 380 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 381 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 382 StringPooling="true" 383 ExceptionHandling="1" 384 RuntimeLibrary="2" 385 BufferSecurityCheck="false" 386 EnableEnhancedInstructionSet="2" 387 FloatingPointModel="2" 388 DisableLanguageExtensions="false" 389 RuntimeTypeInfo="false" 390 UsePrecompiledHeader="0" 391 AssemblerListingLocation=".\asm\release" 392 WarningLevel="4" 393 WarnAsError="true" 394 Detect64BitPortabilityProblems="false" 395 DebugInformationFormat="3" 396 CallingConvention="0" 397 CompileAs="0" 398 /> 399 <Tool 400 Name="VCManagedResourceCompilerTool" 401 /> 402 <Tool 403 Name="VCResourceCompilerTool" 404 /> 405 <Tool 406 Name="VCPreLinkEventTool" 407 /> 408 <Tool 409 Name="VCLinkerTool" 410 AdditionalDependencies="Ws2_32.lib" 411 OutputFile="$(OutDir)\antlr3c.dll" 412 Version="3.1.1" 413 OptimizeReferences="2" 414 EnableCOMDATFolding="2" 415 RandomizedBaseAddress="1" 416 DataExecutionPrevention="0" 417 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib" 418 /> 419 <Tool 420 Name="VCALinkTool" 421 /> 422 <Tool 423 Name="VCManifestTool" 424 /> 425 <Tool 426 Name="VCXDCMakeTool" 427 ValidateIntelliSense="true" 428 /> 429 <Tool 430 Name="VCBscMakeTool" 431 /> 432 <Tool 433 Name="VCFxCopTool" 434 /> 435 <Tool 436 Name="VCAppVerifierTool" 437 /> 438 <Tool 439 Name="VCPostBuildEventTool" 440 /> 441 </Configuration> 442 <Configuration 443 Name="ReleaseDLL|x64" 444 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 445 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 446 ConfigurationType="2" 447 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 448 CharacterSet="2" 449 WholeProgramOptimization="1" 450 > 451 <Tool 452 Name="VCPreBuildEventTool" 453 /> 454 <Tool 455 Name="VCCustomBuildTool" 456 /> 457 <Tool 458 Name="VCXMLDataGeneratorTool" 459 /> 460 <Tool 461 Name="VCWebServiceProxyGeneratorTool" 462 /> 463 <Tool 464 Name="VCMIDLTool" 465 TargetEnvironment="3" 466 /> 467 <Tool 468 Name="VCCLCompilerTool" 469 Optimization="3" 470 InlineFunctionExpansion="2" 471 EnableIntrinsicFunctions="true" 472 FavorSizeOrSpeed="1" 473 OmitFramePointers="true" 474 EnableFiberSafeOptimizations="true" 475 WholeProgramOptimization="true" 476 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 477 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 478 StringPooling="true" 479 ExceptionHandling="1" 480 RuntimeLibrary="2" 481 BufferSecurityCheck="false" 482 EnableEnhancedInstructionSet="0" 483 FloatingPointModel="2" 484 DisableLanguageExtensions="false" 485 RuntimeTypeInfo="false" 486 UsePrecompiledHeader="0" 487 AssemblerListingLocation=".\asm\release" 488 WarningLevel="4" 489 WarnAsError="true" 490 Detect64BitPortabilityProblems="false" 491 DebugInformationFormat="3" 492 CallingConvention="0" 493 CompileAs="0" 494 /> 495 <Tool 496 Name="VCManagedResourceCompilerTool" 497 /> 498 <Tool 499 Name="VCResourceCompilerTool" 500 /> 501 <Tool 502 Name="VCPreLinkEventTool" 503 /> 504 <Tool 505 Name="VCLinkerTool" 506 AdditionalDependencies="Ws2_32.lib" 507 OutputFile="$(OutDir)\antlr3c64.dll" 508 Version="3.1.1" 509 OptimizeReferences="2" 510 EnableCOMDATFolding="2" 511 RandomizedBaseAddress="1" 512 DataExecutionPrevention="0" 513 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib" 514 TargetMachine="17" 515 /> 516 <Tool 517 Name="VCALinkTool" 518 /> 519 <Tool 520 Name="VCManifestTool" 521 /> 522 <Tool 523 Name="VCXDCMakeTool" 524 ValidateIntelliSense="true" 525 /> 526 <Tool 527 Name="VCBscMakeTool" 528 /> 529 <Tool 530 Name="VCFxCopTool" 531 /> 532 <Tool 533 Name="VCAppVerifierTool" 534 /> 535 <Tool 536 Name="VCPostBuildEventTool" 537 /> 538 </Configuration> 539 <Configuration 540 Name="DebugDLL|Win32" 541 OutputDirectory="$(ConfigurationName)" 542 IntermediateDirectory="$(ConfigurationName)" 543 ConfigurationType="2" 544 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 545 CharacterSet="2" 546 > 547 <Tool 548 Name="VCPreBuildEventTool" 549 /> 550 <Tool 551 Name="VCCustomBuildTool" 552 Outputs="$(TargetDir)$(TargetName)_dll.lib" 553 /> 554 <Tool 555 Name="VCXMLDataGeneratorTool" 556 /> 557 <Tool 558 Name="VCWebServiceProxyGeneratorTool" 559 /> 560 <Tool 561 Name="VCMIDLTool" 562 /> 563 <Tool 564 Name="VCCLCompilerTool" 565 Optimization="0" 566 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 567 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 568 StringPooling="true" 569 MinimalRebuild="false" 570 BasicRuntimeChecks="3" 571 RuntimeLibrary="3" 572 StructMemberAlignment="0" 573 EnableFunctionLevelLinking="true" 574 EnableEnhancedInstructionSet="0" 575 FloatingPointModel="0" 576 FloatingPointExceptions="true" 577 DisableLanguageExtensions="false" 578 UsePrecompiledHeader="0" 579 ExpandAttributedSource="true" 580 AssemblerOutput="2" 581 BrowseInformation="1" 582 WarningLevel="4" 583 WarnAsError="false" 584 Detect64BitPortabilityProblems="false" 585 DebugInformationFormat="3" 586 CallingConvention="0" 587 CompileAs="0" 588 /> 589 <Tool 590 Name="VCManagedResourceCompilerTool" 591 /> 592 <Tool 593 Name="VCResourceCompilerTool" 594 /> 595 <Tool 596 Name="VCPreLinkEventTool" 597 /> 598 <Tool 599 Name="VCLinkerTool" 600 AdditionalDependencies="Ws2_32.lib" 601 OutputFile="$(OutDir)\antlr3cd.dll" 602 Version="3.1.1" 603 GenerateDebugInformation="true" 604 RandomizedBaseAddress="1" 605 DataExecutionPrevention="0" 606 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib" 607 /> 608 <Tool 609 Name="VCALinkTool" 610 /> 611 <Tool 612 Name="VCManifestTool" 613 /> 614 <Tool 615 Name="VCXDCMakeTool" 616 /> 617 <Tool 618 Name="VCBscMakeTool" 619 /> 620 <Tool 621 Name="VCFxCopTool" 622 /> 623 <Tool 624 Name="VCAppVerifierTool" 625 /> 626 <Tool 627 Name="VCPostBuildEventTool" 628 /> 629 </Configuration> 630 <Configuration 631 Name="DebugDLL|x64" 632 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 633 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 634 ConfigurationType="2" 635 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 636 CharacterSet="2" 637 > 638 <Tool 639 Name="VCPreBuildEventTool" 640 /> 641 <Tool 642 Name="VCCustomBuildTool" 643 Outputs="$(TargetDir)$(TargetName)_dll.lib" 644 /> 645 <Tool 646 Name="VCXMLDataGeneratorTool" 647 /> 648 <Tool 649 Name="VCWebServiceProxyGeneratorTool" 650 /> 651 <Tool 652 Name="VCMIDLTool" 653 TargetEnvironment="3" 654 /> 655 <Tool 656 Name="VCCLCompilerTool" 657 Optimization="0" 658 AdditionalIncludeDirectories=""$(SolutionDir)\include"" 659 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 660 StringPooling="true" 661 MinimalRebuild="false" 662 BasicRuntimeChecks="3" 663 RuntimeLibrary="3" 664 StructMemberAlignment="0" 665 EnableFunctionLevelLinking="true" 666 EnableEnhancedInstructionSet="0" 667 FloatingPointModel="0" 668 FloatingPointExceptions="true" 669 DisableLanguageExtensions="false" 670 UsePrecompiledHeader="0" 671 ExpandAttributedSource="true" 672 AssemblerOutput="2" 673 BrowseInformation="1" 674 WarningLevel="4" 675 WarnAsError="false" 676 Detect64BitPortabilityProblems="false" 677 DebugInformationFormat="3" 678 CallingConvention="0" 679 CompileAs="0" 680 /> 681 <Tool 682 Name="VCManagedResourceCompilerTool" 683 /> 684 <Tool 685 Name="VCResourceCompilerTool" 686 /> 687 <Tool 688 Name="VCPreLinkEventTool" 689 /> 690 <Tool 691 Name="VCLinkerTool" 692 AdditionalDependencies="Ws2_32.lib" 693 OutputFile="$(OutDir)\antlr3c64d.dll" 694 Version="3.1.1" 695 GenerateDebugInformation="true" 696 RandomizedBaseAddress="1" 697 DataExecutionPrevention="0" 698 ImportLibrary="$(TargetDir)$(TargetName)_dll.lib" 699 TargetMachine="17" 700 /> 701 <Tool 702 Name="VCALinkTool" 703 /> 704 <Tool 705 Name="VCManifestTool" 706 /> 707 <Tool 708 Name="VCXDCMakeTool" 709 /> 710 <Tool 711 Name="VCBscMakeTool" 712 /> 713 <Tool 714 Name="VCFxCopTool" 715 /> 716 <Tool 717 Name="VCAppVerifierTool" 718 /> 719 <Tool 720 Name="VCPostBuildEventTool" 721 /> 722 </Configuration> 723 </Configurations> 724 <References> 725 </References> 726 <Files> 727 <Filter 728 Name="Source Files" 729 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 730 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 731 > 732 <File 733 RelativePath=".\src\antlr3baserecognizer.c" 734 > 735 </File> 736 <File 737 RelativePath=".\src\antlr3basetree.c" 738 > 739 </File> 740 <File 741 RelativePath=".\src\antlr3basetreeadaptor.c" 742 > 743 </File> 744 <File 745 RelativePath=".\src\antlr3bitset.c" 746 > 747 </File> 748 <File 749 RelativePath=".\src\antlr3collections.c" 750 > 751 </File> 752 <File 753 RelativePath=".\src\antlr3commontoken.c" 754 > 755 </File> 756 <File 757 RelativePath=".\src\antlr3commontree.c" 758 > 759 </File> 760 <File 761 RelativePath=".\src\antlr3commontreeadaptor.c" 762 > 763 </File> 764 <File 765 RelativePath=".\src\antlr3commontreenodestream.c" 766 > 767 </File> 768 <File 769 RelativePath=".\src\antlr3convertutf.c" 770 > 771 </File> 772 <File 773 RelativePath=".\src\antlr3cyclicdfa.c" 774 > 775 </File> 776 <File 777 RelativePath=".\src\antlr3debughandlers.c" 778 > 779 </File> 780 <File 781 RelativePath=".\src\antlr3encodings.c" 782 > 783 </File> 784 <File 785 RelativePath=".\src\antlr3exception.c" 786 > 787 </File> 788 <File 789 RelativePath=".\src\antlr3filestream.c" 790 > 791 </File> 792 <File 793 RelativePath=".\src\antlr3inputstream.c" 794 > 795 </File> 796 <File 797 RelativePath=".\src\antlr3intstream.c" 798 > 799 </File> 800 <File 801 RelativePath=".\src\antlr3lexer.c" 802 > 803 </File> 804 <File 805 RelativePath=".\src\antlr3parser.c" 806 > 807 </File> 808 <File 809 RelativePath=".\src\antlr3rewritestreams.c" 810 > 811 </File> 812 <File 813 RelativePath=".\src\antlr3string.c" 814 > 815 </File> 816 <File 817 RelativePath=".\src\antlr3tokenstream.c" 818 > 819 </File> 820 <File 821 RelativePath=".\src\antlr3treeparser.c" 822 > 823 </File> 824 </Filter> 825 <Filter 826 Name="Header Files" 827 Filter="h;hpp;hxx;hm;inl;inc;xsd" 828 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 829 > 830 <File 831 RelativePath=".\include\antlr3.h" 832 > 833 </File> 834 <File 835 RelativePath=".\include\antlr3baserecognizer.h" 836 > 837 </File> 838 <File 839 RelativePath=".\include\antlr3basetree.h" 840 > 841 </File> 842 <File 843 RelativePath=".\include\antlr3basetreeadaptor.h" 844 > 845 </File> 846 <File 847 RelativePath=".\include\antlr3bitset.h" 848 > 849 </File> 850 <File 851 RelativePath=".\include\antlr3collections.h" 852 > 853 </File> 854 <File 855 RelativePath=".\include\antlr3commontoken.h" 856 > 857 </File> 858 <File 859 RelativePath=".\include\antlr3commontree.h" 860 > 861 </File> 862 <File 863 RelativePath=".\include\antlr3commontreeadaptor.h" 864 > 865 </File> 866 <File 867 RelativePath=".\include\antlr3commontreenodestream.h" 868 > 869 </File> 870 <File 871 RelativePath=".\include\antlr3convertutf.h" 872 > 873 </File> 874 <File 875 RelativePath=".\include\antlr3cyclicdfa.h" 876 > 877 </File> 878 <File 879 RelativePath=".\include\antlr3debugeventlistener.h" 880 > 881 </File> 882 <File 883 RelativePath=".\include\antlr3defs.h" 884 > 885 </File> 886 <File 887 RelativePath=".\include\antlr3encodings.h" 888 > 889 </File> 890 <File 891 RelativePath=".\include\antlr3errors.h" 892 > 893 </File> 894 <File 895 RelativePath=".\include\antlr3exception.h" 896 > 897 </File> 898 <File 899 RelativePath=".\include\antlr3filestream.h" 900 > 901 </File> 902 <File 903 RelativePath=".\include\antlr3input.h" 904 > 905 </File> 906 <File 907 RelativePath=".\include\antlr3interfaces.h" 908 > 909 </File> 910 <File 911 RelativePath=".\include\antlr3intstream.h" 912 > 913 </File> 914 <File 915 RelativePath=".\include\antlr3lexer.h" 916 > 917 </File> 918 <File 919 RelativePath=".\include\antlr3memory.h" 920 > 921 </File> 922 <File 923 RelativePath=".\include\antlr3parser.h" 924 > 925 </File> 926 <File 927 RelativePath=".\include\antlr3parsetree.h" 928 > 929 </File> 930 <File 931 RelativePath=".\include\antlr3recognizersharedstate.h" 932 > 933 </File> 934 <File 935 RelativePath=".\include\antlr3rewritestreams.h" 936 > 937 </File> 938 <File 939 RelativePath=".\include\antlr3string.h" 940 > 941 </File> 942 <File 943 RelativePath=".\include\antlr3tokenstream.h" 944 > 945 </File> 946 <File 947 RelativePath=".\include\antlr3treeparser.h" 948 > 949 </File> 950 </Filter> 951 <Filter 952 Name="Templates" 953 Filter=".stg" 954 > 955 <File 956 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\AST.stg" 957 > 958 </File> 959 <File 960 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\ASTDbg.stg" 961 > 962 </File> 963 <File 964 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\ASTParser.stg" 965 > 966 </File> 967 <File 968 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\ASTTreeParser.stg" 969 > 970 </File> 971 <File 972 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\C.stg" 973 > 974 </File> 975 <File 976 RelativePath="..\..\tool\src\main\resources\org\antlr\codegen\templates\C\Dbg.stg" 977 > 978 </File> 979 </Filter> 980 <Filter 981 Name="Java" 982 Filter="*.java" 983 > 984 <File 985 RelativePath="..\..\tool\src\main\java\org\antlr\codegen\CTarget.java" 986 > 987 </File> 988 </Filter> 989 <Filter 990 Name="Doxygen" 991 > 992 <File 993 RelativePath=".\doxygen\atsections.dox" 994 > 995 </File> 996 <File 997 RelativePath=".\doxygen\build.dox" 998 > 999 </File> 1000 <File 1001 RelativePath=".\doxygen\buildrec.dox" 1002 > 1003 </File> 1004 <File 1005 RelativePath=".\doxygen\changes31.dox" 1006 > 1007 </File> 1008 <File 1009 RelativePath=".\doxygen\doxygengroups.dox" 1010 > 1011 </File> 1012 <File 1013 RelativePath=".\doxygen\generate.dox" 1014 > 1015 </File> 1016 <File 1017 RelativePath=".\doxygen\interop.dox" 1018 > 1019 </File> 1020 <File 1021 RelativePath=".\doxygen\mainpage.dox" 1022 > 1023 </File> 1024 <File 1025 RelativePath=".\doxygen\runtime.dox" 1026 > 1027 </File> 1028 <File 1029 RelativePath=".\doxygen\using.dox" 1030 > 1031 </File> 1032 </Filter> 1033 </Files> 1034 <Globals> 1035 <Global 1036 Name="DevPartner_IsInstrumented" 1037 Value="0" 1038 /> 1039 </Globals> 1040</VisualStudioProject> 1041