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>{DA322426-C37C-4909-A99D-16B05E7FA498}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Debug|Win32'">.\x86\Debug\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 80 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 83 </PropertyGroup> 84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 85 <Midl> 86 <TypeLibraryName>.\x86\Debug/gendata.tlb</TypeLibraryName> 87 </Midl> 88 <ClCompile> 89 <Optimization>Disabled</Optimization> 90 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 93 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 94 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 95 <PrecompiledHeader> 96 </PrecompiledHeader> 97 <PrecompiledHeaderOutputFile>.\x86\Debug/gendata.pch</PrecompiledHeaderOutputFile> 98 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 99 <ObjectFileName>.\x86\Debug/</ObjectFileName> 100 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 101 <WarningLevel>Level3</WarningLevel> 102 <SuppressStartupBanner>true</SuppressStartupBanner> 103 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 104 <CompileAs>Default</CompileAs> 105 </ClCompile> 106 <ResourceCompile> 107 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 108 <Culture>0x0409</Culture> 109 </ResourceCompile> 110 <Link> 111 <AdditionalDependencies>..\..\..\lib\iculed.lib;..\..\..\lib\icuucd.lib;..\..\..\lib\icutud.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 112 <OutputFile>.\x86\Debug/gendata.exe</OutputFile> 113 <SuppressStartupBanner>true</SuppressStartupBanner> 114 <GenerateDebugInformation>true</GenerateDebugInformation> 115 <ProgramDatabaseFile>.\x86\Debug/gendata.pdb</ProgramDatabaseFile> 116 <SubSystem>Console</SubSystem> 117 <RandomizedBaseAddress>false</RandomizedBaseAddress> 118 <DataExecutionPrevention> 119 </DataExecutionPrevention> 120 </Link> 121 </ItemDefinitionGroup> 122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 123 <Midl> 124 <TargetEnvironment>X64</TargetEnvironment> 125 <TypeLibraryName>.\x64\Debug/gendata.tlb</TypeLibraryName> 126 </Midl> 127 <ClCompile> 128 <Optimization>Disabled</Optimization> 129 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 130 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 131 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 132 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 133 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 134 <PrecompiledHeader> 135 </PrecompiledHeader> 136 <PrecompiledHeaderOutputFile>.\x64\Debug/gendata.pch</PrecompiledHeaderOutputFile> 137 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 138 <ObjectFileName>.\x64\Debug/</ObjectFileName> 139 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 140 <WarningLevel>Level3</WarningLevel> 141 <SuppressStartupBanner>true</SuppressStartupBanner> 142 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 143 <CompileAs>Default</CompileAs> 144 </ClCompile> 145 <ResourceCompile> 146 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <Culture>0x0409</Culture> 148 </ResourceCompile> 149 <Link> 150 <AdditionalDependencies>..\..\..\lib64\iculed.lib;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icutud.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 151 <OutputFile>.\x64\Debug/gendata.exe</OutputFile> 152 <SuppressStartupBanner>true</SuppressStartupBanner> 153 <GenerateDebugInformation>true</GenerateDebugInformation> 154 <ProgramDatabaseFile>.\x64\Debug/gendata.pdb</ProgramDatabaseFile> 155 <SubSystem>Console</SubSystem> 156 <RandomizedBaseAddress>false</RandomizedBaseAddress> 157 <DataExecutionPrevention> 158 </DataExecutionPrevention> 159 <TargetMachine>MachineX64</TargetMachine> 160 </Link> 161 </ItemDefinitionGroup> 162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 163 <Midl> 164 <TypeLibraryName>.\x86\Release/gendata.tlb</TypeLibraryName> 165 </Midl> 166 <ClCompile> 167 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 168 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 169 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 170 <StringPooling>true</StringPooling> 171 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 172 <FunctionLevelLinking>true</FunctionLevelLinking> 173 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 174 <PrecompiledHeader> 175 </PrecompiledHeader> 176 <PrecompiledHeaderOutputFile>.\x86\Release/gendata.pch</PrecompiledHeaderOutputFile> 177 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 178 <ObjectFileName>.\x86\Release/</ObjectFileName> 179 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 180 <WarningLevel>Level3</WarningLevel> 181 <SuppressStartupBanner>true</SuppressStartupBanner> 182 <CompileAs>Default</CompileAs> 183 </ClCompile> 184 <ResourceCompile> 185 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 186 <Culture>0x0409</Culture> 187 </ResourceCompile> 188 <Link> 189 <AdditionalDependencies>..\..\..\lib\icule.lib;..\..\..\lib\icuuc.lib;..\..\..\lib\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 190 <OutputFile>.\x86\Release/gendata.exe</OutputFile> 191 <SuppressStartupBanner>true</SuppressStartupBanner> 192 <ProgramDatabaseFile>.\x86\Release/gendata.pdb</ProgramDatabaseFile> 193 <SubSystem>Console</SubSystem> 194 <RandomizedBaseAddress>false</RandomizedBaseAddress> 195 <DataExecutionPrevention> 196 </DataExecutionPrevention> 197 </Link> 198 </ItemDefinitionGroup> 199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 200 <Midl> 201 <TargetEnvironment>X64</TargetEnvironment> 202 <TypeLibraryName>.\x64\Release/gendata.tlb</TypeLibraryName> 203 </Midl> 204 <ClCompile> 205 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 206 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 207 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 208 <StringPooling>true</StringPooling> 209 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 210 <FunctionLevelLinking>true</FunctionLevelLinking> 211 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 212 <PrecompiledHeader> 213 </PrecompiledHeader> 214 <PrecompiledHeaderOutputFile>.\x64\Release/gendata.pch</PrecompiledHeaderOutputFile> 215 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 216 <ObjectFileName>.\x64\Release/</ObjectFileName> 217 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 218 <WarningLevel>Level3</WarningLevel> 219 <SuppressStartupBanner>true</SuppressStartupBanner> 220 <CompileAs>Default</CompileAs> 221 </ClCompile> 222 <ResourceCompile> 223 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 224 <Culture>0x0409</Culture> 225 </ResourceCompile> 226 <Link> 227 <AdditionalDependencies>..\..\..\lib64\icule.lib;..\..\..\lib64\icuuc.lib;..\..\..\lib64\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 228 <OutputFile>.\x64\Release/gendata.exe</OutputFile> 229 <SuppressStartupBanner>true</SuppressStartupBanner> 230 <ProgramDatabaseFile>.\x64\Release/gendata.pdb</ProgramDatabaseFile> 231 <SubSystem>Console</SubSystem> 232 <RandomizedBaseAddress>false</RandomizedBaseAddress> 233 <DataExecutionPrevention> 234 </DataExecutionPrevention> 235 <TargetMachine>MachineX64</TargetMachine> 236 </Link> 237 </ItemDefinitionGroup> 238 <ItemGroup> 239 <ClCompile Include="cmaps.cpp" /> 240 <ClCompile Include="FontTableCache.cpp" /> 241 <ClCompile Include="gendata.cpp" /> 242 <ClCompile Include="letsutil.cpp" /> 243 <ClCompile Include="PortableFontInstance.cpp" /> 244 <ClCompile Include="SimpleFontInstance.cpp" /> 245 </ItemGroup> 246 <ItemGroup> 247 <ClInclude Include="cmaps.h" /> 248 <ClInclude Include="FontTableCache.h" /> 249 <ClInclude Include="letest.h" /> 250 <ClInclude Include="letsutil.h" /> 251 <ClInclude Include="PortableFontInstance.h" /> 252 <ClInclude Include="sfnt.h" /> 253 <ClInclude Include="SimpleFontInstance.h" /> 254 </ItemGroup> 255 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 256 <ImportGroup Label="ExtensionTargets"> 257 </ImportGroup> 258 </Project>