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