OSDN Git Service

Updated main Makefile to actually generate HTML documents (by default).
[mhash384/mhash384.git] / libmhash384 / LibMHash384.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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   <ItemGroup>
22     <ClInclude Include="include\mhash384.h" />
23   </ItemGroup>
24   <ItemGroup>
25     <ClCompile Include="src\mhash384.cpp" />
26   </ItemGroup>
27   <PropertyGroup Label="Globals">
28     <ProjectGuid>{6B8B0BE1-C9B7-4A2E-926A-7D0378A5A01A}</ProjectGuid>
29     <Keyword>Win32Proj</Keyword>
30     <RootNamespace>LibMHash384</RootNamespace>
31     <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
32   </PropertyGroup>
33   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35     <ConfigurationType>StaticLibrary</ConfigurationType>
36     <UseDebugLibraries>true</UseDebugLibraries>
37     <CharacterSet>Unicode</CharacterSet>
38     <PlatformToolset>v141_xp</PlatformToolset>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43     <CharacterSet>Unicode</CharacterSet>
44     <PlatformToolset>v141_xp</PlatformToolset>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
47     <ConfigurationType>StaticLibrary</ConfigurationType>
48     <UseDebugLibraries>false</UseDebugLibraries>
49     <WholeProgramOptimization>true</WholeProgramOptimization>
50     <CharacterSet>Unicode</CharacterSet>
51     <PlatformToolset>v141_xp</PlatformToolset>
52   </PropertyGroup>
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
54     <ConfigurationType>StaticLibrary</ConfigurationType>
55     <UseDebugLibraries>false</UseDebugLibraries>
56     <WholeProgramOptimization>true</WholeProgramOptimization>
57     <CharacterSet>Unicode</CharacterSet>
58     <PlatformToolset>v141_xp</PlatformToolset>
59   </PropertyGroup>
60   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
61   <ImportGroup Label="ExtensionSettings">
62   </ImportGroup>
63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     <Import Project="..\MHash384.props" />
66   </ImportGroup>
67   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69     <Import Project="..\MHash384.props" />
70   </ImportGroup>
71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73     <Import Project="..\MHash384.props" />
74   </ImportGroup>
75   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
76     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77     <Import Project="..\MHash384.props" />
78   </ImportGroup>
79   <PropertyGroup Label="UserMacros" />
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
82     <IntDir>$(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
86     <IntDir>$(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
87   </PropertyGroup>
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
90     <IntDir>$(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
91   </PropertyGroup>
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
93     <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
94     <IntDir>$(SolutionDir)obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
95   </PropertyGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97     <ClCompile>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <WarningLevel>Level3</WarningLevel>
101       <Optimization>Disabled</Optimization>
102       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103       <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
104       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
105       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
106     </ClCompile>
107     <Link>
108       <SubSystem>Windows</SubSystem>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110     </Link>
111   </ItemDefinitionGroup>
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113     <ClCompile>
114       <PrecompiledHeader>
115       </PrecompiledHeader>
116       <WarningLevel>Level3</WarningLevel>
117       <Optimization>Disabled</Optimization>
118       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
120       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
121       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
122     </ClCompile>
123     <Link>
124       <SubSystem>Windows</SubSystem>
125       <GenerateDebugInformation>true</GenerateDebugInformation>
126     </Link>
127   </ItemDefinitionGroup>
128   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129     <ClCompile>
130       <WarningLevel>Level3</WarningLevel>
131       <PrecompiledHeader>NotUsing</PrecompiledHeader>
132       <Optimization>MaxSpeed</Optimization>
133       <FunctionLevelLinking>true</FunctionLevelLinking>
134       <IntrinsicFunctions>true</IntrinsicFunctions>
135       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136       <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
137       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
138       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
139       <CreateHotpatchableImage>false</CreateHotpatchableImage>
140       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
141       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
142       <OmitFramePointers>true</OmitFramePointers>
143       <WholeProgramOptimization>true</WholeProgramOptimization>
144       <BufferSecurityCheck>false</BufferSecurityCheck>
145       <FloatingPointModel>Fast</FloatingPointModel>
146       <DisableSpecificWarnings>4127</DisableSpecificWarnings>
147     </ClCompile>
148     <Link>
149       <SubSystem>Windows</SubSystem>
150       <GenerateDebugInformation>true</GenerateDebugInformation>
151       <EnableCOMDATFolding>true</EnableCOMDATFolding>
152       <OptimizeReferences>true</OptimizeReferences>
153     </Link>
154     <Lib>
155       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
156     </Lib>
157   </ItemDefinitionGroup>
158   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
159     <ClCompile>
160       <WarningLevel>Level4</WarningLevel>
161       <PrecompiledHeader>NotUsing</PrecompiledHeader>
162       <Optimization>MaxSpeed</Optimization>
163       <FunctionLevelLinking>true</FunctionLevelLinking>
164       <IntrinsicFunctions>true</IntrinsicFunctions>
165       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166       <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
167       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
168       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
169       <CreateHotpatchableImage>false</CreateHotpatchableImage>
170       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
171       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
172       <OmitFramePointers>true</OmitFramePointers>
173       <WholeProgramOptimization>true</WholeProgramOptimization>
174       <BufferSecurityCheck>false</BufferSecurityCheck>
175       <FloatingPointModel>Fast</FloatingPointModel>
176       <DisableSpecificWarnings>4127</DisableSpecificWarnings>
177     </ClCompile>
178     <Link>
179       <SubSystem>Windows</SubSystem>
180       <GenerateDebugInformation>true</GenerateDebugInformation>
181       <EnableCOMDATFolding>true</EnableCOMDATFolding>
182       <OptimizeReferences>true</OptimizeReferences>
183     </Link>
184     <Lib>
185       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
186     </Lib>
187   </ItemDefinitionGroup>
188   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
189   <ImportGroup Label="ExtensionTargets">
190   </ImportGroup>
191 </Project>