os/textandloc/fontservices/textshaperplugin/IcuSource/layout/layout.vcproj
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15)
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 <?xml version="1.0" encoding="Windows-1252"?>
     2 <VisualStudioProject
     3 	ProjectType="Visual C++"
     4 	Version="7.10"
     5 	Name="layout"
     6 	SccProjectName=""
     7 	SccLocalPath="">
     8 	<Platforms>
     9 		<Platform
    10 			Name="Win32"/>
    11 	</Platforms>
    12 	<Configurations>
    13 		<Configuration
    14 			Name="Debug|Win32"
    15 			OutputDirectory=".\..\..\lib"
    16 			IntermediateDirectory=".\Debug"
    17 			ConfigurationType="2"
    18 			UseOfMFC="0"
    19 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
    20 			CharacterSet="2">
    21 			<Tool
    22 				Name="VCCLCompilerTool"
    23 				Optimization="0"
    24 				ImproveFloatingPointConsistency="TRUE"
    25 				AdditionalIncludeDirectories="..\..\include;..\common"
    26 				PreprocessorDefinitions="WIN32;_DEBUG;U_LAYOUT_IMPLEMENTATION"
    27 				BasicRuntimeChecks="3"
    28 				RuntimeLibrary="3"
    29 				BufferSecurityCheck="TRUE"
    30 				DisableLanguageExtensions="TRUE"
    31 				PrecompiledHeaderFile=".\Debug/layout.pch"
    32 				AssemblerListingLocation=".\Debug/"
    33 				ObjectFile=".\Debug/"
    34 				ProgramDataBaseFileName=".\Debug/"
    35 				BrowseInformation="1"
    36 				WarningLevel="3"
    37 				SuppressStartupBanner="TRUE"
    38 				DebugInformationFormat="4"
    39 				CompileAs="0"/>
    40 			<Tool
    41 				Name="VCCustomBuildTool"/>
    42 			<Tool
    43 				Name="VCLinkerTool"
    44 				OutputFile="..\..\bin\icule34d.dll"
    45 				LinkIncremental="2"
    46 				SuppressStartupBanner="TRUE"
    47 				GenerateDebugInformation="TRUE"
    48 				ProgramDatabaseFile=".\..\..\lib\icule34d.pdb"
    49 				BaseAddress="0x4ac00000"
    50 				ImportLibrary="..\..\lib\iculed.lib"/>
    51 			<Tool
    52 				Name="VCMIDLTool"
    53 				PreprocessorDefinitions="_DEBUG"
    54 				MkTypLibCompatible="TRUE"
    55 				SuppressStartupBanner="TRUE"
    56 				TargetEnvironment="1"
    57 				TypeLibraryName=".\..\..\lib\iculed.tlb"/>
    58 			<Tool
    59 				Name="VCPostBuildEventTool"/>
    60 			<Tool
    61 				Name="VCPreBuildEventTool"/>
    62 			<Tool
    63 				Name="VCPreLinkEventTool"/>
    64 			<Tool
    65 				Name="VCResourceCompilerTool"
    66 				PreprocessorDefinitions="_DEBUG"
    67 				Culture="1033"
    68 				AdditionalIncludeDirectories="..\common"/>
    69 			<Tool
    70 				Name="VCWebServiceProxyGeneratorTool"/>
    71 			<Tool
    72 				Name="VCXMLDataGeneratorTool"/>
    73 			<Tool
    74 				Name="VCWebDeploymentTool"/>
    75 			<Tool
    76 				Name="VCManagedWrapperGeneratorTool"/>
    77 			<Tool
    78 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    79 		</Configuration>
    80 		<Configuration
    81 			Name="Release|Win32"
    82 			OutputDirectory=".\..\..\lib"
    83 			IntermediateDirectory=".\Release"
    84 			ConfigurationType="2"
    85 			UseOfMFC="0"
    86 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
    87 			CharacterSet="2">
    88 			<Tool
    89 				Name="VCCLCompilerTool"
    90 				ImproveFloatingPointConsistency="TRUE"
    91 				AdditionalIncludeDirectories="..\..\include;..\common"
    92 				PreprocessorDefinitions="WIN32;NDEBUG;U_LAYOUT_IMPLEMENTATION"
    93 				StringPooling="TRUE"
    94 				RuntimeLibrary="2"
    95 				EnableFunctionLevelLinking="TRUE"
    96 				DisableLanguageExtensions="TRUE"
    97 				PrecompiledHeaderFile=".\Release/layout.pch"
    98 				AssemblerListingLocation=".\Release/"
    99 				ObjectFile=".\Release/"
   100 				ProgramDataBaseFileName=".\Release/"
   101 				WarningLevel="3"
   102 				SuppressStartupBanner="TRUE"
   103 				CompileAs="0"/>
   104 			<Tool
   105 				Name="VCCustomBuildTool"/>
   106 			<Tool
   107 				Name="VCLinkerTool"
   108 				OutputFile="..\..\bin\icule34.dll"
   109 				LinkIncremental="1"
   110 				SuppressStartupBanner="TRUE"
   111 				ProgramDatabaseFile=".\..\..\lib\icule34.pdb"
   112 				EnableCOMDATFolding="2"
   113 				BaseAddress="0x4ac00000"
   114 				ImportLibrary="..\..\lib\icule.lib"/>
   115 			<Tool
   116 				Name="VCMIDLTool"
   117 				PreprocessorDefinitions="NDEBUG"
   118 				MkTypLibCompatible="TRUE"
   119 				SuppressStartupBanner="TRUE"
   120 				TargetEnvironment="1"
   121 				TypeLibraryName=".\..\..\lib\icule.tlb"/>
   122 			<Tool
   123 				Name="VCPostBuildEventTool"/>
   124 			<Tool
   125 				Name="VCPreBuildEventTool"/>
   126 			<Tool
   127 				Name="VCPreLinkEventTool"/>
   128 			<Tool
   129 				Name="VCResourceCompilerTool"
   130 				PreprocessorDefinitions="NDEBUG"
   131 				Culture="1033"
   132 				AdditionalIncludeDirectories="..\common"/>
   133 			<Tool
   134 				Name="VCWebServiceProxyGeneratorTool"/>
   135 			<Tool
   136 				Name="VCXMLDataGeneratorTool"/>
   137 			<Tool
   138 				Name="VCWebDeploymentTool"/>
   139 			<Tool
   140 				Name="VCManagedWrapperGeneratorTool"/>
   141 			<Tool
   142 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
   143 		</Configuration>
   144 	</Configurations>
   145 	<References>
   146 	</References>
   147 	<Files>
   148 		<Filter
   149 			Name="Source Files"
   150 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
   151 			<File
   152 				RelativePath=".\AlternateSubstSubtables.cpp">
   153 			</File>
   154 			<File
   155 				RelativePath=".\AnchorTables.cpp">
   156 			</File>
   157 			<File
   158 				RelativePath=".\ArabicLayoutEngine.cpp">
   159 			</File>
   160 			<File
   161 				RelativePath=".\ArabicShaping.cpp">
   162 			</File>
   163 			<File
   164 				RelativePath=".\CanonData.cpp">
   165 			</File>
   166 			<File
   167 				RelativePath=".\CanonShaping.cpp">
   168 			</File>
   169 			<File
   170 				RelativePath=".\ClassDefinitionTables.cpp">
   171 			</File>
   172 			<File
   173 				RelativePath=".\ContextualGlyphSubstProc.cpp">
   174 			</File>
   175 			<File
   176 				RelativePath=".\ContextualSubstSubtables.cpp">
   177 			</File>
   178 			<File
   179 				RelativePath=".\CoverageTables.cpp">
   180 			</File>
   181 			<File
   182 				RelativePath=".\CursiveAttachmentSubtables.cpp">
   183 			</File>
   184 			<File
   185 				RelativePath=".\DeviceTables.cpp">
   186 			</File>
   187 			<File
   188 				RelativePath=".\ExtensionSubtables.cpp">
   189 			</File>
   190 			<File
   191 				RelativePath=".\Features.cpp">
   192 			</File>
   193 			<File
   194 				RelativePath=".\GDEFMarkFilter.cpp">
   195 			</File>
   196 			<File
   197 				RelativePath=".\GlyphDefinitionTables.cpp">
   198 			</File>
   199 			<File
   200 				RelativePath=".\GlyphIterator.cpp">
   201 			</File>
   202 			<File
   203 				RelativePath="GlyphLookupTables.cpp">
   204 			</File>
   205 			<File
   206 				RelativePath=".\GlyphPositionAdjustments.cpp">
   207 			</File>
   208 			<File
   209 				RelativePath=".\GlyphPositioningTables.cpp">
   210 			</File>
   211 			<File
   212 				RelativePath=".\GlyphPosnLookupProc.cpp">
   213 			</File>
   214 			<File
   215 				RelativePath=".\GlyphSubstitutionTables.cpp">
   216 			</File>
   217 			<File
   218 				RelativePath=".\GlyphSubstLookupProc.cpp">
   219 			</File>
   220 			<File
   221 				RelativePath=".\GXLayoutEngine.cpp">
   222 			</File>
   223 			<File
   224 				RelativePath=".\HanLayoutEngine.cpp">
   225 			</File>
   226 			<File
   227 				RelativePath=".\IndicClassTables.cpp">
   228 			</File>
   229 			<File
   230 				RelativePath=".\IndicLayoutEngine.cpp">
   231 			</File>
   232 			<File
   233 				RelativePath=".\IndicRearrangementProcessor.cpp">
   234 			</File>
   235 			<File
   236 				RelativePath=".\IndicReordering.cpp">
   237 			</File>
   238 			<File
   239 				RelativePath=".\KernTable.cpp">
   240 			</File>
   241 			<File
   242 				RelativePath=".\KhmerLayoutEngine.cpp">
   243 			</File>
   244 			<File
   245 				RelativePath=".\KhmerReordering.cpp">
   246 			</File>
   247 			<File
   248 				RelativePath=".\LayoutEngine.cpp">
   249 			</File>
   250 			<File
   251 				RelativePath=".\LEFontInstance.cpp">
   252 			</File>
   253 			<File
   254 				RelativePath=".\LEGlyphStorage.cpp">
   255 			</File>
   256 			<File
   257 				RelativePath=".\LEInsertionList.cpp">
   258 			</File>
   259 			<File
   260 				RelativePath=".\LigatureSubstProc.cpp">
   261 			</File>
   262 			<File
   263 				RelativePath=".\LigatureSubstSubtables.cpp">
   264 			</File>
   265 			<File
   266 				RelativePath=".\LookupProcessor.cpp">
   267 			</File>
   268 			<File
   269 				RelativePath=".\Lookups.cpp">
   270 			</File>
   271 			<File
   272 				RelativePath=".\LookupTables.cpp">
   273 			</File>
   274 			<File
   275 				RelativePath=".\MarkArrays.cpp">
   276 			</File>
   277 			<File
   278 				RelativePath=".\MarkToBasePosnSubtables.cpp">
   279 			</File>
   280 			<File
   281 				RelativePath=".\MarkToLigaturePosnSubtables.cpp">
   282 			</File>
   283 			<File
   284 				RelativePath=".\MarkToMarkPosnSubtables.cpp">
   285 			</File>
   286 			<File
   287 				RelativePath=".\MorphTables.cpp">
   288 			</File>
   289 			<File
   290 				RelativePath=".\MPreFixups.cpp">
   291 			</File>
   292 			<File
   293 				RelativePath=".\MultipleSubstSubtables.cpp">
   294 			</File>
   295 			<File
   296 				RelativePath=".\NonContextualGlyphSubstProc.cpp">
   297 			</File>
   298 			<File
   299 				RelativePath=".\OpenTypeLayoutEngine.cpp">
   300 			</File>
   301 			<File
   302 				RelativePath=".\OpenTypeUtilities.cpp">
   303 			</File>
   304 			<File
   305 				RelativePath=".\PairPositioningSubtables.cpp">
   306 			</File>
   307 			<File
   308 				RelativePath=".\ScriptAndLanguage.cpp">
   309 			</File>
   310 			<File
   311 				RelativePath=".\ScriptAndLanguageTags.cpp">
   312 			</File>
   313 			<File
   314 				RelativePath=".\SegmentArrayProcessor.cpp">
   315 			</File>
   316 			<File
   317 				RelativePath=".\SegmentSingleProcessor.cpp">
   318 			</File>
   319 			<File
   320 				RelativePath=".\SimpleArrayProcessor.cpp">
   321 			</File>
   322 			<File
   323 				RelativePath=".\SinglePositioningSubtables.cpp">
   324 			</File>
   325 			<File
   326 				RelativePath=".\SingleSubstitutionSubtables.cpp">
   327 			</File>
   328 			<File
   329 				RelativePath=".\SingleTableProcessor.cpp">
   330 			</File>
   331 			<File
   332 				RelativePath=".\StateTableProcessor.cpp">
   333 			</File>
   334 			<File
   335 				RelativePath=".\SubstitutionLookups.cpp">
   336 			</File>
   337 			<File
   338 				RelativePath=".\SubtableProcessor.cpp">
   339 			</File>
   340 			<File
   341 				RelativePath=".\ThaiLayoutEngine.cpp">
   342 			</File>
   343 			<File
   344 				RelativePath=".\ThaiShaping.cpp">
   345 			</File>
   346 			<File
   347 				RelativePath=".\ThaiStateTables.cpp">
   348 			</File>
   349 			<File
   350 				RelativePath=".\TrimmedArrayProcessor.cpp">
   351 			</File>
   352 			<File
   353 				RelativePath=".\ValueRecords.cpp">
   354 			</File>
   355 		</Filter>
   356 		<Filter
   357 			Name="Header Files"
   358 			Filter="h;hpp;hxx;hm;inl">
   359 			<File
   360 				RelativePath=".\AlternateSubstSubtables.h">
   361 			</File>
   362 			<File
   363 				RelativePath=".\AnchorTables.h">
   364 			</File>
   365 			<File
   366 				RelativePath=".\ArabicLayoutEngine.h">
   367 			</File>
   368 			<File
   369 				RelativePath=".\ArabicShaping.h">
   370 			</File>
   371 			<File
   372 				RelativePath=".\AttachmentPosnSubtables.h">
   373 			</File>
   374 			<File
   375 				RelativePath=".\CanonShaping.h">
   376 			</File>
   377 			<File
   378 				RelativePath=".\CharSubstitutionFilter.h">
   379 			</File>
   380 			<File
   381 				RelativePath=".\ClassDefinitionTables.h">
   382 			</File>
   383 			<File
   384 				RelativePath=".\ContextualGlyphInsertion.h">
   385 			</File>
   386 			<File
   387 				RelativePath=".\ContextualGlyphSubstitution.h">
   388 			</File>
   389 			<File
   390 				RelativePath=".\ContextualGlyphSubstProc.h">
   391 			</File>
   392 			<File
   393 				RelativePath=".\ContextualSubstSubtables.h">
   394 			</File>
   395 			<File
   396 				RelativePath=".\CoverageTables.h">
   397 			</File>
   398 			<File
   399 				RelativePath=".\CursiveAttachmentSubtables.h">
   400 			</File>
   401 			<File
   402 				RelativePath=".\DefaultCharMapper.h">
   403 			</File>
   404 			<File
   405 				RelativePath=".\DeviceTables.h">
   406 			</File>
   407 			<File
   408 				RelativePath=".\ExtensionSubtables.h">
   409 			</File>
   410 			<File
   411 				RelativePath=".\Features.h">
   412 			</File>
   413 			<File
   414 				RelativePath=".\GDEFMarkFilter.h">
   415 			</File>
   416 			<File
   417 				RelativePath=".\GlyphDefinitionTables.h">
   418 			</File>
   419 			<File
   420 				RelativePath=".\GlyphIterator.h">
   421 			</File>
   422 			<File
   423 				RelativePath="GlyphLookupTables.h">
   424 			</File>
   425 			<File
   426 				RelativePath=".\GlyphPositionAdjustments.h">
   427 			</File>
   428 			<File
   429 				RelativePath=".\GlyphPositioningTables.h">
   430 			</File>
   431 			<File
   432 				RelativePath=".\GlyphPosnLookupProc.h">
   433 			</File>
   434 			<File
   435 				RelativePath=".\GlyphSubstitutionTables.h">
   436 			</File>
   437 			<File
   438 				RelativePath=".\GlyphSubstLookupProc.h">
   439 			</File>
   440 			<File
   441 				RelativePath=".\GXLayoutEngine.h">
   442 			</File>
   443 			<File
   444 				RelativePath=".\HanLayoutEngine.h">
   445 			</File>
   446 			<File
   447 				RelativePath=".\HindiFeatureTags.h">
   448 			</File>
   449 			<File
   450 				RelativePath=".\IndicLayoutEngine.h">
   451 			</File>
   452 			<File
   453 				RelativePath=".\IndicRearrangement.h">
   454 			</File>
   455 			<File
   456 				RelativePath=".\IndicRearrangementProcessor.h">
   457 			</File>
   458 			<File
   459 				RelativePath=".\IndicReordering.h">
   460 			</File>
   461 			<File
   462 				RelativePath=".\KernTable.h">
   463 			</File>
   464 			<File
   465 				RelativePath=".\KhmerLayoutEngine.h">
   466 			</File>
   467 			<File
   468 				RelativePath=".\KhmerReordering.h">
   469 			</File>
   470 			<File
   471 				RelativePath=".\LayoutEngine.h">
   472 				<FileConfiguration
   473 					Name="Debug|Win32">
   474 					<Tool
   475 						Name="VCCustomBuildTool"
   476 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   477 "
   478 						Outputs="..\..\include\layout\$(InputFileName)"/>
   479 				</FileConfiguration>
   480 				<FileConfiguration
   481 					Name="Release|Win32">
   482 					<Tool
   483 						Name="VCCustomBuildTool"
   484 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   485 "
   486 						Outputs="..\..\include\layout\$(InputFileName)"/>
   487 				</FileConfiguration>
   488 			</File>
   489 			<File
   490 				RelativePath=".\LayoutTables.h">
   491 			</File>
   492 			<File
   493 				RelativePath=".\LEFontInstance.h">
   494 				<FileConfiguration
   495 					Name="Debug|Win32">
   496 					<Tool
   497 						Name="VCCustomBuildTool"
   498 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   499 "
   500 						Outputs="..\..\include\layout\$(InputFileName)"/>
   501 				</FileConfiguration>
   502 				<FileConfiguration
   503 					Name="Release|Win32">
   504 					<Tool
   505 						Name="VCCustomBuildTool"
   506 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   507 "
   508 						Outputs="..\..\include\layout\$(InputFileName)"/>
   509 				</FileConfiguration>
   510 			</File>
   511 			<File
   512 				RelativePath=".\LEGlyphFilter.h">
   513 				<FileConfiguration
   514 					Name="Debug|Win32">
   515 					<Tool
   516 						Name="VCCustomBuildTool"
   517 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   518 "
   519 						Outputs="..\..\include\layout\$(InputFileName)"/>
   520 				</FileConfiguration>
   521 				<FileConfiguration
   522 					Name="Release|Win32">
   523 					<Tool
   524 						Name="VCCustomBuildTool"
   525 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   526 "
   527 						Outputs="..\..\include\layout\$(InputFileName)"/>
   528 				</FileConfiguration>
   529 			</File>
   530 			<File
   531 				RelativePath=".\LEGlyphStorage.h">
   532 				<FileConfiguration
   533 					Name="Debug|Win32">
   534 					<Tool
   535 						Name="VCCustomBuildTool"
   536 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   537 "
   538 						Outputs="..\..\include\layout\$(InputFileName)"/>
   539 				</FileConfiguration>
   540 				<FileConfiguration
   541 					Name="Release|Win32">
   542 					<Tool
   543 						Name="VCCustomBuildTool"
   544 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   545 "
   546 						Outputs="..\..\include\layout\$(InputFileName)"/>
   547 				</FileConfiguration>
   548 			</File>
   549 			<File
   550 				RelativePath=".\LEInsertionList.h">
   551 				<FileConfiguration
   552 					Name="Debug|Win32">
   553 					<Tool
   554 						Name="VCCustomBuildTool"
   555 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   556 "
   557 						Outputs="..\..\include\layout\$(InputFileName)"/>
   558 				</FileConfiguration>
   559 				<FileConfiguration
   560 					Name="Release|Win32">
   561 					<Tool
   562 						Name="VCCustomBuildTool"
   563 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   564 "
   565 						Outputs="..\..\include\layout\$(InputFileName)"/>
   566 				</FileConfiguration>
   567 			</File>
   568 			<File
   569 				RelativePath=".\LELanguages.h">
   570 				<FileConfiguration
   571 					Name="Debug|Win32">
   572 					<Tool
   573 						Name="VCCustomBuildTool"
   574 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   575 "
   576 						Outputs="..\..\include\layout\$(InputFileName)"/>
   577 				</FileConfiguration>
   578 				<FileConfiguration
   579 					Name="Release|Win32">
   580 					<Tool
   581 						Name="VCCustomBuildTool"
   582 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   583 "
   584 						Outputs="..\..\include\layout\$(InputFileName)"/>
   585 				</FileConfiguration>
   586 			</File>
   587 			<File
   588 				RelativePath=".\LEScripts.h">
   589 				<FileConfiguration
   590 					Name="Debug|Win32">
   591 					<Tool
   592 						Name="VCCustomBuildTool"
   593 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   594 "
   595 						Outputs="..\..\include\layout\$(InputFileName)"/>
   596 				</FileConfiguration>
   597 				<FileConfiguration
   598 					Name="Release|Win32">
   599 					<Tool
   600 						Name="VCCustomBuildTool"
   601 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   602 "
   603 						Outputs="..\..\include\layout\$(InputFileName)"/>
   604 				</FileConfiguration>
   605 			</File>
   606 			<File
   607 				RelativePath=".\LESwaps.h">
   608 				<FileConfiguration
   609 					Name="Debug|Win32">
   610 					<Tool
   611 						Name="VCCustomBuildTool"
   612 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   613 "
   614 						Outputs="..\..\include\layout\$(InputFileName)"/>
   615 				</FileConfiguration>
   616 				<FileConfiguration
   617 					Name="Release|Win32">
   618 					<Tool
   619 						Name="VCCustomBuildTool"
   620 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   621 "
   622 						Outputs="..\..\include\layout\$(InputFileName)"/>
   623 				</FileConfiguration>
   624 			</File>
   625 			<File
   626 				RelativePath=".\LETypes.h">
   627 				<FileConfiguration
   628 					Name="Debug|Win32">
   629 					<Tool
   630 						Name="VCCustomBuildTool"
   631 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   632 "
   633 						Outputs="..\..\include\layout\$(InputFileName)"/>
   634 				</FileConfiguration>
   635 				<FileConfiguration
   636 					Name="Release|Win32">
   637 					<Tool
   638 						Name="VCCustomBuildTool"
   639 						CommandLine="copy &quot;$(InputPath)&quot; ..\..\include\layout
   640 "
   641 						Outputs="..\..\include\layout\$(InputFileName)"/>
   642 				</FileConfiguration>
   643 			</File>
   644 			<File
   645 				RelativePath=".\LigatureSubstitution.h">
   646 			</File>
   647 			<File
   648 				RelativePath=".\LigatureSubstProc.h">
   649 			</File>
   650 			<File
   651 				RelativePath=".\LigatureSubstSubtables.h">
   652 			</File>
   653 			<File
   654 				RelativePath=".\LookupProcessor.h">
   655 			</File>
   656 			<File
   657 				RelativePath=".\Lookups.h">
   658 			</File>
   659 			<File
   660 				RelativePath=".\LookupTables.h">
   661 			</File>
   662 			<File
   663 				RelativePath=".\MarkArrays.h">
   664 			</File>
   665 			<File
   666 				RelativePath=".\MarkToBasePosnSubtables.h">
   667 			</File>
   668 			<File
   669 				RelativePath=".\MarkToLigaturePosnSubtables.h">
   670 			</File>
   671 			<File
   672 				RelativePath=".\MarkToMarkPosnSubtables.h">
   673 			</File>
   674 			<File
   675 				RelativePath=".\MorphStateTables.h">
   676 			</File>
   677 			<File
   678 				RelativePath=".\MorphTables.h">
   679 			</File>
   680 			<File
   681 				RelativePath=".\MPreFixups.h">
   682 			</File>
   683 			<File
   684 				RelativePath=".\MultipleSubstSubtables.h">
   685 			</File>
   686 			<File
   687 				RelativePath=".\NonContextualGlyphSubst.h">
   688 			</File>
   689 			<File
   690 				RelativePath=".\NonContextualGlyphSubstProc.h">
   691 			</File>
   692 			<File
   693 				RelativePath=".\OpenTypeLayoutEngine.h">
   694 			</File>
   695 			<File
   696 				RelativePath=".\OpenTypeTables.h">
   697 			</File>
   698 			<File
   699 				RelativePath=".\OpenTypeUtilities.h">
   700 			</File>
   701 			<File
   702 				RelativePath=".\PairPositioningSubtables.h">
   703 			</File>
   704 			<File
   705 				RelativePath=".\ScriptAndLanguage.h">
   706 			</File>
   707 			<File
   708 				RelativePath=".\ScriptAndLanguageTags.h">
   709 			</File>
   710 			<File
   711 				RelativePath=".\SegmentArrayProcessor.h">
   712 			</File>
   713 			<File
   714 				RelativePath=".\SegmentSingleProcessor.h">
   715 			</File>
   716 			<File
   717 				RelativePath=".\SimpleArrayProcessor.h">
   718 			</File>
   719 			<File
   720 				RelativePath=".\SinglePositioningSubtables.h">
   721 			</File>
   722 			<File
   723 				RelativePath=".\SingleSubstitutionSubtables.h">
   724 			</File>
   725 			<File
   726 				RelativePath=".\SingleTableProcessor.h">
   727 			</File>
   728 			<File
   729 				RelativePath=".\StateTableProcessor.h">
   730 			</File>
   731 			<File
   732 				RelativePath=".\StateTables.h">
   733 			</File>
   734 			<File
   735 				RelativePath=".\SubstitutionLookups.h">
   736 			</File>
   737 			<File
   738 				RelativePath=".\SubtableProcessor.h">
   739 			</File>
   740 			<File
   741 				RelativePath=".\ThaiLayoutEngine.h">
   742 			</File>
   743 			<File
   744 				RelativePath=".\ThaiShaping.h">
   745 			</File>
   746 			<File
   747 				RelativePath=".\TrimmedArrayProcessor.h">
   748 			</File>
   749 			<File
   750 				RelativePath=".\ValueRecords.h">
   751 			</File>
   752 		</Filter>
   753 		<Filter
   754 			Name="Resource Files"
   755 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
   756 			<File
   757 				RelativePath=".\layout.rc">
   758 			</File>
   759 		</Filter>
   760 	</Files>
   761 	<Globals>
   762 	</Globals>
   763 </VisualStudioProject>