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>{B9458CB3-9B09-402A-8C4C-43B6D0EA9691}</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'">false</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'">false</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/utrie2perf.tlb</TypeLibraryName> 87 <HeaderFileName> 88 </HeaderFileName> 89 </Midl> 90 <ClCompile> 91 <Optimization>Disabled</Optimization> 92 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 93 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 95 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 96 <PrecompiledHeaderOutputFile>.\x86\Debug/utrie2perf.pch</PrecompiledHeaderOutputFile> 97 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 98 <ObjectFileName>.\x86\Debug/</ObjectFileName> 99 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 100 <WarningLevel>Level3</WarningLevel> 101 <SuppressStartupBanner>true</SuppressStartupBanner> 102 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 103 <CompileAs>Default</CompileAs> 104 </ClCompile> 105 <ResourceCompile> 106 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 107 <Culture>0x0409</Culture> 108 </ResourceCompile> 109 <Link> 110 <AdditionalDependencies>icuucd.lib;icutud.lib;winmm.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies> 111 <OutputFile>.\x86\Debug/utrie2perf.exe</OutputFile> 112 <SuppressStartupBanner>true</SuppressStartupBanner> 113 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 114 <GenerateDebugInformation>true</GenerateDebugInformation> 115 <ProgramDatabaseFile>.\x86\Debug/utrie2perf.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/utrie2perf.tlb</TypeLibraryName> 126 <HeaderFileName> 127 </HeaderFileName> 128 </Midl> 129 <ClCompile> 130 <Optimization>Disabled</Optimization> 131 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 132 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 133 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 134 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 135 <PrecompiledHeaderOutputFile>.\x64\Debug/utrie2perf.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>icuucd.lib;icutud.lib;winmm.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies> 150 <OutputFile>.\x64\Debug/utrie2perf.exe</OutputFile> 151 <SuppressStartupBanner>true</SuppressStartupBanner> 152 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 153 <GenerateDebugInformation>true</GenerateDebugInformation> 154 <ProgramDatabaseFile>.\x64\Debug/utrie2perf.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/utrie2perf.tlb</TypeLibraryName> 165 <HeaderFileName> 166 </HeaderFileName> 167 </Midl> 168 <ClCompile> 169 <Optimization>MaxSpeed</Optimization> 170 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 171 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 172 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 173 <StringPooling>true</StringPooling> 174 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 175 <FunctionLevelLinking>true</FunctionLevelLinking> 176 <PrecompiledHeaderOutputFile>.\x86\Release/utrie2perf.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>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 190 <OutputFile>.\x86\Release/utrie2perf.exe</OutputFile> 191 <SuppressStartupBanner>true</SuppressStartupBanner> 192 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 193 <ProgramDatabaseFile>.\x86\Release/utrie2perf.pdb</ProgramDatabaseFile> 194 <SubSystem>Console</SubSystem> 195 <RandomizedBaseAddress>false</RandomizedBaseAddress> 196 <DataExecutionPrevention> 197 </DataExecutionPrevention> 198 <TargetMachine>MachineX86</TargetMachine> 199 </Link> 200 </ItemDefinitionGroup> 201 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 202 <Midl> 203 <TargetEnvironment>X64</TargetEnvironment> 204 <TypeLibraryName>.\x64\Release/utrie2perf.tlb</TypeLibraryName> 205 <HeaderFileName> 206 </HeaderFileName> 207 </Midl> 208 <ClCompile> 209 <Optimization>MaxSpeed</Optimization> 210 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 211 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 212 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 213 <StringPooling>true</StringPooling> 214 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 215 <FunctionLevelLinking>true</FunctionLevelLinking> 216 <PrecompiledHeaderOutputFile>.\x64\Release/utrie2perf.pch</PrecompiledHeaderOutputFile> 217 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 218 <ObjectFileName>.\x64\Release/</ObjectFileName> 219 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 220 <WarningLevel>Level3</WarningLevel> 221 <SuppressStartupBanner>true</SuppressStartupBanner> 222 <CompileAs>Default</CompileAs> 223 </ClCompile> 224 <ResourceCompile> 225 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 226 <Culture>0x0409</Culture> 227 </ResourceCompile> 228 <Link> 229 <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 230 <OutputFile>.\x64\Release/utrie2perf.exe</OutputFile> 231 <SuppressStartupBanner>true</SuppressStartupBanner> 232 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 233 <ProgramDatabaseFile>.\x64\Release/utrie2perf.pdb</ProgramDatabaseFile> 234 <SubSystem>Console</SubSystem> 235 <RandomizedBaseAddress>false</RandomizedBaseAddress> 236 <DataExecutionPrevention> 237 </DataExecutionPrevention> 238 <TargetMachine>MachineX64</TargetMachine> 239 </Link> 240 </ItemDefinitionGroup> 241 <ItemGroup> 242 <ClCompile Include="utrie2perf.cpp" /> 243 </ItemGroup> 244 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 245 <ImportGroup Label="ExtensionTargets"> 246 </ImportGroup> 247</Project> 248