Home | History | Annotate | Download | only in ubrkperf
      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>{7E280294-49BD-43D1-9903-CF29648D88CA}</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)'=='Release|Win32'">.\x86\Release\</OutDir>
     75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     76     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     77     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     79     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">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/ubrkperf.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/ubrkperf.pch</PrecompiledHeaderOutputFile>
     97       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
     98       <ObjectFileName>.\x86\Debug/</ObjectFileName>
     99       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    100       <BrowseInformation>true</BrowseInformation>
    101       <WarningLevel>Level3</WarningLevel>
    102       <SuppressStartupBanner>true</SuppressStartupBanner>
    103       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    104       <CompileAs>Default</CompileAs>
    105     </ClCompile>
    106     <ResourceCompile>
    107       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    108       <Culture>0x0409</Culture>
    109     </ResourceCompile>
    110     <Link>
    111       <AdditionalDependencies>icuucd.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    112       <OutputFile>.\x86\Debug/ubrkperf.exe</OutputFile>
    113       <SuppressStartupBanner>true</SuppressStartupBanner>
    114       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    115       <GenerateDebugInformation>true</GenerateDebugInformation>
    116       <ProgramDatabaseFile>.\x86\Debug/ubrkperf.pdb</ProgramDatabaseFile>
    117       <SubSystem>Console</SubSystem>
    118       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    119       <DataExecutionPrevention>
    120       </DataExecutionPrevention>
    121     </Link>
    122   </ItemDefinitionGroup>
    123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    124     <Midl>
    125       <TypeLibraryName>.\x86\Release/ubrkperf.tlb</TypeLibraryName>
    126       <HeaderFileName>
    127       </HeaderFileName>
    128     </Midl>
    129     <ClCompile>
    130       <Optimization>MaxSpeed</Optimization>
    131       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
    132       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    133       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    134       <StringPooling>true</StringPooling>
    135       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    136       <FunctionLevelLinking>true</FunctionLevelLinking>
    137       <PrecompiledHeaderOutputFile>.\x86\Release/ubrkperf.pch</PrecompiledHeaderOutputFile>
    138       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    139       <ObjectFileName>.\x86\Release/</ObjectFileName>
    140       <ProgramDataBaseFileName>.\x86\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>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    151       <OutputFile>.\x86\Release/ubrkperf.exe</OutputFile>
    152       <SuppressStartupBanner>true</SuppressStartupBanner>
    153       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    154       <ProgramDatabaseFile>.\x86\Release/ubrkperf24.pdb</ProgramDatabaseFile>
    155       <SubSystem>Console</SubSystem>
    156       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    157       <DataExecutionPrevention>
    158       </DataExecutionPrevention>
    159       <TargetMachine>MachineX86</TargetMachine>
    160     </Link>
    161   </ItemDefinitionGroup>
    162   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    163     <Midl>
    164       <TargetEnvironment>X64</TargetEnvironment>
    165       <TypeLibraryName>.\x64\Debug/ubrkperf.tlb</TypeLibraryName>
    166       <HeaderFileName>
    167       </HeaderFileName>
    168     </Midl>
    169     <ClCompile>
    170       <Optimization>Disabled</Optimization>
    171       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    172       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    173       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    174       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    175       <PrecompiledHeaderOutputFile>.\x64\Debug/ubrkperf.pch</PrecompiledHeaderOutputFile>
    176       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    177       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    178       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    179       <BrowseInformation>true</BrowseInformation>
    180       <WarningLevel>Level3</WarningLevel>
    181       <SuppressStartupBanner>true</SuppressStartupBanner>
    182       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    183       <CompileAs>Default</CompileAs>
    184     </ClCompile>
    185     <ResourceCompile>
    186       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    187       <Culture>0x0409</Culture>
    188     </ResourceCompile>
    189     <Link>
    190       <AdditionalDependencies>icuucd.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    191       <OutputFile>.\x64\Debug/ubrkperf.exe</OutputFile>
    192       <SuppressStartupBanner>true</SuppressStartupBanner>
    193       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    194       <GenerateDebugInformation>true</GenerateDebugInformation>
    195       <ProgramDatabaseFile>.\x64\Debug/ubrkperf.pdb</ProgramDatabaseFile>
    196       <SubSystem>Console</SubSystem>
    197       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    198       <DataExecutionPrevention>
    199       </DataExecutionPrevention>
    200       <TargetMachine>MachineX64</TargetMachine>
    201     </Link>
    202   </ItemDefinitionGroup>
    203   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    204     <Midl>
    205       <TargetEnvironment>X64</TargetEnvironment>
    206       <TypeLibraryName>.\x64\Release/ubrkperf.tlb</TypeLibraryName>
    207       <HeaderFileName>
    208       </HeaderFileName>
    209     </Midl>
    210     <ClCompile>
    211       <Optimization>MaxSpeed</Optimization>
    212       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
    213       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    214       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    215       <StringPooling>true</StringPooling>
    216       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    217       <FunctionLevelLinking>true</FunctionLevelLinking>
    218       <PrecompiledHeaderOutputFile>.\x64\Release/ubrkperf.pch</PrecompiledHeaderOutputFile>
    219       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    220       <ObjectFileName>.\x64\Release/</ObjectFileName>
    221       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    222       <WarningLevel>Level3</WarningLevel>
    223       <SuppressStartupBanner>true</SuppressStartupBanner>
    224       <CompileAs>Default</CompileAs>
    225     </ClCompile>
    226     <ResourceCompile>
    227       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    228       <Culture>0x0409</Culture>
    229     </ResourceCompile>
    230     <Link>
    231       <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    232       <OutputFile>..\..\..\..\bin64\ubrkperf24.exe</OutputFile>
    233       <SuppressStartupBanner>true</SuppressStartupBanner>
    234       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    235       <ProgramDatabaseFile>.\x64\Release/ubrkperf24.pdb</ProgramDatabaseFile>
    236       <SubSystem>Console</SubSystem>
    237       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    238       <DataExecutionPrevention>
    239       </DataExecutionPrevention>
    240       <TargetMachine>MachineX64</TargetMachine>
    241     </Link>
    242   </ItemDefinitionGroup>
    243   <ItemGroup>
    244     <ClCompile Include="ubrkperf.cpp">
    245       <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
    246       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    247       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
    248       <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
    249       <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation>
    250       <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
    251       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    252       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
    253       <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
    254       <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BrowseInformation>
    255       <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
    256       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    257       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
    258       <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
    259       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    260       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
    261     </ClCompile>
    262   </ItemGroup>
    263   <ItemGroup>
    264     <ClInclude Include="ubrkperf.h" />
    265   </ItemGroup>
    266   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    267   <ImportGroup Label="ExtensionTargets">
    268   </ImportGroup>
    269 </Project>