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