OSDN Git Service

Added XOR table generator utility.
[mhash384/mhash384.git] / etc / gentable_MIX / gentable_MIX.vcxproj
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <ItemGroup>
14     <ClCompile Include="src\gentable_mix.cpp" />
15   </ItemGroup>
16   <PropertyGroup Label="Globals">
17     <ProjectGuid>{579E7209-F88C-4D5B-A8D6-6FBAF923ABD1}</ProjectGuid>
18     <Keyword>Win32Proj</Keyword>
19     <RootNamespace>GenerateMixTable</RootNamespace>
20     <ProjectName>gentable_MIX</ProjectName>
21   </PropertyGroup>
22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>Application</ConfigurationType>
25     <UseDebugLibraries>true</UseDebugLibraries>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <UseDebugLibraries>false</UseDebugLibraries>
31     <WholeProgramOptimization>true</WholeProgramOptimization>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
35   <ImportGroup Label="ExtensionSettings">
36   </ImportGroup>
37   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39   </ImportGroup>
40   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
41     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42   </ImportGroup>
43   <PropertyGroup Label="UserMacros" />
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45     <LinkIncremental>true</LinkIncremental>
46     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
47     <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
48   </PropertyGroup>
49   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50     <LinkIncremental>false</LinkIncremental>
51     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
52     <IntDir>$(SolutionDir)obj\$(Platform)\$(Configuration)\</IntDir>
53   </PropertyGroup>
54   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55     <ClCompile>
56       <PrecompiledHeader>
57       </PrecompiledHeader>
58       <WarningLevel>Level3</WarningLevel>
59       <Optimization>Disabled</Optimization>
60       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61     </ClCompile>
62     <Link>
63       <SubSystem>Console</SubSystem>
64       <GenerateDebugInformation>true</GenerateDebugInformation>
65     </Link>
66   </ItemDefinitionGroup>
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68     <ClCompile>
69       <WarningLevel>Level3</WarningLevel>
70       <PrecompiledHeader>
71       </PrecompiledHeader>
72       <Optimization>Full</Optimization>
73       <FunctionLevelLinking>true</FunctionLevelLinking>
74       <IntrinsicFunctions>true</IntrinsicFunctions>
75       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
77       <BufferSecurityCheck>false</BufferSecurityCheck>
78       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
79       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
80       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
81       <OmitFramePointers>true</OmitFramePointers>
82       <WholeProgramOptimization>true</WholeProgramOptimization>
83     </ClCompile>
84     <Link>
85       <SubSystem>Console</SubSystem>
86       <GenerateDebugInformation>true</GenerateDebugInformation>
87       <EnableCOMDATFolding>true</EnableCOMDATFolding>
88       <OptimizeReferences>true</OptimizeReferences>
89     </Link>
90   </ItemDefinitionGroup>
91   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
92   <ImportGroup Label="ExtensionTargets">
93   </ImportGroup>
94 </Project>