| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <ItemGroup Label="ProjectConfigurations"> |
| <ProjectConfiguration Include="Debug|Win32"> |
| <Configuration>Debug</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|Win32"> |
| <Configuration>Release</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|x64"> |
| <Configuration>Debug</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|x64"> |
| <Configuration>Release</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| </ItemGroup> |
| <PropertyGroup Label="Globals"> |
| <ProjectGuid>{7EA1E7F8-FD88-45DD-A09A-E429F747E315}</ProjectGuid> |
| <RootNamespace>Benchmark</RootNamespace> |
| <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <PlatformToolset>v140</PlatformToolset> |
| <CharacterSet>MultiByte</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <PlatformToolset>v140</PlatformToolset> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>MultiByte</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <PlatformToolset>v140</PlatformToolset> |
| <CharacterSet>MultiByte</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <PlatformToolset>v140</PlatformToolset> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>MultiByte</CharacterSet> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| <ImportGroup Label="ExtensionSettings"> |
| </ImportGroup> |
| <ImportGroup Label="Shared"> |
| </ImportGroup> |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| </ImportGroup> |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| </ImportGroup> |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| </ImportGroup> |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| </ImportGroup> |
| <PropertyGroup Label="UserMacros" /> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| </PropertyGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <SDLCheck>true</SDLCheck> |
| </ClCompile> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <SDLCheck>true</SDLCheck> |
| <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories> |
| <DisableSpecificWarnings>4477</DisableSpecificWarnings> |
| </ClCompile> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <SDLCheck>true</SDLCheck> |
| </ClCompile> |
| <Link> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <SDLCheck>true</SDLCheck> |
| <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories> |
| <DisableSpecificWarnings>4477</DisableSpecificWarnings> |
| </ClCompile> |
| <Link> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <ClCompile Include="..\highwayhash\arch_specific.cc" /> |
| <ClCompile Include="..\highwayhash\benchmark.cc"> |
| <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
| <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
| </ClCompile> |
| <ClCompile Include="..\highwayhash\highwayhash_target.cc" /> |
| <ClCompile Include="..\highwayhash\highwayhash_test_avx2.cc" /> |
| <ClCompile Include="..\highwayhash\highwayhash_test_portable.cc" /> |
| <ClCompile Include="..\highwayhash\highwayhash_test_sse41.cc" /> |
| <ClCompile Include="..\highwayhash\highwayhash_test_target.cc" /> |
| <ClCompile Include="..\highwayhash\highwayhash_test_vsx.cc" /> |
| <ClCompile Include="..\highwayhash\instruction_sets.cc" /> |
| <ClCompile Include="..\highwayhash\nanobenchmark.cc" /> |
| <ClCompile Include="..\highwayhash\os_specific.cc" /> |
| <ClCompile Include="..\highwayhash\sip_hash.cc" /> |
| <ClCompile Include="..\highwayhash\sip_tree_hash.cc"> |
| <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
| <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
| </ClCompile> |
| </ItemGroup> |
| <ItemGroup> |
| <ClInclude Include="..\highwayhash\arch_specific.h" /> |
| <ClInclude Include="..\highwayhash\compiler_specific.h" /> |
| <ClInclude Include="..\highwayhash\hh_avx2.h" /> |
| <ClInclude Include="..\highwayhash\hh_portable.h" /> |
| <ClInclude Include="..\highwayhash\hh_sse41.h" /> |
| <ClInclude Include="..\highwayhash\hh_types.h" /> |
| <ClInclude Include="..\highwayhash\highwayhash.h" /> |
| <ClInclude Include="..\highwayhash\highwayhash_target.h" /> |
| <ClInclude Include="..\highwayhash\highwayhash_test_target.h" /> |
| <ClInclude Include="..\highwayhash\iaca.h" /> |
| <ClInclude Include="..\highwayhash\instruction_sets.h" /> |
| <ClInclude Include="..\highwayhash\nanobenchmark.h" /> |
| <ClInclude Include="..\highwayhash\os_specific.h" /> |
| <ClInclude Include="..\highwayhash\sip_hash.h" /> |
| <ClInclude Include="..\highwayhash\sip_tree_hash.h" /> |
| <ClInclude Include="..\highwayhash\state_helpers.h" /> |
| <ClInclude Include="..\highwayhash\tsc_timer.h" /> |
| <ClInclude Include="..\highwayhash\vector256.h" /> |
| </ItemGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| <ImportGroup Label="ExtensionTargets"> |
| </ImportGroup> |
| </Project> |