1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="layout" 6 ProjectGUID="{C920062A-0647-4553-A3B2-37C58065664B}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Debug|Win32" 18 OutputDirectory=".\..\..\lib" 19 IntermediateDirectory=".\Debug" 20 ConfigurationType="2" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 PreprocessorDefinitions="_DEBUG" 41 MkTypLibCompatible="true" 42 SuppressStartupBanner="true" 43 TargetEnvironment="1" 44 TypeLibraryName=".\..\..\lib\iculed.tlb" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 Optimization="0" 49 AdditionalIncludeDirectories="..\..\include;..\common" 50 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUT_IMPLEMENTATION" 51 BasicRuntimeChecks="3" 52 RuntimeLibrary="3" 53 BufferSecurityCheck="true" 54 DisableLanguageExtensions="true" 55 TreatWChar_tAsBuiltInType="true" 56 PrecompiledHeaderFile=".\Debug/layout.pch" 57 AssemblerListingLocation=".\Debug/" 58 ObjectFile=".\Debug/" 59 ProgramDataBaseFileName=".\Debug/" 60 BrowseInformation="1" 61 WarningLevel="3" 62 SuppressStartupBanner="true" 63 DebugInformationFormat="4" 64 CompileAs="0" 65 /> 66 <Tool 67 Name="VCManagedResourceCompilerTool" 68 /> 69 <Tool 70 Name="VCResourceCompilerTool" 71 PreprocessorDefinitions="_DEBUG" 72 Culture="1033" 73 AdditionalIncludeDirectories="..\common" 74 /> 75 <Tool 76 Name="VCPreLinkEventTool" 77 /> 78 <Tool 79 Name="VCLinkerTool" 80 OutputFile="..\..\bin\icule38d.dll" 81 LinkIncremental="2" 82 SuppressStartupBanner="true" 83 GenerateDebugInformation="true" 84 ProgramDatabaseFile=".\..\..\lib\icule38d.pdb" 85 BaseAddress="0x4ac00000" 86 ImportLibrary="..\..\lib\iculed.lib" 87 /> 88 <Tool 89 Name="VCALinkTool" 90 /> 91 <Tool 92 Name="VCManifestTool" 93 UseFAT32Workaround="true" 94 /> 95 <Tool 96 Name="VCXDCMakeTool" 97 /> 98 <Tool 99 Name="VCBscMakeTool" 100 /> 101 <Tool 102 Name="VCFxCopTool" 103 /> 104 <Tool 105 Name="VCAppVerifierTool" 106 /> 107 <Tool 108 Name="VCWebDeploymentTool" 109 /> 110 <Tool 111 Name="VCPostBuildEventTool" 112 /> 113 </Configuration> 114 <Configuration 115 Name="Release|Win32" 116 OutputDirectory=".\..\..\lib" 117 IntermediateDirectory=".\Release" 118 ConfigurationType="2" 119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 120 UseOfMFC="0" 121 ATLMinimizesCRunTimeLibraryUsage="false" 122 CharacterSet="2" 123 > 124 <Tool 125 Name="VCPreBuildEventTool" 126 /> 127 <Tool 128 Name="VCCustomBuildTool" 129 /> 130 <Tool 131 Name="VCXMLDataGeneratorTool" 132 /> 133 <Tool 134 Name="VCWebServiceProxyGeneratorTool" 135 /> 136 <Tool 137 Name="VCMIDLTool" 138 PreprocessorDefinitions="NDEBUG" 139 MkTypLibCompatible="true" 140 SuppressStartupBanner="true" 141 TargetEnvironment="1" 142 TypeLibraryName=".\..\..\lib\icule.tlb" 143 /> 144 <Tool 145 Name="VCCLCompilerTool" 146 AdditionalIncludeDirectories="..\..\include;..\common" 147 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUT_IMPLEMENTATION" 148 StringPooling="true" 149 RuntimeLibrary="2" 150 EnableFunctionLevelLinking="true" 151 DisableLanguageExtensions="true" 152 TreatWChar_tAsBuiltInType="true" 153 PrecompiledHeaderFile=".\Release/layout.pch" 154 AssemblerListingLocation=".\Release/" 155 ObjectFile=".\Release/" 156 ProgramDataBaseFileName=".\Release/" 157 WarningLevel="3" 158 SuppressStartupBanner="true" 159 CompileAs="0" 160 /> 161 <Tool 162 Name="VCManagedResourceCompilerTool" 163 /> 164 <Tool 165 Name="VCResourceCompilerTool" 166 PreprocessorDefinitions="NDEBUG" 167 Culture="1033" 168 AdditionalIncludeDirectories="..\common" 169 /> 170 <Tool 171 Name="VCPreLinkEventTool" 172 /> 173 <Tool 174 Name="VCLinkerTool" 175 OutputFile="..\..\bin\icule38.dll" 176 LinkIncremental="1" 177 SuppressStartupBanner="true" 178 ProgramDatabaseFile=".\..\..\lib\icule38.pdb" 179 EnableCOMDATFolding="2" 180 BaseAddress="0x4ac00000" 181 ImportLibrary="..\..\lib\icule.lib" 182 /> 183 <Tool 184 Name="VCALinkTool" 185 /> 186 <Tool 187 Name="VCManifestTool" 188 /> 189 <Tool 190 Name="VCXDCMakeTool" 191 /> 192 <Tool 193 Name="VCBscMakeTool" 194 /> 195 <Tool 196 Name="VCFxCopTool" 197 /> 198 <Tool 199 Name="VCAppVerifierTool" 200 /> 201 <Tool 202 Name="VCWebDeploymentTool" 203 /> 204 <Tool 205 Name="VCPostBuildEventTool" 206 /> 207 </Configuration> 208 </Configurations> 209 <References> 210 </References> 211 <Files> 212 <Filter 213 Name="Source Files" 214 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 215 > 216 <File 217 RelativePath=".\AlternateSubstSubtables.cpp" 218 > 219 </File> 220 <File 221 RelativePath=".\AnchorTables.cpp" 222 > 223 </File> 224 <File 225 RelativePath=".\ArabicLayoutEngine.cpp" 226 > 227 </File> 228 <File 229 RelativePath=".\ArabicShaping.cpp" 230 > 231 </File> 232 <File 233 RelativePath=".\CanonData.cpp" 234 > 235 </File> 236 <File 237 RelativePath=".\CanonShaping.cpp" 238 > 239 </File> 240 <File 241 RelativePath=".\ClassDefinitionTables.cpp" 242 > 243 </File> 244 <File 245 RelativePath=".\ContextualGlyphSubstProc.cpp" 246 > 247 </File> 248 <File 249 RelativePath=".\ContextualSubstSubtables.cpp" 250 > 251 </File> 252 <File 253 RelativePath=".\CoverageTables.cpp" 254 > 255 </File> 256 <File 257 RelativePath=".\CursiveAttachmentSubtables.cpp" 258 > 259 </File> 260 <File 261 RelativePath=".\DeviceTables.cpp" 262 > 263 </File> 264 <File 265 RelativePath=".\ExtensionSubtables.cpp" 266 > 267 </File> 268 <File 269 RelativePath=".\Features.cpp" 270 > 271 </File> 272 <File 273 RelativePath=".\GDEFMarkFilter.cpp" 274 > 275 </File> 276 <File 277 RelativePath=".\GlyphDefinitionTables.cpp" 278 > 279 </File> 280 <File 281 RelativePath=".\GlyphIterator.cpp" 282 > 283 </File> 284 <File 285 RelativePath="GlyphLookupTables.cpp" 286 > 287 </File> 288 <File 289 RelativePath=".\GlyphPositionAdjustments.cpp" 290 > 291 </File> 292 <File 293 RelativePath=".\GlyphPositioningTables.cpp" 294 > 295 </File> 296 <File 297 RelativePath=".\GlyphPosnLookupProc.cpp" 298 > 299 </File> 300 <File 301 RelativePath=".\GlyphSubstitutionTables.cpp" 302 > 303 </File> 304 <File 305 RelativePath=".\GlyphSubstLookupProc.cpp" 306 > 307 </File> 308 <File 309 RelativePath=".\GXLayoutEngine.cpp" 310 > 311 </File> 312 <File 313 RelativePath=".\HangulLayoutEngine.cpp" 314 > 315 </File> 316 <File 317 RelativePath=".\HanLayoutEngine.cpp" 318 > 319 </File> 320 <File 321 RelativePath=".\IndicClassTables.cpp" 322 > 323 </File> 324 <File 325 RelativePath=".\IndicLayoutEngine.cpp" 326 > 327 </File> 328 <File 329 RelativePath=".\IndicRearrangementProcessor.cpp" 330 > 331 </File> 332 <File 333 RelativePath=".\IndicReordering.cpp" 334 > 335 </File> 336 <File 337 RelativePath=".\KernTable.cpp" 338 > 339 </File> 340 <File 341 RelativePath=".\KhmerLayoutEngine.cpp" 342 > 343 </File> 344 <File 345 RelativePath=".\KhmerReordering.cpp" 346 > 347 </File> 348 <File 349 RelativePath=".\LayoutEngine.cpp" 350 > 351 </File> 352 <File 353 RelativePath=".\LEFontInstance.cpp" 354 > 355 </File> 356 <File 357 RelativePath=".\LEGlyphStorage.cpp" 358 > 359 </File> 360 <File 361 RelativePath=".\LEInsertionList.cpp" 362 > 363 </File> 364 <File 365 RelativePath=".\LigatureSubstProc.cpp" 366 > 367 </File> 368 <File 369 RelativePath=".\LigatureSubstSubtables.cpp" 370 > 371 </File> 372 <File 373 RelativePath=".\loengine.cpp" 374 > 375 </File> 376 <File 377 RelativePath=".\LookupProcessor.cpp" 378 > 379 </File> 380 <File 381 RelativePath=".\Lookups.cpp" 382 > 383 </File> 384 <File 385 RelativePath=".\LookupTables.cpp" 386 > 387 </File> 388 <File 389 RelativePath=".\MarkArrays.cpp" 390 > 391 </File> 392 <File 393 RelativePath=".\MarkToBasePosnSubtables.cpp" 394 > 395 </File> 396 <File 397 RelativePath=".\MarkToLigaturePosnSubtables.cpp" 398 > 399 </File> 400 <File 401 RelativePath=".\MarkToMarkPosnSubtables.cpp" 402 > 403 </File> 404 <File 405 RelativePath=".\MirroredCharData.cpp" 406 > 407 </File> 408 <File 409 RelativePath=".\MorphTables.cpp" 410 > 411 </File> 412 <File 413 RelativePath=".\MPreFixups.cpp" 414 > 415 </File> 416 <File 417 RelativePath=".\MultipleSubstSubtables.cpp" 418 > 419 </File> 420 <File 421 RelativePath=".\NonContextualGlyphSubstProc.cpp" 422 > 423 </File> 424 <File 425 RelativePath=".\OpenTypeLayoutEngine.cpp" 426 > 427 </File> 428 <File 429 RelativePath=".\OpenTypeUtilities.cpp" 430 > 431 </File> 432 <File 433 RelativePath=".\PairPositioningSubtables.cpp" 434 > 435 </File> 436 <File 437 RelativePath=".\ScriptAndLanguage.cpp" 438 > 439 </File> 440 <File 441 RelativePath=".\ScriptAndLanguageTags.cpp" 442 > 443 </File> 444 <File 445 RelativePath=".\SegmentArrayProcessor.cpp" 446 > 447 </File> 448 <File 449 RelativePath=".\SegmentSingleProcessor.cpp" 450 > 451 </File> 452 <File 453 RelativePath=".\ShapingTypeData.cpp" 454 > 455 </File> 456 <File 457 RelativePath=".\SimpleArrayProcessor.cpp" 458 > 459 </File> 460 <File 461 RelativePath=".\SinglePositioningSubtables.cpp" 462 > 463 </File> 464 <File 465 RelativePath=".\SingleSubstitutionSubtables.cpp" 466 > 467 </File> 468 <File 469 RelativePath=".\SingleTableProcessor.cpp" 470 > 471 </File> 472 <File 473 RelativePath=".\StateTableProcessor.cpp" 474 > 475 </File> 476 <File 477 RelativePath=".\SubstitutionLookups.cpp" 478 > 479 </File> 480 <File 481 RelativePath=".\SubtableProcessor.cpp" 482 > 483 </File> 484 <File 485 RelativePath=".\ThaiLayoutEngine.cpp" 486 > 487 </File> 488 <File 489 RelativePath=".\ThaiShaping.cpp" 490 > 491 </File> 492 <File 493 RelativePath=".\ThaiStateTables.cpp" 494 > 495 </File> 496 <File 497 RelativePath=".\TibetanLayoutEngine.cpp" 498 > 499 </File> 500 <File 501 RelativePath=".\TibetanReordering.cpp" 502 > 503 </File> 504 <File 505 RelativePath=".\TrimmedArrayProcessor.cpp" 506 > 507 </File> 508 <File 509 RelativePath=".\ValueRecords.cpp" 510 > 511 </File> 512 </Filter> 513 <Filter 514 Name="Header Files" 515 Filter="h;hpp;hxx;hm;inl" 516 > 517 <File 518 RelativePath=".\AlternateSubstSubtables.h" 519 > 520 </File> 521 <File 522 RelativePath=".\AnchorTables.h" 523 > 524 </File> 525 <File 526 RelativePath=".\ArabicLayoutEngine.h" 527 > 528 </File> 529 <File 530 RelativePath=".\ArabicShaping.h" 531 > 532 </File> 533 <File 534 RelativePath=".\AttachmentPosnSubtables.h" 535 > 536 </File> 537 <File 538 RelativePath=".\CanonShaping.h" 539 > 540 </File> 541 <File 542 RelativePath=".\CharSubstitutionFilter.h" 543 > 544 </File> 545 <File 546 RelativePath=".\ClassDefinitionTables.h" 547 > 548 </File> 549 <File 550 RelativePath=".\ContextualGlyphInsertion.h" 551 > 552 </File> 553 <File 554 RelativePath=".\ContextualGlyphSubstitution.h" 555 > 556 </File> 557 <File 558 RelativePath=".\ContextualGlyphSubstProc.h" 559 > 560 </File> 561 <File 562 RelativePath=".\ContextualSubstSubtables.h" 563 > 564 </File> 565 <File 566 RelativePath=".\CoverageTables.h" 567 > 568 </File> 569 <File 570 RelativePath=".\CursiveAttachmentSubtables.h" 571 > 572 </File> 573 <File 574 RelativePath=".\DefaultCharMapper.h" 575 > 576 </File> 577 <File 578 RelativePath=".\DeviceTables.h" 579 > 580 </File> 581 <File 582 RelativePath=".\ExtensionSubtables.h" 583 > 584 </File> 585 <File 586 RelativePath=".\Features.h" 587 > 588 </File> 589 <File 590 RelativePath=".\GDEFMarkFilter.h" 591 > 592 </File> 593 <File 594 RelativePath=".\GlyphDefinitionTables.h" 595 > 596 </File> 597 <File 598 RelativePath=".\GlyphIterator.h" 599 > 600 </File> 601 <File 602 RelativePath="GlyphLookupTables.h" 603 > 604 </File> 605 <File 606 RelativePath=".\GlyphPositionAdjustments.h" 607 > 608 </File> 609 <File 610 RelativePath=".\GlyphPositioningTables.h" 611 > 612 </File> 613 <File 614 RelativePath=".\GlyphPosnLookupProc.h" 615 > 616 </File> 617 <File 618 RelativePath=".\GlyphSubstitutionTables.h" 619 > 620 </File> 621 <File 622 RelativePath=".\GlyphSubstLookupProc.h" 623 > 624 </File> 625 <File 626 RelativePath=".\GXLayoutEngine.h" 627 > 628 </File> 629 <File 630 RelativePath=".\HangulLayoutEngine.h" 631 > 632 </File> 633 <File 634 RelativePath=".\HanLayoutEngine.h" 635 > 636 </File> 637 <File 638 RelativePath=".\IndicLayoutEngine.h" 639 > 640 </File> 641 <File 642 RelativePath=".\IndicRearrangement.h" 643 > 644 </File> 645 <File 646 RelativePath=".\IndicRearrangementProcessor.h" 647 > 648 </File> 649 <File 650 RelativePath=".\IndicReordering.h" 651 > 652 </File> 653 <File 654 RelativePath=".\KernTable.h" 655 > 656 </File> 657 <File 658 RelativePath=".\KhmerLayoutEngine.h" 659 > 660 </File> 661 <File 662 RelativePath=".\KhmerReordering.h" 663 > 664 </File> 665 <File 666 RelativePath=".\LayoutEngine.h" 667 > 668 <FileConfiguration 669 Name="Debug|Win32" 670 > 671 <Tool 672 Name="VCCustomBuildTool" 673 CommandLine="copy "$(InputPath)" ..\..\include\layout" 674 Outputs="..\..\include\layout\$(InputFileName)" 675 /> 676 </FileConfiguration> 677 <FileConfiguration 678 Name="Release|Win32" 679 > 680 <Tool 681 Name="VCCustomBuildTool" 682 CommandLine="copy "$(InputPath)" ..\..\include\layout" 683 Outputs="..\..\include\layout\$(InputFileName)" 684 /> 685 </FileConfiguration> 686 </File> 687 <File 688 RelativePath=".\LayoutTables.h" 689 > 690 </File> 691 <File 692 RelativePath=".\LEFontInstance.h" 693 > 694 <FileConfiguration 695 Name="Debug|Win32" 696 > 697 <Tool 698 Name="VCCustomBuildTool" 699 CommandLine="copy "$(InputPath)" ..\..\include\layout" 700 Outputs="..\..\include\layout\$(InputFileName)" 701 /> 702 </FileConfiguration> 703 <FileConfiguration 704 Name="Release|Win32" 705 > 706 <Tool 707 Name="VCCustomBuildTool" 708 CommandLine="copy "$(InputPath)" ..\..\include\layout" 709 Outputs="..\..\include\layout\$(InputFileName)" 710 /> 711 </FileConfiguration> 712 </File> 713 <File 714 RelativePath=".\LEGlyphFilter.h" 715 > 716 <FileConfiguration 717 Name="Debug|Win32" 718 > 719 <Tool 720 Name="VCCustomBuildTool" 721 CommandLine="copy "$(InputPath)" ..\..\include\layout" 722 Outputs="..\..\include\layout\$(InputFileName)" 723 /> 724 </FileConfiguration> 725 <FileConfiguration 726 Name="Release|Win32" 727 > 728 <Tool 729 Name="VCCustomBuildTool" 730 CommandLine="copy "$(InputPath)" ..\..\include\layout" 731 Outputs="..\..\include\layout\$(InputFileName)" 732 /> 733 </FileConfiguration> 734 </File> 735 <File 736 RelativePath=".\LEGlyphStorage.h" 737 > 738 <FileConfiguration 739 Name="Debug|Win32" 740 > 741 <Tool 742 Name="VCCustomBuildTool" 743 CommandLine="copy "$(InputPath)" ..\..\include\layout" 744 Outputs="..\..\include\layout\$(InputFileName)" 745 /> 746 </FileConfiguration> 747 <FileConfiguration 748 Name="Release|Win32" 749 > 750 <Tool 751 Name="VCCustomBuildTool" 752 CommandLine="copy "$(InputPath)" ..\..\include\layout" 753 Outputs="..\..\include\layout\$(InputFileName)" 754 /> 755 </FileConfiguration> 756 </File> 757 <File 758 RelativePath=".\LEInsertionList.h" 759 > 760 <FileConfiguration 761 Name="Debug|Win32" 762 > 763 <Tool 764 Name="VCCustomBuildTool" 765 CommandLine="copy "$(InputPath)" ..\..\include\layout" 766 Outputs="..\..\include\layout\$(InputFileName)" 767 /> 768 </FileConfiguration> 769 <FileConfiguration 770 Name="Release|Win32" 771 > 772 <Tool 773 Name="VCCustomBuildTool" 774 CommandLine="copy "$(InputPath)" ..\..\include\layout" 775 Outputs="..\..\include\layout\$(InputFileName)" 776 /> 777 </FileConfiguration> 778 </File> 779 <File 780 RelativePath=".\LELanguages.h" 781 > 782 <FileConfiguration 783 Name="Debug|Win32" 784 > 785 <Tool 786 Name="VCCustomBuildTool" 787 CommandLine="copy "$(InputPath)" ..\..\include\layout" 788 Outputs="..\..\include\layout\$(InputFileName)" 789 /> 790 </FileConfiguration> 791 <FileConfiguration 792 Name="Release|Win32" 793 > 794 <Tool 795 Name="VCCustomBuildTool" 796 CommandLine="copy "$(InputPath)" ..\..\include\layout" 797 Outputs="..\..\include\layout\$(InputFileName)" 798 /> 799 </FileConfiguration> 800 </File> 801 <File 802 RelativePath=".\LEScripts.h" 803 > 804 <FileConfiguration 805 Name="Debug|Win32" 806 > 807 <Tool 808 Name="VCCustomBuildTool" 809 CommandLine="copy "$(InputPath)" ..\..\include\layout" 810 Outputs="..\..\include\layout\$(InputFileName)" 811 /> 812 </FileConfiguration> 813 <FileConfiguration 814 Name="Release|Win32" 815 > 816 <Tool 817 Name="VCCustomBuildTool" 818 CommandLine="copy "$(InputPath)" ..\..\include\layout" 819 Outputs="..\..\include\layout\$(InputFileName)" 820 /> 821 </FileConfiguration> 822 </File> 823 <File 824 RelativePath=".\LESwaps.h" 825 > 826 <FileConfiguration 827 Name="Debug|Win32" 828 > 829 <Tool 830 Name="VCCustomBuildTool" 831 CommandLine="copy "$(InputPath)" ..\..\include\layout" 832 Outputs="..\..\include\layout\$(InputFileName)" 833 /> 834 </FileConfiguration> 835 <FileConfiguration 836 Name="Release|Win32" 837 > 838 <Tool 839 Name="VCCustomBuildTool" 840 CommandLine="copy "$(InputPath)" ..\..\include\layout" 841 Outputs="..\..\include\layout\$(InputFileName)" 842 /> 843 </FileConfiguration> 844 </File> 845 <File 846 RelativePath=".\LETypes.h" 847 > 848 <FileConfiguration 849 Name="Debug|Win32" 850 > 851 <Tool 852 Name="VCCustomBuildTool" 853 CommandLine="copy "$(InputPath)" ..\..\include\layout" 854 Outputs="..\..\include\layout\$(InputFileName)" 855 /> 856 </FileConfiguration> 857 <FileConfiguration 858 Name="Release|Win32" 859 > 860 <Tool 861 Name="VCCustomBuildTool" 862 CommandLine="copy "$(InputPath)" ..\..\include\layout" 863 Outputs="..\..\include\layout\$(InputFileName)" 864 /> 865 </FileConfiguration> 866 </File> 867 <File 868 RelativePath=".\LigatureSubstitution.h" 869 > 870 </File> 871 <File 872 RelativePath=".\LigatureSubstProc.h" 873 > 874 </File> 875 <File 876 RelativePath=".\LigatureSubstSubtables.h" 877 > 878 </File> 879 <File 880 RelativePath=".\loengine.h" 881 > 882 <FileConfiguration 883 Name="Debug|Win32" 884 > 885 <Tool 886 Name="VCCustomBuildTool" 887 CommandLine="copy "$(InputPath)" ..\..\include\layout" 888 Outputs="..\..\include\layout\$(InputFileName)" 889 /> 890 </FileConfiguration> 891 <FileConfiguration 892 Name="Release|Win32" 893 > 894 <Tool 895 Name="VCCustomBuildTool" 896 CommandLine="copy "$(InputPath)" ..\..\include\layout" 897 Outputs="..\..\include\layout\$(InputFileName)" 898 /> 899 </FileConfiguration> 900 </File> 901 <File 902 RelativePath=".\LookupProcessor.h" 903 > 904 </File> 905 <File 906 RelativePath=".\Lookups.h" 907 > 908 </File> 909 <File 910 RelativePath=".\LookupTables.h" 911 > 912 </File> 913 <File 914 RelativePath=".\MarkArrays.h" 915 > 916 </File> 917 <File 918 RelativePath=".\MarkToBasePosnSubtables.h" 919 > 920 </File> 921 <File 922 RelativePath=".\MarkToLigaturePosnSubtables.h" 923 > 924 </File> 925 <File 926 RelativePath=".\MarkToMarkPosnSubtables.h" 927 > 928 </File> 929 <File 930 RelativePath=".\MorphStateTables.h" 931 > 932 </File> 933 <File 934 RelativePath=".\MorphTables.h" 935 > 936 </File> 937 <File 938 RelativePath=".\MPreFixups.h" 939 > 940 </File> 941 <File 942 RelativePath=".\MultipleSubstSubtables.h" 943 > 944 </File> 945 <File 946 RelativePath=".\NonContextualGlyphSubst.h" 947 > 948 </File> 949 <File 950 RelativePath=".\NonContextualGlyphSubstProc.h" 951 > 952 </File> 953 <File 954 RelativePath=".\OpenTypeLayoutEngine.h" 955 > 956 </File> 957 <File 958 RelativePath=".\OpenTypeTables.h" 959 > 960 </File> 961 <File 962 RelativePath=".\OpenTypeUtilities.h" 963 > 964 </File> 965 <File 966 RelativePath=".\PairPositioningSubtables.h" 967 > 968 </File> 969 <File 970 RelativePath=".\ScriptAndLanguage.h" 971 > 972 </File> 973 <File 974 RelativePath=".\ScriptAndLanguageTags.h" 975 > 976 </File> 977 <File 978 RelativePath=".\SegmentArrayProcessor.h" 979 > 980 </File> 981 <File 982 RelativePath=".\SegmentSingleProcessor.h" 983 > 984 </File> 985 <File 986 RelativePath=".\SimpleArrayProcessor.h" 987 > 988 </File> 989 <File 990 RelativePath=".\SinglePositioningSubtables.h" 991 > 992 </File> 993 <File 994 RelativePath=".\SingleSubstitutionSubtables.h" 995 > 996 </File> 997 <File 998 RelativePath=".\SingleTableProcessor.h" 999 > 1000 </File> 1001 <File 1002 RelativePath=".\StateTableProcessor.h" 1003 > 1004 </File> 1005 <File 1006 RelativePath=".\StateTables.h" 1007 > 1008 </File> 1009 <File 1010 RelativePath=".\SubstitutionLookups.h" 1011 > 1012 </File> 1013 <File 1014 RelativePath=".\SubtableProcessor.h" 1015 > 1016 </File> 1017 <File 1018 RelativePath=".\ThaiLayoutEngine.h" 1019 > 1020 </File> 1021 <File 1022 RelativePath=".\ThaiShaping.h" 1023 > 1024 </File> 1025 <File 1026 RelativePath=".\TibetanLayoutEngine.h" 1027 > 1028 </File> 1029 <File 1030 RelativePath=".\TibetanReordering.h" 1031 > 1032 </File> 1033 <File 1034 RelativePath=".\TrimmedArrayProcessor.h" 1035 > 1036 </File> 1037 <File 1038 RelativePath=".\ValueRecords.h" 1039 > 1040 </File> 1041 </Filter> 1042 <Filter 1043 Name="Resource Files" 1044 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 1045 > 1046 <File 1047 RelativePath=".\layout.rc" 1048 > 1049 </File> 1050 </Filter> 1051 </Files> 1052 <Globals> 1053 </Globals> 1054</VisualStudioProject> 1055