Home | History | Annotate | Download | only in unisetperf
      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>{E7728E98-0469-AF37-43F4-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     <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/unisetperf.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/unisetperf.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>EditAndContinue</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/unisetperf.exe</OutputFile>
    112       <SuppressStartupBanner>true</SuppressStartupBanner>
    113       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    114       <GenerateDebugInformation>true</GenerateDebugInformation>
    115       <ProgramDatabaseFile>.\x86\Debug/unisetperf.pdb</ProgramDatabaseFile>
    116       <SubSystem>Console</SubSystem>
    117       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    118       <DataExecutionPrevention>
    119       </DataExecutionPrevention>
    120       <TargetMachine>MachineX86</TargetMachine>
    121     </Link>
    122   </ItemDefinitionGroup>
    123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    124     <Midl>
    125       <TargetEnvironment>X64</TargetEnvironment>
    126       <TypeLibraryName>.\x64\Debug/unisetperf.tlb</TypeLibraryName>
    127       <HeaderFileName>
    128       </HeaderFileName>
    129     </Midl>
    130     <ClCompile>
    131       <Optimization>Disabled</Optimization>
    132       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    133       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    134       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    135       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    136       <PrecompiledHeaderOutputFile>.\x64\Debug/unisetperf.pch</PrecompiledHeaderOutputFile>
    137       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    138       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    139       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    140       <WarningLevel>Level3</WarningLevel>
    141       <SuppressStartupBanner>true</SuppressStartupBanner>
    142       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    143       <CompileAs>Default</CompileAs>
    144     </ClCompile>
    145     <ResourceCompile>
    146       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    147       <Culture>0x0409</Culture>
    148     </ResourceCompile>
    149     <Link>
    150       <AdditionalDependencies>icuucd.lib;icutud.lib;winmm.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies>
    151       <OutputFile>.\x64\Debug/unisetperf.exe</OutputFile>
    152       <SuppressStartupBanner>true</SuppressStartupBanner>
    153       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    154       <GenerateDebugInformation>true</GenerateDebugInformation>
    155       <ProgramDatabaseFile>.\x64\Debug/unisetperf.pdb</ProgramDatabaseFile>
    156       <SubSystem>Console</SubSystem>
    157       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    158       <DataExecutionPrevention>
    159       </DataExecutionPrevention>
    160       <TargetMachine>MachineX64</TargetMachine>
    161     </Link>
    162   </ItemDefinitionGroup>
    163   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    164     <Midl>
    165       <TypeLibraryName>.\x86\Release/unisetperf.tlb</TypeLibraryName>
    166       <HeaderFileName>
    167       </HeaderFileName>
    168     </Midl>
    169     <ClCompile>
    170       <Optimization>MaxSpeed</Optimization>
    171       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    172       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    173       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    174       <StringPooling>true</StringPooling>
    175       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    176       <FunctionLevelLinking>true</FunctionLevelLinking>
    177       <PrecompiledHeaderOutputFile>.\x86\Release/unisetperf.pch</PrecompiledHeaderOutputFile>
    178       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    179       <ObjectFileName>.\x86\Release/</ObjectFileName>
    180       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    181       <WarningLevel>Level3</WarningLevel>
    182       <SuppressStartupBanner>true</SuppressStartupBanner>
    183       <CompileAs>Default</CompileAs>
    184     </ClCompile>
    185     <ResourceCompile>
    186       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    187       <Culture>0x0409</Culture>
    188     </ResourceCompile>
    189     <Link>
    190       <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    191       <OutputFile>.\x86\Release/unisetperf.exe</OutputFile>
    192       <SuppressStartupBanner>true</SuppressStartupBanner>
    193       <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    194       <ProgramDatabaseFile>.\x86\Release/unisetperf.pdb</ProgramDatabaseFile>
    195       <SubSystem>Console</SubSystem>
    196       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    197       <DataExecutionPrevention>
    198       </DataExecutionPrevention>
    199       <TargetMachine>MachineX86</TargetMachine>
    200     </Link>
    201   </ItemDefinitionGroup>
    202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    203     <Midl>
    204       <TargetEnvironment>X64</TargetEnvironment>
    205       <TypeLibraryName>.\x64\Release/unisetperf.tlb</TypeLibraryName>
    206       <HeaderFileName>
    207       </HeaderFileName>
    208     </Midl>
    209     <ClCompile>
    210       <Optimization>MaxSpeed</Optimization>
    211       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    212       <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    213       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    214       <StringPooling>true</StringPooling>
    215       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    216       <FunctionLevelLinking>true</FunctionLevelLinking>
    217       <PrecompiledHeaderOutputFile>.\x64\Release/unisetperf.pch</PrecompiledHeaderOutputFile>
    218       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    219       <ObjectFileName>.\x64\Release/</ObjectFileName>
    220       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    221       <WarningLevel>Level3</WarningLevel>
    222       <SuppressStartupBanner>true</SuppressStartupBanner>
    223       <CompileAs>Default</CompileAs>
    224     </ClCompile>
    225     <ResourceCompile>
    226       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    227       <Culture>0x0409</Culture>
    228     </ResourceCompile>
    229     <Link>
    230       <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
    231       <OutputFile>.\x64\Release/unisetperf.exe</OutputFile>
    232       <SuppressStartupBanner>true</SuppressStartupBanner>
    233       <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    234       <ProgramDatabaseFile>.\x64\Release/unisetperf.pdb</ProgramDatabaseFile>
    235       <SubSystem>Console</SubSystem>
    236       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    237       <DataExecutionPrevention>
    238       </DataExecutionPrevention>
    239       <TargetMachine>MachineX64</TargetMachine>
    240     </Link>
    241   </ItemDefinitionGroup>
    242   <ItemGroup>
    243     <ClCompile Include="unisetperf.cpp" />
    244   </ItemGroup>
    245   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    246   <ImportGroup Label="ExtensionTargets">
    247   </ImportGroup>
    248 </Project>