1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="4.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 </PropertyGroup> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 31 <ConfigurationType>Application</ConfigurationType> 32 <UseOfMfc>false</UseOfMfc> 33 <CharacterSet>MultiByte</CharacterSet> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 36 <ConfigurationType>Application</ConfigurationType> 37 <UseOfMfc>false</UseOfMfc> 38 <CharacterSet>MultiByte</CharacterSet> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 41 <ConfigurationType>Application</ConfigurationType> 42 <UseOfMfc>false</UseOfMfc> 43 <CharacterSet>MultiByte</CharacterSet> 44 </PropertyGroup> 45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 46 <ImportGroup Label="ExtensionSettings"> 47 </ImportGroup> 48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 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|x64'" 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 <PropertyGroup Label="UserMacros" /> 65 <PropertyGroup> 66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 79 </PropertyGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 81 <Midl> 82 <TypeLibraryName>.\x86\Debug/gendata.tlb</TypeLibraryName> 83 </Midl> 84 <ClCompile> 85 <Optimization>Disabled</Optimization> 86 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 87 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 88 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 89 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 90 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 91 <PrecompiledHeader> 92 </PrecompiledHeader> 93 <PrecompiledHeaderOutputFile>.\x86\Debug/gendata.pch</PrecompiledHeaderOutputFile> 94 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 95 <ObjectFileName>.\x86\Debug/</ObjectFileName> 96 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 97 <WarningLevel>Level3</WarningLevel> 98 <SuppressStartupBanner>true</SuppressStartupBanner> 99 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 100 <CompileAs>Default</CompileAs> 101 </ClCompile> 102 <ResourceCompile> 103 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 104 <Culture>0x0409</Culture> 105 </ResourceCompile> 106 <Link> 107 <AdditionalDependencies>..\..\..\lib\iculed.lib;..\..\..\lib\icuucd.lib;..\..\..\lib\icutud.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 108 <OutputFile>.\x86\Debug/gendata.exe</OutputFile> 109 <SuppressStartupBanner>true</SuppressStartupBanner> 110 <GenerateDebugInformation>true</GenerateDebugInformation> 111 <ProgramDatabaseFile>.\x86\Debug/gendata.pdb</ProgramDatabaseFile> 112 <SubSystem>Console</SubSystem> 113 <RandomizedBaseAddress>false</RandomizedBaseAddress> 114 <DataExecutionPrevention> 115 </DataExecutionPrevention> 116 </Link> 117 </ItemDefinitionGroup> 118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 119 <Midl> 120 <TargetEnvironment>X64</TargetEnvironment> 121 <TypeLibraryName>.\x64\Debug/gendata.tlb</TypeLibraryName> 122 </Midl> 123 <ClCompile> 124 <Optimization>Disabled</Optimization> 125 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 126 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 127 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 128 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 129 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 130 <PrecompiledHeader> 131 </PrecompiledHeader> 132 <PrecompiledHeaderOutputFile>.\x64\Debug/gendata.pch</PrecompiledHeaderOutputFile> 133 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 134 <ObjectFileName>.\x64\Debug/</ObjectFileName> 135 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 136 <WarningLevel>Level3</WarningLevel> 137 <SuppressStartupBanner>true</SuppressStartupBanner> 138 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 139 <CompileAs>Default</CompileAs> 140 </ClCompile> 141 <ResourceCompile> 142 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 143 <Culture>0x0409</Culture> 144 </ResourceCompile> 145 <Link> 146 <AdditionalDependencies>..\..\..\lib64\iculed.lib;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icutud.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 147 <OutputFile>.\x64\Debug/gendata.exe</OutputFile> 148 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <GenerateDebugInformation>true</GenerateDebugInformation> 150 <ProgramDatabaseFile>.\x64\Debug/gendata.pdb</ProgramDatabaseFile> 151 <SubSystem>Console</SubSystem> 152 <RandomizedBaseAddress>false</RandomizedBaseAddress> 153 <DataExecutionPrevention> 154 </DataExecutionPrevention> 155 <TargetMachine>MachineX64</TargetMachine> 156 </Link> 157 </ItemDefinitionGroup> 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 159 <Midl> 160 <TypeLibraryName>.\x86\Release/gendata.tlb</TypeLibraryName> 161 </Midl> 162 <ClCompile> 163 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 164 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 165 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 166 <StringPooling>true</StringPooling> 167 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 168 <FunctionLevelLinking>true</FunctionLevelLinking> 169 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 170 <PrecompiledHeader> 171 </PrecompiledHeader> 172 <PrecompiledHeaderOutputFile>.\x86\Release/gendata.pch</PrecompiledHeaderOutputFile> 173 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 174 <ObjectFileName>.\x86\Release/</ObjectFileName> 175 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 176 <WarningLevel>Level3</WarningLevel> 177 <SuppressStartupBanner>true</SuppressStartupBanner> 178 <CompileAs>Default</CompileAs> 179 </ClCompile> 180 <ResourceCompile> 181 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <Culture>0x0409</Culture> 183 </ResourceCompile> 184 <Link> 185 <AdditionalDependencies>..\..\..\lib\icule.lib;..\..\..\lib\icuuc.lib;..\..\..\lib\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 186 <OutputFile>.\x86\Release/gendata.exe</OutputFile> 187 <SuppressStartupBanner>true</SuppressStartupBanner> 188 <ProgramDatabaseFile>.\x86\Release/gendata.pdb</ProgramDatabaseFile> 189 <SubSystem>Console</SubSystem> 190 <RandomizedBaseAddress>false</RandomizedBaseAddress> 191 <DataExecutionPrevention> 192 </DataExecutionPrevention> 193 </Link> 194 </ItemDefinitionGroup> 195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 196 <Midl> 197 <TargetEnvironment>X64</TargetEnvironment> 198 <TypeLibraryName>.\x64\Release/gendata.tlb</TypeLibraryName> 199 </Midl> 200 <ClCompile> 201 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 202 <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\layout;..\..\tools\ctestfw;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 203 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 204 <StringPooling>true</StringPooling> 205 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 206 <FunctionLevelLinking>true</FunctionLevelLinking> 207 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 208 <PrecompiledHeader> 209 </PrecompiledHeader> 210 <PrecompiledHeaderOutputFile>.\x64\Release/gendata.pch</PrecompiledHeaderOutputFile> 211 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 212 <ObjectFileName>.\x64\Release/</ObjectFileName> 213 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 214 <WarningLevel>Level3</WarningLevel> 215 <SuppressStartupBanner>true</SuppressStartupBanner> 216 <CompileAs>Default</CompileAs> 217 </ClCompile> 218 <ResourceCompile> 219 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 220 <Culture>0x0409</Culture> 221 </ResourceCompile> 222 <Link> 223 <AdditionalDependencies>..\..\..\lib64\icule.lib;..\..\..\lib64\icuuc.lib;..\..\..\lib64\icutu.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 224 <OutputFile>.\x64\Release/gendata.exe</OutputFile> 225 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <ProgramDatabaseFile>.\x64\Release/gendata.pdb</ProgramDatabaseFile> 227 <SubSystem>Console</SubSystem> 228 <RandomizedBaseAddress>false</RandomizedBaseAddress> 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