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  <ItemGroup Label="ProjectConfigurations">
42e5b6d6dSopenharmony_ci    <ProjectConfiguration Include="Debug|Win32">
52e5b6d6dSopenharmony_ci      <Configuration>Debug</Configuration>
62e5b6d6dSopenharmony_ci      <Platform>Win32</Platform>
72e5b6d6dSopenharmony_ci    </ProjectConfiguration>
82e5b6d6dSopenharmony_ci    <ProjectConfiguration Include="Debug|x64">
92e5b6d6dSopenharmony_ci      <Configuration>Debug</Configuration>
102e5b6d6dSopenharmony_ci      <Platform>x64</Platform>
112e5b6d6dSopenharmony_ci    </ProjectConfiguration>
122e5b6d6dSopenharmony_ci    <ProjectConfiguration Include="Release|Win32">
132e5b6d6dSopenharmony_ci      <Configuration>Release</Configuration>
142e5b6d6dSopenharmony_ci      <Platform>Win32</Platform>
152e5b6d6dSopenharmony_ci    </ProjectConfiguration>
162e5b6d6dSopenharmony_ci    <ProjectConfiguration Include="Release|x64">
172e5b6d6dSopenharmony_ci      <Configuration>Release</Configuration>
182e5b6d6dSopenharmony_ci      <Platform>x64</Platform>
192e5b6d6dSopenharmony_ci    </ProjectConfiguration>
202e5b6d6dSopenharmony_ci  </ItemGroup>
212e5b6d6dSopenharmony_ci  <PropertyGroup Label="Globals">
222e5b6d6dSopenharmony_ci    <ProjectGuid>{67351485-4D18-4245-BE39-A7EF0675ACD2}</ProjectGuid>
232e5b6d6dSopenharmony_ci  </PropertyGroup>
242e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
252e5b6d6dSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
262e5b6d6dSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
272e5b6d6dSopenharmony_ci    <UseOfMfc>false</UseOfMfc>
282e5b6d6dSopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
292e5b6d6dSopenharmony_ci    <PlatformToolset>v140</PlatformToolset>
302e5b6d6dSopenharmony_ci  </PropertyGroup>
312e5b6d6dSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
322e5b6d6dSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
332e5b6d6dSopenharmony_ci    <UseOfMfc>false</UseOfMfc>
342e5b6d6dSopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
352e5b6d6dSopenharmony_ci    <PlatformToolset>v140</PlatformToolset>
362e5b6d6dSopenharmony_ci  </PropertyGroup>
372e5b6d6dSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
382e5b6d6dSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
392e5b6d6dSopenharmony_ci    <UseOfMfc>false</UseOfMfc>
402e5b6d6dSopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
412e5b6d6dSopenharmony_ci    <PlatformToolset>v140</PlatformToolset>
422e5b6d6dSopenharmony_ci  </PropertyGroup>
432e5b6d6dSopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
442e5b6d6dSopenharmony_ci    <ConfigurationType>Application</ConfigurationType>
452e5b6d6dSopenharmony_ci    <UseOfMfc>false</UseOfMfc>
462e5b6d6dSopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
472e5b6d6dSopenharmony_ci    <PlatformToolset>v140</PlatformToolset>
482e5b6d6dSopenharmony_ci  </PropertyGroup>
492e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
502e5b6d6dSopenharmony_ci  <ImportGroup Label="ExtensionSettings">
512e5b6d6dSopenharmony_ci  </ImportGroup>
522e5b6d6dSopenharmony_ci  <PropertyGroup Label="UserMacros" />
532e5b6d6dSopenharmony_ci  <PropertyGroup>
542e5b6d6dSopenharmony_ci    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
552e5b6d6dSopenharmony_ci    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
562e5b6d6dSopenharmony_ci    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
572e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
582e5b6d6dSopenharmony_ci    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
592e5b6d6dSopenharmony_ci    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
602e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
612e5b6d6dSopenharmony_ci    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
622e5b6d6dSopenharmony_ci    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
632e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
642e5b6d6dSopenharmony_ci    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
652e5b6d6dSopenharmony_ci    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
662e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
672e5b6d6dSopenharmony_ci  </PropertyGroup>
682e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
692e5b6d6dSopenharmony_ci    <Midl>
702e5b6d6dSopenharmony_ci      <TypeLibraryName>.\x86\Release/letest.tlb</TypeLibraryName>
712e5b6d6dSopenharmony_ci    </Midl>
722e5b6d6dSopenharmony_ci    <ClCompile>
732e5b6d6dSopenharmony_ci      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
742e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
752e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
762e5b6d6dSopenharmony_ci      <StringPooling>true</StringPooling>
772e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
782e5b6d6dSopenharmony_ci      <FunctionLevelLinking>true</FunctionLevelLinking>
792e5b6d6dSopenharmony_ci      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
802e5b6d6dSopenharmony_ci      <PrecompiledHeader>
812e5b6d6dSopenharmony_ci      </PrecompiledHeader>
822e5b6d6dSopenharmony_ci      <PrecompiledHeaderOutputFile>.\x86\Release/letest.pch</PrecompiledHeaderOutputFile>
832e5b6d6dSopenharmony_ci      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
842e5b6d6dSopenharmony_ci      <ObjectFileName>.\x86\Release/</ObjectFileName>
852e5b6d6dSopenharmony_ci      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
862e5b6d6dSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
872e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
882e5b6d6dSopenharmony_ci      <CompileAs>Default</CompileAs>
892e5b6d6dSopenharmony_ci    </ClCompile>
902e5b6d6dSopenharmony_ci    <ResourceCompile>
912e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
922e5b6d6dSopenharmony_ci      <Culture>0x0409</Culture>
932e5b6d6dSopenharmony_ci    </ResourceCompile>
942e5b6d6dSopenharmony_ci    <Link>
952e5b6d6dSopenharmony_ci      <OutputFile>.\x86\Release/letest.exe</OutputFile>
962e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
972e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuuc.lib;icuin.lib;iculx.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
982e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
992e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\x86\Release/letest.pdb</ProgramDatabaseFile>
1002e5b6d6dSopenharmony_ci      <SubSystem>Console</SubSystem>
1012e5b6d6dSopenharmony_ci      <DataExecutionPrevention>
1022e5b6d6dSopenharmony_ci      </DataExecutionPrevention>
1032e5b6d6dSopenharmony_ci    </Link>
1042e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
1052e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1062e5b6d6dSopenharmony_ci    <Midl>
1072e5b6d6dSopenharmony_ci      <TypeLibraryName>.\x86\Debug/letest.tlb</TypeLibraryName>
1082e5b6d6dSopenharmony_ci    </Midl>
1092e5b6d6dSopenharmony_ci    <ClCompile>
1102e5b6d6dSopenharmony_ci      <Optimization>Disabled</Optimization>
1112e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1122e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1132e5b6d6dSopenharmony_ci      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
1142e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
1152e5b6d6dSopenharmony_ci      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
1162e5b6d6dSopenharmony_ci      <PrecompiledHeader>
1172e5b6d6dSopenharmony_ci      </PrecompiledHeader>
1182e5b6d6dSopenharmony_ci      <PrecompiledHeaderOutputFile>.\x86\Debug/letest.pch</PrecompiledHeaderOutputFile>
1192e5b6d6dSopenharmony_ci      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
1202e5b6d6dSopenharmony_ci      <ObjectFileName>.\x86\Debug/</ObjectFileName>
1212e5b6d6dSopenharmony_ci      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
1222e5b6d6dSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
1232e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
1242e5b6d6dSopenharmony_ci      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
1252e5b6d6dSopenharmony_ci      <CompileAs>Default</CompileAs>
1262e5b6d6dSopenharmony_ci    </ClCompile>
1272e5b6d6dSopenharmony_ci    <ResourceCompile>
1282e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1292e5b6d6dSopenharmony_ci      <Culture>0x0409</Culture>
1302e5b6d6dSopenharmony_ci    </ResourceCompile>
1312e5b6d6dSopenharmony_ci    <Link>
1322e5b6d6dSopenharmony_ci      <OutputFile>.\x86\Debug/letest.exe</OutputFile>
1332e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
1342e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuucd.lib;icuind.lib;iculxd.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
1352e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1362e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1372e5b6d6dSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
1382e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\x86\Debug/letest.pdb</ProgramDatabaseFile>
1392e5b6d6dSopenharmony_ci      <SubSystem>Console</SubSystem>
1402e5b6d6dSopenharmony_ci      <DataExecutionPrevention>
1412e5b6d6dSopenharmony_ci      </DataExecutionPrevention>
1422e5b6d6dSopenharmony_ci    </Link>
1432e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
1442e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
1452e5b6d6dSopenharmony_ci    <Midl>
1462e5b6d6dSopenharmony_ci      <TargetEnvironment>X64</TargetEnvironment>
1472e5b6d6dSopenharmony_ci      <TypeLibraryName>.\x64\Release/letest.tlb</TypeLibraryName>
1482e5b6d6dSopenharmony_ci    </Midl>
1492e5b6d6dSopenharmony_ci    <ClCompile>
1502e5b6d6dSopenharmony_ci      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
1512e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1522e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1532e5b6d6dSopenharmony_ci      <StringPooling>true</StringPooling>
1542e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
1552e5b6d6dSopenharmony_ci      <FunctionLevelLinking>true</FunctionLevelLinking>
1562e5b6d6dSopenharmony_ci      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
1572e5b6d6dSopenharmony_ci      <PrecompiledHeader>
1582e5b6d6dSopenharmony_ci      </PrecompiledHeader>
1592e5b6d6dSopenharmony_ci      <PrecompiledHeaderOutputFile>.\x64\Release/letest.pch</PrecompiledHeaderOutputFile>
1602e5b6d6dSopenharmony_ci      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
1612e5b6d6dSopenharmony_ci      <ObjectFileName>.\x64\Release/</ObjectFileName>
1622e5b6d6dSopenharmony_ci      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
1632e5b6d6dSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
1642e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
1652e5b6d6dSopenharmony_ci      <CompileAs>Default</CompileAs>
1662e5b6d6dSopenharmony_ci    </ClCompile>
1672e5b6d6dSopenharmony_ci    <ResourceCompile>
1682e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1692e5b6d6dSopenharmony_ci      <Culture>0x0409</Culture>
1702e5b6d6dSopenharmony_ci    </ResourceCompile>
1712e5b6d6dSopenharmony_ci    <Link>
1722e5b6d6dSopenharmony_ci      <OutputFile>.\x64\Release/letest.exe</OutputFile>
1732e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
1742e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuuc.lib;icuin.lib;iculx.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
1752e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1762e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\x64\Release/letest.pdb</ProgramDatabaseFile>
1772e5b6d6dSopenharmony_ci      <SubSystem>Console</SubSystem>
1782e5b6d6dSopenharmony_ci      <TargetMachine>MachineX64</TargetMachine>
1792e5b6d6dSopenharmony_ci    </Link>
1802e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
1812e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1822e5b6d6dSopenharmony_ci    <Midl>
1832e5b6d6dSopenharmony_ci      <TargetEnvironment>X64</TargetEnvironment>
1842e5b6d6dSopenharmony_ci      <TypeLibraryName>.\x64\Debug/letest.tlb</TypeLibraryName>
1852e5b6d6dSopenharmony_ci    </Midl>
1862e5b6d6dSopenharmony_ci    <ClCompile>
1872e5b6d6dSopenharmony_ci      <Optimization>Disabled</Optimization>
1882e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1892e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1902e5b6d6dSopenharmony_ci      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
1912e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
1922e5b6d6dSopenharmony_ci      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
1932e5b6d6dSopenharmony_ci      <PrecompiledHeader>
1942e5b6d6dSopenharmony_ci      </PrecompiledHeader>
1952e5b6d6dSopenharmony_ci      <PrecompiledHeaderOutputFile>.\x64\Debug/letest.pch</PrecompiledHeaderOutputFile>
1962e5b6d6dSopenharmony_ci      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
1972e5b6d6dSopenharmony_ci      <ObjectFileName>.\x64\Debug/</ObjectFileName>
1982e5b6d6dSopenharmony_ci      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
1992e5b6d6dSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
2002e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
2012e5b6d6dSopenharmony_ci      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
2022e5b6d6dSopenharmony_ci      <CompileAs>Default</CompileAs>
2032e5b6d6dSopenharmony_ci    </ClCompile>
2042e5b6d6dSopenharmony_ci    <ResourceCompile>
2052e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2062e5b6d6dSopenharmony_ci      <Culture>0x0409</Culture>
2072e5b6d6dSopenharmony_ci    </ResourceCompile>
2082e5b6d6dSopenharmony_ci    <Link>
2092e5b6d6dSopenharmony_ci      <OutputFile>.\x64\Debug/letest.exe</OutputFile>
2102e5b6d6dSopenharmony_ci      <SuppressStartupBanner>true</SuppressStartupBanner>
2112e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuucd.lib;icuind.lib;iculxd.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
2122e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2132e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2142e5b6d6dSopenharmony_ci      <GenerateDebugInformation>true</GenerateDebugInformation>
2152e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\x64\Debug/letest.pdb</ProgramDatabaseFile>
2162e5b6d6dSopenharmony_ci      <SubSystem>Console</SubSystem>
2172e5b6d6dSopenharmony_ci      <TargetMachine>MachineX64</TargetMachine>
2182e5b6d6dSopenharmony_ci    </Link>
2192e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
2202e5b6d6dSopenharmony_ci  <ItemGroup>
2212e5b6d6dSopenharmony_ci    <ClCompile Include="cfonts.cpp" />
2222e5b6d6dSopenharmony_ci    <ClCompile Include="cletest.c" />
2232e5b6d6dSopenharmony_ci    <ClCompile Include="cmaps.cpp" />
2242e5b6d6dSopenharmony_ci    <ClCompile Include="FontTableCache.cpp" />
2252e5b6d6dSopenharmony_ci    <ClCompile Include="letest.cpp" />
2262e5b6d6dSopenharmony_ci    <ClCompile Include="letsutil.cpp" />
2272e5b6d6dSopenharmony_ci    <ClCompile Include="PortableFontInstance.cpp" />
2282e5b6d6dSopenharmony_ci    <ClCompile Include="SimpleFontInstance.cpp" />
2292e5b6d6dSopenharmony_ci    <ClCompile Include="xmlreader.cpp" />
2302e5b6d6dSopenharmony_ci  </ItemGroup>
2312e5b6d6dSopenharmony_ci  <ItemGroup>
2322e5b6d6dSopenharmony_ci    <ClInclude Include="cfonts.h" />
2332e5b6d6dSopenharmony_ci    <ClInclude Include="cmaps.h" />
2342e5b6d6dSopenharmony_ci    <ClInclude Include="FontTableCache.h" />
2352e5b6d6dSopenharmony_ci    <ClInclude Include="letest.h" />
2362e5b6d6dSopenharmony_ci    <ClInclude Include="letsutil.h" />
2372e5b6d6dSopenharmony_ci    <ClInclude Include="PortableFontInstance.h" />
2382e5b6d6dSopenharmony_ci    <ClInclude Include="sfnt.h" />
2392e5b6d6dSopenharmony_ci    <ClInclude Include="SimpleFontInstance.h" />
2402e5b6d6dSopenharmony_ci    <ClInclude Include="xmlreader.h" />
2412e5b6d6dSopenharmony_ci  </ItemGroup>
2422e5b6d6dSopenharmony_ci  <ItemGroup>
2432e5b6d6dSopenharmony_ci    <ProjectReference Include="..\..\layout\layout.vcxproj">
2442e5b6d6dSopenharmony_ci      <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project>
2452e5b6d6dSopenharmony_ci      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
2462e5b6d6dSopenharmony_ci    </ProjectReference>
2472e5b6d6dSopenharmony_ci  </ItemGroup>
2482e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
2492e5b6d6dSopenharmony_ci  <ImportGroup Label="ExtensionTargets">
2502e5b6d6dSopenharmony_ci  </ImportGroup>
2512e5b6d6dSopenharmony_ci</Project>
252