Home | History | Annotate | Download | only in utfperf
      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>{E7728E98-0469-43F4-AF37-4529A3D52C6B}</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'">false</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'">false</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/utfperf.tlb</TypeLibraryName>
     83       <HeaderFileName>
     84       </HeaderFileName>
     85     </Midl>
     86     <ClCompile>
     87       <Optimization>Disabled</Optimization>
     88       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     89       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     91       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     92       <PrecompiledHeaderOutputFile>.\x86\Debug/utfperf.pch</PrecompiledHeaderOutputFile>
     93       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
     94       <ObjectFileName>.\x86\Debug/</ObjectFileName>
     95       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
     96       <WarningLevel>Level3</WarningLevel>
     97       <SuppressStartupBanner>true</SuppressStartupBanner>
     98       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     99       <CompileAs>Default</CompileAs>
    100     </ClCompile>
    101     <ResourceCompile>
    102       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    103       <Culture>0x0409</Culture>
    104     </ResourceCompile>
    105     <Link>
    106       <AdditionalDependencies>icuucd.lib;icutud.lib;winmm.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies>
    107       <OutputFile>.\x86\Debug/utfperf.exe</OutputFile>
    108       <SuppressStartupBanner>true</SuppressStartupBanner>
    109       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    110       <GenerateDebugInformation>true</GenerateDebugInformation>
    111       <ProgramDatabaseFile>.\x86\Debug/utfperf.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/utfperf.tlb</TypeLibraryName>
    122       <HeaderFileName>
    123       </HeaderFileName>
    124     </Midl>
    125     <ClCompile>
    126       <Optimization>Disabled</Optimization>
    127       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    128       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    129       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    130       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    131       <PrecompiledHeaderOutputFile>.\x64\Debug/utfperf.pch</PrecompiledHeaderOutputFile>
    132       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    133       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    134       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    135       <WarningLevel>Level3</WarningLevel>
    136       <SuppressStartupBanner>true</SuppressStartupBanner>
    137       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    138       <CompileAs>Default</CompileAs>
    139     </ClCompile>
    140     <ResourceCompile>
    141       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    142       <Culture>0x0409</Culture>
    143     </ResourceCompile>
    144     <Link>
    145       <AdditionalDependencies>icuucd.lib;icutud.lib;winmm.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies>
    146       <OutputFile>.\x64\Debug/utfperf.exe</OutputFile>
    147       <SuppressStartupBanner>true</SuppressStartupBanner>
    148       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    149       <GenerateDebugInformation>true</GenerateDebugInformation>
    150       <ProgramDatabaseFile>.\x64\Debug/utfperf.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/utfperf.tlb</TypeLibraryName>
    161       <HeaderFileName>
    162       </HeaderFileName>
    163     </Midl>
    164     <ClCompile>
    165       <Optimization>MaxSpeed</Optimization>
    166       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    167       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    168       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    169       <StringPooling>true</StringPooling>
    170       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    171       <FunctionLevelLinking>true</FunctionLevelLinking>
    172       <PrecompiledHeaderOutputFile>.\x86\Release/utfperf.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>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    186       <OutputFile>.\x86\Release/utfperf.exe</OutputFile>
    187       <SuppressStartupBanner>true</SuppressStartupBanner>
    188       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    189       <ProgramDatabaseFile>.\x86\Release/utfperf.pdb</ProgramDatabaseFile>
    190       <SubSystem>Console</SubSystem>
    191       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    192       <DataExecutionPrevention>
    193       </DataExecutionPrevention>
    194       <TargetMachine>MachineX86</TargetMachine>
    195     </Link>
    196   </ItemDefinitionGroup>
    197   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    198     <Midl>
    199       <TargetEnvironment>X64</TargetEnvironment>
    200       <TypeLibraryName>.\x64\Release/utfperf.tlb</TypeLibraryName>
    201       <HeaderFileName>
    202       </HeaderFileName>
    203     </Midl>
    204     <ClCompile>
    205       <Optimization>MaxSpeed</Optimization>
    206       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    207       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    208       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    209       <StringPooling>true</StringPooling>
    210       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    211       <FunctionLevelLinking>true</FunctionLevelLinking>
    212       <PrecompiledHeaderOutputFile>.\x64\Release/utfperf.pch</PrecompiledHeaderOutputFile>
    213       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    214       <ObjectFileName>.\x64\Release/</ObjectFileName>
    215       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    216       <WarningLevel>Level3</WarningLevel>
    217       <SuppressStartupBanner>true</SuppressStartupBanner>
    218       <CompileAs>Default</CompileAs>
    219     </ClCompile>
    220     <ResourceCompile>
    221       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    222       <Culture>0x0409</Culture>
    223     </ResourceCompile>
    224     <Link>
    225       <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    226       <OutputFile>.\x64\Release/utfperf.exe</OutputFile>
    227       <SuppressStartupBanner>true</SuppressStartupBanner>
    228       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    229       <ProgramDatabaseFile>.\x64\Release/utfperf.pdb</ProgramDatabaseFile>
    230       <SubSystem>Console</SubSystem>
    231       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    232       <DataExecutionPrevention>
    233       </DataExecutionPrevention>
    234       <TargetMachine>MachineX64</TargetMachine>
    235     </Link>
    236   </ItemDefinitionGroup>
    237   <ItemGroup>
    238     <ClCompile Include="utfperf.cpp" />
    239   </ItemGroup>
    240   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    241   <ImportGroup Label="ExtensionTargets">
    242   </ImportGroup>
    243 </Project>
    244