12e5b6d6dSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 22e5b6d6dSopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 32e5b6d6dSopenharmony_ci <PropertyGroup Label="Globals"> 42e5b6d6dSopenharmony_ci <ProjectGuid>{497500ED-DE1D-4B20-B529-F41B5A0FBEEB}</ProjectGuid> 52e5b6d6dSopenharmony_ci </PropertyGroup> 62e5b6d6dSopenharmony_ci <PropertyGroup Label="Configuration"> 72e5b6d6dSopenharmony_ci <ConfigurationType>Application</ConfigurationType> 82e5b6d6dSopenharmony_ci <UseOfMfc>false</UseOfMfc> 92e5b6d6dSopenharmony_ci <CharacterSet>MultiByte</CharacterSet> 102e5b6d6dSopenharmony_ci </PropertyGroup> 112e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 122e5b6d6dSopenharmony_ci <!-- The following import will include the 'default' configuration options for VS projects. --> 132e5b6d6dSopenharmony_ci <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> 142e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 152e5b6d6dSopenharmony_ci <ImportGroup Label="ExtensionSettings"> 162e5b6d6dSopenharmony_ci </ImportGroup> 172e5b6d6dSopenharmony_ci <PropertyGroup Label="UserMacros" /> 182e5b6d6dSopenharmony_ci <PropertyGroup> 192e5b6d6dSopenharmony_ci <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 202e5b6d6dSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 212e5b6d6dSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 222e5b6d6dSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 232e5b6d6dSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 242e5b6d6dSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 252e5b6d6dSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 262e5b6d6dSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 272e5b6d6dSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 282e5b6d6dSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 292e5b6d6dSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 302e5b6d6dSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 312e5b6d6dSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 322e5b6d6dSopenharmony_ci </PropertyGroup> 332e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 342e5b6d6dSopenharmony_ci <Midl> 352e5b6d6dSopenharmony_ci <TypeLibraryName>.\x86\Release/layout.tlb</TypeLibraryName> 362e5b6d6dSopenharmony_ci </Midl> 372e5b6d6dSopenharmony_ci <ClCompile> 382e5b6d6dSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 392e5b6d6dSopenharmony_ci <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 402e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WINVER=0x0601;_WIN32_WINNT=0x0601;NDEBUG;_CONSOLE;WIN32;UNICODE;_CRT_SECURE_NO_DEPRECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions> 412e5b6d6dSopenharmony_ci <StringPooling>true</StringPooling> 422e5b6d6dSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 432e5b6d6dSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 442e5b6d6dSopenharmony_ci <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 452e5b6d6dSopenharmony_ci <PrecompiledHeader> 462e5b6d6dSopenharmony_ci </PrecompiledHeader> 472e5b6d6dSopenharmony_ci <PrecompiledHeaderOutputFile>.\x86\Release/layout.pch</PrecompiledHeaderOutputFile> 482e5b6d6dSopenharmony_ci <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 492e5b6d6dSopenharmony_ci <ObjectFileName>.\x86\Release/</ObjectFileName> 502e5b6d6dSopenharmony_ci <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 512e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 522e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 532e5b6d6dSopenharmony_ci <CompileAs>Default</CompileAs> 542e5b6d6dSopenharmony_ci </ClCompile> 552e5b6d6dSopenharmony_ci <ResourceCompile> 562e5b6d6dSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 572e5b6d6dSopenharmony_ci <Culture>0x0409</Culture> 582e5b6d6dSopenharmony_ci </ResourceCompile> 592e5b6d6dSopenharmony_ci <Link> 602e5b6d6dSopenharmony_ci <AdditionalDependencies>..\..\..\lib\iculx.lib;..\..\..\lib\icule.lib;..\..\..\lib\icuuc.lib;..\..\..\lib\icuin.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 612e5b6d6dSopenharmony_ci <OutputFile>.\x86\Release/layout.exe</OutputFile> 622e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 632e5b6d6dSopenharmony_ci <ProgramDatabaseFile>.\x86\Release/layout.pdb</ProgramDatabaseFile> 642e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 652e5b6d6dSopenharmony_ci <DataExecutionPrevention> 662e5b6d6dSopenharmony_ci </DataExecutionPrevention> 672e5b6d6dSopenharmony_ci </Link> 682e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 692e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 702e5b6d6dSopenharmony_ci <Midl> 712e5b6d6dSopenharmony_ci <TargetEnvironment>X64</TargetEnvironment> 722e5b6d6dSopenharmony_ci <TypeLibraryName>.\x64\Release/layout.tlb</TypeLibraryName> 732e5b6d6dSopenharmony_ci </Midl> 742e5b6d6dSopenharmony_ci <ClCompile> 752e5b6d6dSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 762e5b6d6dSopenharmony_ci <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 772e5b6d6dSopenharmony_ci <PreprocessorDefinitions>NDEBUG;_CONSOLE;WIN64;WIN32;UNICODE;_CRT_SECURE_NO_DEPRECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions> 782e5b6d6dSopenharmony_ci <StringPooling>true</StringPooling> 792e5b6d6dSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 802e5b6d6dSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 812e5b6d6dSopenharmony_ci <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 822e5b6d6dSopenharmony_ci <PrecompiledHeader> 832e5b6d6dSopenharmony_ci </PrecompiledHeader> 842e5b6d6dSopenharmony_ci <PrecompiledHeaderOutputFile>.\x64\Release/layout.pch</PrecompiledHeaderOutputFile> 852e5b6d6dSopenharmony_ci <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 862e5b6d6dSopenharmony_ci <ObjectFileName>.\x64\Release/</ObjectFileName> 872e5b6d6dSopenharmony_ci <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 882e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 892e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 902e5b6d6dSopenharmony_ci <CompileAs>Default</CompileAs> 912e5b6d6dSopenharmony_ci </ClCompile> 922e5b6d6dSopenharmony_ci <ResourceCompile> 932e5b6d6dSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 942e5b6d6dSopenharmony_ci <Culture>0x0409</Culture> 952e5b6d6dSopenharmony_ci </ResourceCompile> 962e5b6d6dSopenharmony_ci <Link> 972e5b6d6dSopenharmony_ci <AdditionalDependencies>..\..\..\lib64\iculx.lib;..\..\..\lib64\icule.lib;..\..\..\lib64\icuuc.lib;..\..\..\lib64\icuin.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 982e5b6d6dSopenharmony_ci <OutputFile>.\x64\Release/layout.exe</OutputFile> 992e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 1002e5b6d6dSopenharmony_ci <ProgramDatabaseFile>.\x64\Release/layout.pdb</ProgramDatabaseFile> 1012e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1022e5b6d6dSopenharmony_ci <DataExecutionPrevention> 1032e5b6d6dSopenharmony_ci </DataExecutionPrevention> 1042e5b6d6dSopenharmony_ci <TargetMachine>MachineX64</TargetMachine> 1052e5b6d6dSopenharmony_ci </Link> 1062e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1072e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1082e5b6d6dSopenharmony_ci <Midl> 1092e5b6d6dSopenharmony_ci <TypeLibraryName>.\x86\Debug/layout.tlb</TypeLibraryName> 1102e5b6d6dSopenharmony_ci </Midl> 1112e5b6d6dSopenharmony_ci <ClCompile> 1122e5b6d6dSopenharmony_ci <Optimization>Disabled</Optimization> 1132e5b6d6dSopenharmony_ci <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1142e5b6d6dSopenharmony_ci <PreprocessorDefinitions>WINVER=0x0601;_WIN32_WINNT=0x0601;_DEBUG;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1152e5b6d6dSopenharmony_ci <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1162e5b6d6dSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1172e5b6d6dSopenharmony_ci <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1182e5b6d6dSopenharmony_ci <PrecompiledHeader> 1192e5b6d6dSopenharmony_ci </PrecompiledHeader> 1202e5b6d6dSopenharmony_ci <PrecompiledHeaderOutputFile>.\x86\Debug/layout.pch</PrecompiledHeaderOutputFile> 1212e5b6d6dSopenharmony_ci <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 1222e5b6d6dSopenharmony_ci <ObjectFileName>.\x86\Debug/</ObjectFileName> 1232e5b6d6dSopenharmony_ci <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 1242e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 1252e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 1262e5b6d6dSopenharmony_ci <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1272e5b6d6dSopenharmony_ci <CompileAs>Default</CompileAs> 1282e5b6d6dSopenharmony_ci </ClCompile> 1292e5b6d6dSopenharmony_ci <ResourceCompile> 1302e5b6d6dSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1312e5b6d6dSopenharmony_ci <Culture>0x0409</Culture> 1322e5b6d6dSopenharmony_ci </ResourceCompile> 1332e5b6d6dSopenharmony_ci <Link> 1342e5b6d6dSopenharmony_ci <AdditionalDependencies>..\..\..\lib\iculxd.lib;..\..\..\lib\iculed.lib;..\..\..\lib\icuucd.lib;..\..\..\lib\icuind.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 1352e5b6d6dSopenharmony_ci <OutputFile>.\x86\Debug/layout.exe</OutputFile> 1362e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 1372e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 1382e5b6d6dSopenharmony_ci <ProgramDatabaseFile>.\x86\Debug/layout.pdb</ProgramDatabaseFile> 1392e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1402e5b6d6dSopenharmony_ci <DataExecutionPrevention> 1412e5b6d6dSopenharmony_ci </DataExecutionPrevention> 1422e5b6d6dSopenharmony_ci </Link> 1432e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1442e5b6d6dSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1452e5b6d6dSopenharmony_ci <Midl> 1462e5b6d6dSopenharmony_ci <TargetEnvironment>X64</TargetEnvironment> 1472e5b6d6dSopenharmony_ci <TypeLibraryName>.\x64\Debug/layout.tlb</TypeLibraryName> 1482e5b6d6dSopenharmony_ci </Midl> 1492e5b6d6dSopenharmony_ci <ClCompile> 1502e5b6d6dSopenharmony_ci <Optimization>Disabled</Optimization> 1512e5b6d6dSopenharmony_ci <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1522e5b6d6dSopenharmony_ci <PreprocessorDefinitions>_DEBUG;WIN64;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1532e5b6d6dSopenharmony_ci <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1542e5b6d6dSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1552e5b6d6dSopenharmony_ci <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1562e5b6d6dSopenharmony_ci <PrecompiledHeader> 1572e5b6d6dSopenharmony_ci </PrecompiledHeader> 1582e5b6d6dSopenharmony_ci <PrecompiledHeaderOutputFile>.\x64\Debug/layout.pch</PrecompiledHeaderOutputFile> 1592e5b6d6dSopenharmony_ci <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 1602e5b6d6dSopenharmony_ci <ObjectFileName>.\x64\Debug/</ObjectFileName> 1612e5b6d6dSopenharmony_ci <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 1622e5b6d6dSopenharmony_ci <WarningLevel>Level3</WarningLevel> 1632e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 1642e5b6d6dSopenharmony_ci <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1652e5b6d6dSopenharmony_ci <CompileAs>Default</CompileAs> 1662e5b6d6dSopenharmony_ci </ClCompile> 1672e5b6d6dSopenharmony_ci <ResourceCompile> 1682e5b6d6dSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1692e5b6d6dSopenharmony_ci <Culture>0x0409</Culture> 1702e5b6d6dSopenharmony_ci </ResourceCompile> 1712e5b6d6dSopenharmony_ci <Link> 1722e5b6d6dSopenharmony_ci <AdditionalDependencies>..\..\..\lib64\iculxd.lib;..\..\..\lib64\iculed.lib;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icuind.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 1732e5b6d6dSopenharmony_ci <OutputFile>.\x64\Debug/layout.exe</OutputFile> 1742e5b6d6dSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 1752e5b6d6dSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 1762e5b6d6dSopenharmony_ci <ProgramDatabaseFile>.\x64\Debug/layout.pdb</ProgramDatabaseFile> 1772e5b6d6dSopenharmony_ci <SubSystem>Windows</SubSystem> 1782e5b6d6dSopenharmony_ci <DataExecutionPrevention> 1792e5b6d6dSopenharmony_ci </DataExecutionPrevention> 1802e5b6d6dSopenharmony_ci <TargetMachine>MachineX64</TargetMachine> 1812e5b6d6dSopenharmony_ci </Link> 1822e5b6d6dSopenharmony_ci </ItemDefinitionGroup> 1832e5b6d6dSopenharmony_ci <ItemGroup> 1842e5b6d6dSopenharmony_ci <ClCompile Include="cmaps.cpp" /> 1852e5b6d6dSopenharmony_ci <ClCompile Include="FontMap.cpp" /> 1862e5b6d6dSopenharmony_ci <ClCompile Include="FontTableCache.cpp" /> 1872e5b6d6dSopenharmony_ci <ClCompile Include="GDIFontInstance.cpp" /> 1882e5b6d6dSopenharmony_ci <ClCompile Include="GDIFontMap.cpp" /> 1892e5b6d6dSopenharmony_ci <ClCompile Include="GDIGUISupport.cpp" /> 1902e5b6d6dSopenharmony_ci <ClCompile Include="layout.cpp" /> 1912e5b6d6dSopenharmony_ci <ClCompile Include="paragraph.cpp" /> 1922e5b6d6dSopenharmony_ci <ClCompile Include="ScriptCompositeFontInstance.cpp" /> 1932e5b6d6dSopenharmony_ci <ClCompile Include="UnicodeReader.cpp" /> 1942e5b6d6dSopenharmony_ci </ItemGroup> 1952e5b6d6dSopenharmony_ci <ItemGroup> 1962e5b6d6dSopenharmony_ci <ResourceCompile Include="LayoutSample.rc" /> 1972e5b6d6dSopenharmony_ci </ItemGroup> 1982e5b6d6dSopenharmony_ci <ItemGroup> 1992e5b6d6dSopenharmony_ci <ClInclude Include="cmaps.h" /> 2002e5b6d6dSopenharmony_ci <ClInclude Include="FontMap.h" /> 2012e5b6d6dSopenharmony_ci <ClInclude Include="FontTableCache.h" /> 2022e5b6d6dSopenharmony_ci <ClInclude Include="GDIFontInstance.h" /> 2032e5b6d6dSopenharmony_ci <ClInclude Include="GDIFontMap.h" /> 2042e5b6d6dSopenharmony_ci <ClInclude Include="GDIGUISupport.h" /> 2052e5b6d6dSopenharmony_ci <ClInclude Include="GUISupport.h" /> 2062e5b6d6dSopenharmony_ci <ClInclude Include="paragraph.h" /> 2072e5b6d6dSopenharmony_ci <ClInclude Include="RenderingSurface.h" /> 2082e5b6d6dSopenharmony_ci <ClInclude Include="resource.h" /> 2092e5b6d6dSopenharmony_ci <ClInclude Include="ScriptCompositeFontInstance.h" /> 2102e5b6d6dSopenharmony_ci <ClInclude Include="sfnt.h" /> 2112e5b6d6dSopenharmony_ci <ClInclude Include="UnicodeReader.h" /> 2122e5b6d6dSopenharmony_ci </ItemGroup> 2132e5b6d6dSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 2142e5b6d6dSopenharmony_ci <ImportGroup Label="ExtensionTargets"> 2152e5b6d6dSopenharmony_ci </ImportGroup> 2162e5b6d6dSopenharmony_ci</Project>