1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{67351485-4D18-4245-BE39-A7EF0675ACD2}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 26 <ConfigurationType>Application</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 <CharacterSet>MultiByte</CharacterSet> 29 <PlatformToolset>v140</PlatformToolset> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 <PlatformToolset>v140</PlatformToolset> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <CharacterSet>MultiByte</CharacterSet> 41 <PlatformToolset>v140</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 44 <ConfigurationType>Application</ConfigurationType> 45 <UseOfMfc>false</UseOfMfc> 46 <CharacterSet>MultiByte</CharacterSet> 47 <PlatformToolset>v140</PlatformToolset> 48 </PropertyGroup> 49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 50 <ImportGroup Label="ExtensionSettings"> 51 </ImportGroup> 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 55 </ImportGroup> 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 63 </ImportGroup> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 67 </ImportGroup> 68 <PropertyGroup Label="UserMacros" /> 69 <PropertyGroup> 70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 80 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 83 </PropertyGroup> 84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 85 <Midl> 86 <TypeLibraryName>.\x86\Release/letest.tlb</TypeLibraryName> 87 </Midl> 88 <ClCompile> 89 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 90 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <StringPooling>true</StringPooling> 93 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 94 <FunctionLevelLinking>true</FunctionLevelLinking> 95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 96 <PrecompiledHeader> 97 </PrecompiledHeader> 98 <PrecompiledHeaderOutputFile>.\x86\Release/letest.pch</PrecompiledHeaderOutputFile> 99 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 100 <ObjectFileName>.\x86\Release/</ObjectFileName> 101 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 102 <WarningLevel>Level3</WarningLevel> 103 <SuppressStartupBanner>true</SuppressStartupBanner> 104 <CompileAs>Default</CompileAs> 105 </ClCompile> 106 <ResourceCompile> 107 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 108 <Culture>0x0409</Culture> 109 </ResourceCompile> 110 <Link> 111 <OutputFile>.\x86\Release/letest.exe</OutputFile> 112 <SuppressStartupBanner>true</SuppressStartupBanner> 113 <ProgramDatabaseFile>.\x86\Release/letest.pdb</ProgramDatabaseFile> 114 <SubSystem>Console</SubSystem> 115 <RandomizedBaseAddress>false</RandomizedBaseAddress> 116 <DataExecutionPrevention> 117 </DataExecutionPrevention> 118 </Link> 119 </ItemDefinitionGroup> 120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 121 <Midl> 122 <TypeLibraryName>.\x86\Debug/letest.tlb</TypeLibraryName> 123 </Midl> 124 <ClCompile> 125 <Optimization>Disabled</Optimization> 126 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 127 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 129 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 130 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 131 <PrecompiledHeader> 132 </PrecompiledHeader> 133 <PrecompiledHeaderOutputFile>.\x86\Debug/letest.pch</PrecompiledHeaderOutputFile> 134 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 135 <ObjectFileName>.\x86\Debug/</ObjectFileName> 136 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 137 <WarningLevel>Level3</WarningLevel> 138 <SuppressStartupBanner>true</SuppressStartupBanner> 139 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 140 <CompileAs>Default</CompileAs> 141 </ClCompile> 142 <ResourceCompile> 143 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 144 <Culture>0x0409</Culture> 145 </ResourceCompile> 146 <Link> 147 <OutputFile>.\x86\Debug/letest.exe</OutputFile> 148 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 150 <GenerateDebugInformation>true</GenerateDebugInformation> 151 <ProgramDatabaseFile>.\x86\Debug/letest.pdb</ProgramDatabaseFile> 152 <SubSystem>Console</SubSystem> 153 <RandomizedBaseAddress>false</RandomizedBaseAddress> 154 <DataExecutionPrevention> 155 </DataExecutionPrevention> 156 </Link> 157 </ItemDefinitionGroup> 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 159 <Midl> 160 <TargetEnvironment>X64</TargetEnvironment> 161 <TypeLibraryName>.\x64\Release/letest.tlb</TypeLibraryName> 162 </Midl> 163 <ClCompile> 164 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 165 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 166 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 167 <StringPooling>true</StringPooling> 168 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 169 <FunctionLevelLinking>true</FunctionLevelLinking> 170 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 171 <PrecompiledHeader> 172 </PrecompiledHeader> 173 <PrecompiledHeaderOutputFile>.\x64\Release/letest.pch</PrecompiledHeaderOutputFile> 174 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 175 <ObjectFileName>.\x64\Release/</ObjectFileName> 176 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 177 <WarningLevel>Level3</WarningLevel> 178 <SuppressStartupBanner>true</SuppressStartupBanner> 179 <CompileAs>Default</CompileAs> 180 </ClCompile> 181 <ResourceCompile> 182 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 183 <Culture>0x0409</Culture> 184 </ResourceCompile> 185 <Link> 186 <OutputFile>.\x64\Release/letest.exe</OutputFile> 187 <SuppressStartupBanner>true</SuppressStartupBanner> 188 <ProgramDatabaseFile>.\x64\Release/letest.pdb</ProgramDatabaseFile> 189 <SubSystem>Console</SubSystem> 190 <TargetMachine>MachineX64</TargetMachine> 191 </Link> 192 </ItemDefinitionGroup> 193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 194 <Midl> 195 <TargetEnvironment>X64</TargetEnvironment> 196 <TypeLibraryName>.\x64\Debug/letest.tlb</TypeLibraryName> 197 </Midl> 198 <ClCompile> 199 <Optimization>Disabled</Optimization> 200 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 201 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 203 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 204 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 205 <PrecompiledHeader> 206 </PrecompiledHeader> 207 <PrecompiledHeaderOutputFile>.\x64\Debug/letest.pch</PrecompiledHeaderOutputFile> 208 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 209 <ObjectFileName>.\x64\Debug/</ObjectFileName> 210 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 211 <WarningLevel>Level3</WarningLevel> 212 <SuppressStartupBanner>true</SuppressStartupBanner> 213 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 214 <CompileAs>Default</CompileAs> 215 </ClCompile> 216 <ResourceCompile> 217 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 218 <Culture>0x0409</Culture> 219 </ResourceCompile> 220 <Link> 221 <OutputFile>.\x64\Debug/letest.exe</OutputFile> 222 <SuppressStartupBanner>true</SuppressStartupBanner> 223 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 224 <GenerateDebugInformation>true</GenerateDebugInformation> 225 <ProgramDatabaseFile>.\x64\Debug/letest.pdb</ProgramDatabaseFile> 226 <SubSystem>Console</SubSystem> 227 <TargetMachine>MachineX64</TargetMachine> 228 </Link> 229 </ItemDefinitionGroup> 230 <ItemGroup> 231 <ClCompile Include="cfonts.cpp" /> 232 <ClCompile Include="cletest.c" /> 233 <ClCompile Include="cmaps.cpp" /> 234 <ClCompile Include="FontTableCache.cpp" /> 235 <ClCompile Include="letest.cpp" /> 236 <ClCompile Include="letsutil.cpp" /> 237 <ClCompile Include="PortableFontInstance.cpp" /> 238 <ClCompile Include="SimpleFontInstance.cpp" /> 239 <ClCompile Include="xmlreader.cpp" /> 240 </ItemGroup> 241 <ItemGroup> 242 <ClInclude Include="cfonts.h" /> 243 <ClInclude Include="cmaps.h" /> 244 <ClInclude Include="FontTableCache.h" /> 245 <ClInclude Include="letest.h" /> 246 <ClInclude Include="letsutil.h" /> 247 <ClInclude Include="PortableFontInstance.h" /> 248 <ClInclude Include="sfnt.h" /> 249 <ClInclude Include="SimpleFontInstance.h" /> 250 <ClInclude Include="xmlreader.h" /> 251 </ItemGroup> 252 <ItemGroup> 253 <ProjectReference Include="..\..\common\common.vcxproj"> 254 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 255 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 256 </ProjectReference> 257 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 258 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 259 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 260 </ProjectReference> 261 <ProjectReference Include="..\..\layoutex\layoutex.vcxproj"> 262 <Project>{37fc2c7f-1904-4811-8955-2f478830ead1}</Project> 263 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 264 </ProjectReference> 265 <ProjectReference Include="..\..\layout\layout.vcxproj"> 266 <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project> 267 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 268 </ProjectReference> 269 <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj"> 270 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 271 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 272 </ProjectReference> 273 <ProjectReference Include="..\..\tools\toolutil\toolutil.vcxproj"> 274 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 275 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 276 </ProjectReference> 277 </ItemGroup> 278 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 279 <ImportGroup Label="ExtensionTargets"> 280 </ImportGroup> 281</Project> 282