OSDN Git Service

Fixed path for "debug" file.
[mhash384/mhash384.git] / MHashLib.vcxproj
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</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>{7A28A3C4-C337-4ACA-A79B-4C40750B02A1}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <RootNamespace>MHashLib</RootNamespace>
25     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <UseDebugLibraries>true</UseDebugLibraries>
31     <PlatformToolset>v140_xp</PlatformToolset>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35     <ConfigurationType>Application</ConfigurationType>
36     <UseDebugLibraries>false</UseDebugLibraries>
37     <PlatformToolset>v140_xp</PlatformToolset>
38     <WholeProgramOptimization>true</WholeProgramOptimization>
39     <CharacterSet>Unicode</CharacterSet>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>Application</ConfigurationType>
43     <UseDebugLibraries>true</UseDebugLibraries>
44     <PlatformToolset>v140_xp</PlatformToolset>
45     <CharacterSet>Unicode</CharacterSet>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48     <ConfigurationType>Application</ConfigurationType>
49     <UseDebugLibraries>false</UseDebugLibraries>
50     <PlatformToolset>v140_xp</PlatformToolset>
51     <WholeProgramOptimization>true</WholeProgramOptimization>
52     <CharacterSet>Unicode</CharacterSet>
53   </PropertyGroup>
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55   <ImportGroup Label="ExtensionSettings">
56   </ImportGroup>
57   <ImportGroup Label="Shared">
58   </ImportGroup>
59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70   </ImportGroup>
71   <PropertyGroup Label="UserMacros" />
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73     <LinkIncremental>true</LinkIncremental>
74     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
75     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
76     <TargetName>mhash_384.x86</TargetName>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79     <LinkIncremental>true</LinkIncremental>
80     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
81     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
82     <TargetName>mhash_384.x64</TargetName>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85     <LinkIncremental>false</LinkIncremental>
86     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
87     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
88     <TargetName>mhash_384.x86</TargetName>
89   </PropertyGroup>
90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91     <LinkIncremental>false</LinkIncremental>
92     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
93     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
94     <TargetName>mhash_384.x64</TargetName>
95   </PropertyGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97     <ClCompile>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <WarningLevel>Level4</WarningLevel>
101       <Optimization>Disabled</Optimization>
102       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103       <AdditionalIncludeDirectories>$(SolutionDir)\include</AdditionalIncludeDirectories>
104       <DisableSpecificWarnings>4706;4127</DisableSpecificWarnings>
105       <TreatWarningAsError>true</TreatWarningAsError>
106       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
107     </ClCompile>
108     <Link>
109       <SubSystem>Console</SubSystem>
110       <GenerateDebugInformation>true</GenerateDebugInformation>
111     </Link>
112   </ItemDefinitionGroup>
113   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114     <ClCompile>
115       <PrecompiledHeader>
116       </PrecompiledHeader>
117       <WarningLevel>Level4</WarningLevel>
118       <Optimization>Disabled</Optimization>
119       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120       <AdditionalIncludeDirectories>$(SolutionDir)\include</AdditionalIncludeDirectories>
121       <DisableSpecificWarnings>4706;4127</DisableSpecificWarnings>
122       <TreatWarningAsError>true</TreatWarningAsError>
123     </ClCompile>
124     <Link>
125       <SubSystem>Console</SubSystem>
126       <GenerateDebugInformation>true</GenerateDebugInformation>
127     </Link>
128   </ItemDefinitionGroup>
129   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
130     <ClCompile>
131       <WarningLevel>Level4</WarningLevel>
132       <PrecompiledHeader>
133       </PrecompiledHeader>
134       <Optimization>Full</Optimization>
135       <FunctionLevelLinking>true</FunctionLevelLinking>
136       <IntrinsicFunctions>true</IntrinsicFunctions>
137       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138       <AdditionalIncludeDirectories>$(SolutionDir)\include</AdditionalIncludeDirectories>
139       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
140       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
141       <WholeProgramOptimization>true</WholeProgramOptimization>
142       <OmitFramePointers>true</OmitFramePointers>
143       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
144       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
145       <BufferSecurityCheck>false</BufferSecurityCheck>
146       <ControlFlowGuard>false</ControlFlowGuard>
147       <FloatingPointModel>Fast</FloatingPointModel>
148       <CreateHotpatchableImage>false</CreateHotpatchableImage>
149       <TreatWarningAsError>true</TreatWarningAsError>
150       <DisableSpecificWarnings>4706;4127</DisableSpecificWarnings>
151     </ClCompile>
152     <Link>
153       <SubSystem>Console</SubSystem>
154       <EnableCOMDATFolding>true</EnableCOMDATFolding>
155       <OptimizeReferences>true</OptimizeReferences>
156       <GenerateDebugInformation>No</GenerateDebugInformation>
157       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
158       <AdditionalDependencies>$(SolutionDir)\etc\lib\EncodePointer.$(Platform).lib;%(AdditionalDependencies)</AdditionalDependencies>
159       <SetChecksum>true</SetChecksum>
160       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
161     </Link>
162   </ItemDefinitionGroup>
163   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
164     <ClCompile>
165       <WarningLevel>Level4</WarningLevel>
166       <PrecompiledHeader>
167       </PrecompiledHeader>
168       <Optimization>Full</Optimization>
169       <FunctionLevelLinking>true</FunctionLevelLinking>
170       <IntrinsicFunctions>true</IntrinsicFunctions>
171       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172       <AdditionalIncludeDirectories>$(SolutionDir)\include</AdditionalIncludeDirectories>
173       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
174       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
175       <WholeProgramOptimization>true</WholeProgramOptimization>
176       <OmitFramePointers>true</OmitFramePointers>
177       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
178       <BufferSecurityCheck>false</BufferSecurityCheck>
179       <ControlFlowGuard>false</ControlFlowGuard>
180       <FloatingPointModel>Fast</FloatingPointModel>
181       <CreateHotpatchableImage>false</CreateHotpatchableImage>
182       <TreatWarningAsError>true</TreatWarningAsError>
183       <DisableSpecificWarnings>4706;4127</DisableSpecificWarnings>
184       <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
185     </ClCompile>
186     <Link>
187       <SubSystem>Console</SubSystem>
188       <EnableCOMDATFolding>true</EnableCOMDATFolding>
189       <OptimizeReferences>true</OptimizeReferences>
190       <GenerateDebugInformation>No</GenerateDebugInformation>
191       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
192       <SetChecksum>true</SetChecksum>
193     </Link>
194   </ItemDefinitionGroup>
195   <ItemGroup>
196     <Text Include="COPYING.txt" />
197   </ItemGroup>
198   <ItemGroup>
199     <ClInclude Include="include\mhash_384.h" />
200     <ClInclude Include="src\compat.h" />
201     <ClInclude Include="src\self_test.h" />
202     <ClInclude Include="src\sysinfo.h" />
203     <ClInclude Include="src\utilities.h" />
204   </ItemGroup>
205   <ItemGroup>
206     <ClCompile Include="src\main.c" />
207     <ClCompile Include="src\main++.cpp">
208       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
209       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
210       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
211       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
212     </ClCompile>
213   </ItemGroup>
214   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
215   <ImportGroup Label="ExtensionTargets">
216   </ImportGroup>
217 </Project>