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>{497500ED-DE1D-4B20-B529-F41B5A0FBEEB}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>MultiByte</CharacterSet> 48 <PlatformToolset>v140</PlatformToolset> 49 </PropertyGroup> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <ImportGroup Label="ExtensionSettings"> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 68 </ImportGroup> 69 <PropertyGroup Label="UserMacros" /> 70 <PropertyGroup> 71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <Midl> 87 <TypeLibraryName>.\x86\Release/layout.tlb</TypeLibraryName> 88 </Midl> 89 <ClCompile> 90 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 91 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 <PreprocessorDefinitions>NDEBUG;_CONSOLE;WIN32;UNICODE;_CRT_SECURE_NO_DEPRECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <StringPooling>true</StringPooling> 94 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 95 <FunctionLevelLinking>true</FunctionLevelLinking> 96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 97 <PrecompiledHeader> 98 </PrecompiledHeader> 99 <PrecompiledHeaderOutputFile>.\x86\Release/layout.pch</PrecompiledHeaderOutputFile> 100 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 101 <ObjectFileName>.\x86\Release/</ObjectFileName> 102 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 103 <WarningLevel>Level3</WarningLevel> 104 <SuppressStartupBanner>true</SuppressStartupBanner> 105 <CompileAs>Default</CompileAs> 106 </ClCompile> 107 <ResourceCompile> 108 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <Culture>0x0409</Culture> 110 </ResourceCompile> 111 <Link> 112 <AdditionalDependencies>..\..\..\lib\iculx.lib;..\..\..\lib\icule.lib;..\..\..\lib\icuuc.lib;..\..\..\lib\icuin.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 113 <OutputFile>.\x86\Release/layout.exe</OutputFile> 114 <SuppressStartupBanner>true</SuppressStartupBanner> 115 <ProgramDatabaseFile>.\x86\Release/layout.pdb</ProgramDatabaseFile> 116 <SubSystem>Windows</SubSystem> 117 <RandomizedBaseAddress>false</RandomizedBaseAddress> 118 <DataExecutionPrevention> 119 </DataExecutionPrevention> 120 </Link> 121 </ItemDefinitionGroup> 122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 123 <Midl> 124 <TargetEnvironment>X64</TargetEnvironment> 125 <TypeLibraryName>.\x64\Release/layout.tlb</TypeLibraryName> 126 </Midl> 127 <ClCompile> 128 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 129 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 130 <PreprocessorDefinitions>NDEBUG;_CONSOLE;WIN64;WIN32;UNICODE;_CRT_SECURE_NO_DEPRECATE;LE_USE_CMEMORY;%(PreprocessorDefinitions)</PreprocessorDefinitions> 131 <StringPooling>true</StringPooling> 132 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 133 <FunctionLevelLinking>true</FunctionLevelLinking> 134 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 135 <PrecompiledHeader> 136 </PrecompiledHeader> 137 <PrecompiledHeaderOutputFile>.\x64\Release/layout.pch</PrecompiledHeaderOutputFile> 138 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 139 <ObjectFileName>.\x64\Release/</ObjectFileName> 140 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 141 <WarningLevel>Level3</WarningLevel> 142 <SuppressStartupBanner>true</SuppressStartupBanner> 143 <CompileAs>Default</CompileAs> 144 </ClCompile> 145 <ResourceCompile> 146 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <Culture>0x0409</Culture> 148 </ResourceCompile> 149 <Link> 150 <AdditionalDependencies>..\..\..\lib64\iculx.lib;..\..\..\lib64\icule.lib;..\..\..\lib64\icuuc.lib;..\..\..\lib64\icuin.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 151 <OutputFile>.\x64\Release/layout.exe</OutputFile> 152 <SuppressStartupBanner>true</SuppressStartupBanner> 153 <ProgramDatabaseFile>.\x64\Release/layout.pdb</ProgramDatabaseFile> 154 <SubSystem>Windows</SubSystem> 155 <RandomizedBaseAddress>false</RandomizedBaseAddress> 156 <DataExecutionPrevention> 157 </DataExecutionPrevention> 158 <TargetMachine>MachineX64</TargetMachine> 159 </Link> 160 </ItemDefinitionGroup> 161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 162 <Midl> 163 <TypeLibraryName>.\x86\Debug/layout.tlb</TypeLibraryName> 164 </Midl> 165 <ClCompile> 166 <Optimization>Disabled</Optimization> 167 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 168 <PreprocessorDefinitions>_DEBUG;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 169 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 170 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 171 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 172 <PrecompiledHeader> 173 </PrecompiledHeader> 174 <PrecompiledHeaderOutputFile>.\x86\Debug/layout.pch</PrecompiledHeaderOutputFile> 175 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 176 <ObjectFileName>.\x86\Debug/</ObjectFileName> 177 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 178 <WarningLevel>Level3</WarningLevel> 179 <SuppressStartupBanner>true</SuppressStartupBanner> 180 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 181 <CompileAs>Default</CompileAs> 182 </ClCompile> 183 <ResourceCompile> 184 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 185 <Culture>0x0409</Culture> 186 </ResourceCompile> 187 <Link> 188 <AdditionalDependencies>..\..\..\lib\iculxd.lib;..\..\..\lib\iculed.lib;..\..\..\lib\icuucd.lib;..\..\..\lib\icuind.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 189 <OutputFile>.\x86\Debug/layout.exe</OutputFile> 190 <SuppressStartupBanner>true</SuppressStartupBanner> 191 <GenerateDebugInformation>true</GenerateDebugInformation> 192 <ProgramDatabaseFile>.\x86\Debug/layout.pdb</ProgramDatabaseFile> 193 <SubSystem>Windows</SubSystem> 194 <RandomizedBaseAddress>false</RandomizedBaseAddress> 195 <DataExecutionPrevention> 196 </DataExecutionPrevention> 197 </Link> 198 </ItemDefinitionGroup> 199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 200 <Midl> 201 <TargetEnvironment>X64</TargetEnvironment> 202 <TypeLibraryName>.\x64\Debug/layout.tlb</TypeLibraryName> 203 </Midl> 204 <ClCompile> 205 <Optimization>Disabled</Optimization> 206 <AdditionalIncludeDirectories>..\..\..\include;..\..\..\include\layout;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 207 <PreprocessorDefinitions>_DEBUG;WIN64;WIN32;UNICODE;LE_USE_CMEMORY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 208 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 209 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 210 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 211 <PrecompiledHeader> 212 </PrecompiledHeader> 213 <PrecompiledHeaderOutputFile>.\x64\Debug/layout.pch</PrecompiledHeaderOutputFile> 214 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 215 <ObjectFileName>.\x64\Debug/</ObjectFileName> 216 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 217 <WarningLevel>Level3</WarningLevel> 218 <SuppressStartupBanner>true</SuppressStartupBanner> 219 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 220 <CompileAs>Default</CompileAs> 221 </ClCompile> 222 <ResourceCompile> 223 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 224 <Culture>0x0409</Culture> 225 </ResourceCompile> 226 <Link> 227 <AdditionalDependencies>..\..\..\lib64\iculxd.lib;..\..\..\lib64\iculed.lib;..\..\..\lib64\icuucd.lib;..\..\..\lib64\icuind.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 228 <OutputFile>.\x64\Debug/layout.exe</OutputFile> 229 <SuppressStartupBanner>true</SuppressStartupBanner> 230 <GenerateDebugInformation>true</GenerateDebugInformation> 231 <ProgramDatabaseFile>.\x64\Debug/layout.pdb</ProgramDatabaseFile> 232 <SubSystem>Windows</SubSystem> 233 <RandomizedBaseAddress>false</RandomizedBaseAddress> 234 <DataExecutionPrevention> 235 </DataExecutionPrevention> 236 <TargetMachine>MachineX64</TargetMachine> 237 </Link> 238 </ItemDefinitionGroup> 239 <ItemGroup> 240 <ClCompile Include="cmaps.cpp" /> 241 <ClCompile Include="FontMap.cpp" /> 242 <ClCompile Include="FontTableCache.cpp" /> 243 <ClCompile Include="GDIFontInstance.cpp" /> 244 <ClCompile Include="GDIFontMap.cpp" /> 245 <ClCompile Include="GDIGUISupport.cpp" /> 246 <ClCompile Include="layout.cpp" /> 247 <ClCompile Include="paragraph.cpp" /> 248 <ClCompile Include="ScriptCompositeFontInstance.cpp" /> 249 <ClCompile Include="UnicodeReader.cpp" /> 250 </ItemGroup> 251 <ItemGroup> 252 <ResourceCompile Include="LayoutSample.rc" /> 253 </ItemGroup> 254 <ItemGroup> 255 <ClInclude Include="cmaps.h" /> 256 <ClInclude Include="FontMap.h" /> 257 <ClInclude Include="FontTableCache.h" /> 258 <ClInclude Include="GDIFontInstance.h" /> 259 <ClInclude Include="GDIFontMap.h" /> 260 <ClInclude Include="GDIGUISupport.h" /> 261 <ClInclude Include="GUISupport.h" /> 262 <ClInclude Include="paragraph.h" /> 263 <ClInclude Include="RenderingSurface.h" /> 264 <ClInclude Include="resource.h" /> 265 <ClInclude Include="ScriptCompositeFontInstance.h" /> 266 <ClInclude Include="sfnt.h" /> 267 <ClInclude Include="UnicodeReader.h" /> 268 </ItemGroup> 269 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 270 <ImportGroup Label="ExtensionTargets"> 271 </ImportGroup> 272</Project>