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 <DataExecutionPrevention> 118 </DataExecutionPrevention> 119 </Link> 120 </ItemDefinitionGroup> 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 122 <Midl> 123 <TargetEnvironment>X64</TargetEnvironment> 124 <TypeLibraryName>.\x64\Debug/gendata.tlb</TypeLibraryName> 125 </Midl> 126 <ClCompile> 127 <Optimization>Disabled</Optimization> 128 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 129 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 131 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 132 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 133 <PrecompiledHeader> 134 </PrecompiledHeader> 135 <PrecompiledHeaderOutputFile>.\x64\Debug/gendata.pch</PrecompiledHeaderOutputFile> 136 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 137 <ObjectFileName>.\x64\Debug/</ObjectFileName> 138 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 139 <WarningLevel>Level3</WarningLevel> 140 <SuppressStartupBanner>true</SuppressStartupBanner> 141 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 142 <CompileAs>Default</CompileAs> 143 </ClCompile> 144 <ResourceCompile> 145 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <Culture>0x0409</Culture> 147 </ResourceCompile> 148 <Link> 149 <AdditionalDependencies>..\..\..\lib64\iculed.lib;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icutud.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 150 <OutputFile>.\x64\Debug/gendata.exe</OutputFile> 151 <SuppressStartupBanner>true</SuppressStartupBanner> 152 <GenerateDebugInformation>true</GenerateDebugInformation> 153 <ProgramDatabaseFile>.\x64\Debug/gendata.pdb</ProgramDatabaseFile> 154 <SubSystem>Console</SubSystem> 155 <DataExecutionPrevention> 156 </DataExecutionPrevention> 157 <TargetMachine>MachineX64</TargetMachine> 158 </Link> 159 </ItemDefinitionGroup> 160 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 161 <Midl> 162 <TypeLibraryName>.\x86\Release/gendata.tlb</TypeLibraryName> 163 </Midl> 164 <ClCompile> 165 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 166 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 167 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 168 <StringPooling>true</StringPooling> 169 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 170 <FunctionLevelLinking>true</FunctionLevelLinking> 171 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 172 <PrecompiledHeader> 173 </PrecompiledHeader> 174 <PrecompiledHeaderOutputFile>.\x86\Release/gendata.pch</PrecompiledHeaderOutputFile> 175 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 176 <ObjectFileName>.\x86\Release/</ObjectFileName> 177 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 178 <WarningLevel>Level3</WarningLevel> 179 <SuppressStartupBanner>true</SuppressStartupBanner> 180 <CompileAs>Default</CompileAs> 181 </ClCompile> 182 <ResourceCompile> 183 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 184 <Culture>0x0409</Culture> 185 </ResourceCompile> 186 <Link> 187 <AdditionalDependencies>..\..\..\lib\icule.lib;..\..\..\lib\icuuc.lib;..\..\..\lib\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 188 <OutputFile>.\x86\Release/gendata.exe</OutputFile> 189 <SuppressStartupBanner>true</SuppressStartupBanner> 190 <ProgramDatabaseFile>.\x86\Release/gendata.pdb</ProgramDatabaseFile> 191 <SubSystem>Console</SubSystem> 192 <DataExecutionPrevention> 193 </DataExecutionPrevention> 194 </Link> 195 </ItemDefinitionGroup> 196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 197 <Midl> 198 <TargetEnvironment>X64</TargetEnvironment> 199 <TypeLibraryName>.\x64\Release/gendata.tlb</TypeLibraryName> 200 </Midl> 201 <ClCompile> 202 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 203 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 204 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 205 <StringPooling>true</StringPooling> 206 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 207 <FunctionLevelLinking>true</FunctionLevelLinking> 208 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 209 <PrecompiledHeader> 210 </PrecompiledHeader> 211 <PrecompiledHeaderOutputFile>.\x64\Release/gendata.pch</PrecompiledHeaderOutputFile> 212 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 213 <ObjectFileName>.\x64\Release/</ObjectFileName> 214 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 215 <WarningLevel>Level3</WarningLevel> 216 <SuppressStartupBanner>true</SuppressStartupBanner> 217 <CompileAs>Default</CompileAs> 218 </ClCompile> 219 <ResourceCompile> 220 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 221 <Culture>0x0409</Culture> 222 </ResourceCompile> 223 <Link> 224 <AdditionalDependencies>..\..\..\lib64\icule.lib;..\..\..\lib64\icuuc.lib;..\..\..\lib64\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 225 <OutputFile>.\x64\Release/gendata.exe</OutputFile> 226 <SuppressStartupBanner>true</SuppressStartupBanner> 227 <ProgramDatabaseFile>.\x64\Release/gendata.pdb</ProgramDatabaseFile> 228 <SubSystem>Console</SubSystem> 229 <DataExecutionPrevention> 230 </DataExecutionPrevention> 231 <TargetMachine>MachineX64</TargetMachine> 232 </Link> 233 </ItemDefinitionGroup> 234 <ItemGroup> 235 <ClCompile Include="cmaps.cpp" /> 236 <ClCompile Include="FontTableCache.cpp" /> 237 <ClCompile Include="gendata.cpp" /> 238 <ClCompile Include="letsutil.cpp" /> 239 <ClCompile Include="PortableFontInstance.cpp" /> 240 <ClCompile Include="SimpleFontInstance.cpp" /> 241 </ItemGroup> 242 <ItemGroup> 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 </ItemGroup> 251 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 252 <ImportGroup Label="ExtensionTargets"> 253 </ImportGroup> 254</Project> 255