Added JavaScript port of the NuHash algorithm.
[nuhash.git] / libnuhash / c99 / libnuhash.vcxproj
blobe9305aaa89e8e45326c689d2ddefa58c2c6ce455
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|ARM64">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM64</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release_DLL|ARM64">
13 <Configuration>Release_DLL</Configuration>
14 <Platform>ARM64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release_DLL|Win32">
17 <Configuration>Release_DLL</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release_DLL|x64">
21 <Configuration>Release_DLL</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|ARM64">
25 <Configuration>Release</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Debug|x64">
33 <Configuration>Debug</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="Release|x64">
37 <Configuration>Release</Configuration>
38 <Platform>x64</Platform>
39 </ProjectConfiguration>
40 </ItemGroup>
41 <ItemGroup>
42 <ClCompile Include="src\nuhash.c" />
43 </ItemGroup>
44 <ItemGroup>
45 <ClInclude Include="include\nuhash.h" />
46 <ClInclude Include="src\nuhash_version.h" />
47 </ItemGroup>
48 <PropertyGroup Label="Globals">
49 <VCProjectVersion>16.0</VCProjectVersion>
50 <Keyword>Win32Proj</Keyword>
51 <ProjectGuid>{8fa5c597-887d-46bc-a6c9-2183aef7b793}</ProjectGuid>
52 <RootNamespace>libnuhash</RootNamespace>
53 <WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
54 </PropertyGroup>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
57 <ConfigurationType>StaticLibrary</ConfigurationType>
58 <UseDebugLibraries>true</UseDebugLibraries>
59 <PlatformToolset>v143</PlatformToolset>
60 <CharacterSet>Unicode</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
63 <ConfigurationType>StaticLibrary</ConfigurationType>
64 <UseDebugLibraries>false</UseDebugLibraries>
65 <PlatformToolset>v143</PlatformToolset>
66 <WholeProgramOptimization>true</WholeProgramOptimization>
67 <CharacterSet>Unicode</CharacterSet>
68 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'" Label="Configuration">
71 <ConfigurationType>DynamicLibrary</ConfigurationType>
72 <UseDebugLibraries>false</UseDebugLibraries>
73 <PlatformToolset>v143</PlatformToolset>
74 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <CharacterSet>Unicode</CharacterSet>
76 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
79 <ConfigurationType>StaticLibrary</ConfigurationType>
80 <UseDebugLibraries>true</UseDebugLibraries>
81 <PlatformToolset>v143</PlatformToolset>
82 <CharacterSet>Unicode</CharacterSet>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
85 <ConfigurationType>StaticLibrary</ConfigurationType>
86 <UseDebugLibraries>true</UseDebugLibraries>
87 <PlatformToolset>v143</PlatformToolset>
88 <CharacterSet>Unicode</CharacterSet>
89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
91 <ConfigurationType>StaticLibrary</ConfigurationType>
92 <UseDebugLibraries>false</UseDebugLibraries>
93 <PlatformToolset>v143</PlatformToolset>
94 <WholeProgramOptimization>true</WholeProgramOptimization>
95 <CharacterSet>Unicode</CharacterSet>
96 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
97 </PropertyGroup>
98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'" Label="Configuration">
99 <ConfigurationType>DynamicLibrary</ConfigurationType>
100 <UseDebugLibraries>false</UseDebugLibraries>
101 <PlatformToolset>v143</PlatformToolset>
102 <WholeProgramOptimization>true</WholeProgramOptimization>
103 <CharacterSet>Unicode</CharacterSet>
104 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
105 </PropertyGroup>
106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
107 <ConfigurationType>StaticLibrary</ConfigurationType>
108 <UseDebugLibraries>false</UseDebugLibraries>
109 <PlatformToolset>v143</PlatformToolset>
110 <WholeProgramOptimization>true</WholeProgramOptimization>
111 <CharacterSet>Unicode</CharacterSet>
112 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
113 </PropertyGroup>
114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|ARM64'" Label="Configuration">
115 <ConfigurationType>DynamicLibrary</ConfigurationType>
116 <UseDebugLibraries>false</UseDebugLibraries>
117 <PlatformToolset>v143</PlatformToolset>
118 <WholeProgramOptimization>true</WholeProgramOptimization>
119 <CharacterSet>Unicode</CharacterSet>
120 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
121 </PropertyGroup>
122 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
123 <ImportGroup Label="ExtensionSettings">
124 </ImportGroup>
125 <ImportGroup Label="Shared">
126 </ImportGroup>
127 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
129 </ImportGroup>
130 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
132 </ImportGroup>
133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'" Label="PropertySheets">
134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
135 </ImportGroup>
136 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
138 </ImportGroup>
139 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
141 </ImportGroup>
142 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
144 </ImportGroup>
145 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'" Label="PropertySheets">
146 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
147 </ImportGroup>
148 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
149 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
150 </ImportGroup>
151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|ARM64'" Label="PropertySheets">
152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
153 </ImportGroup>
154 <PropertyGroup Label="UserMacros" />
155 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
156 <LinkIncremental>true</LinkIncremental>
157 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
158 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
159 <TargetName>libnuhash-1</TargetName>
160 </PropertyGroup>
161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
162 <LinkIncremental>false</LinkIncremental>
163 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
164 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
165 <TargetName>libnuhash-1</TargetName>
166 </PropertyGroup>
167 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
168 <LinkIncremental>false</LinkIncremental>
169 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
170 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
171 <TargetName>libnuhash-1</TargetName>
172 </PropertyGroup>
173 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
174 <LinkIncremental>true</LinkIncremental>
175 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
176 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
177 <TargetName>libnuhash-1</TargetName>
178 </PropertyGroup>
179 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
180 <LinkIncremental>true</LinkIncremental>
181 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
182 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
183 <TargetName>libnuhash-1</TargetName>
184 </PropertyGroup>
185 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
186 <LinkIncremental>false</LinkIncremental>
187 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
188 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
189 <TargetName>libnuhash-1</TargetName>
190 </PropertyGroup>
191 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'">
192 <LinkIncremental>false</LinkIncremental>
193 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
194 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
195 <TargetName>libnuhash-1</TargetName>
196 </PropertyGroup>
197 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
198 <LinkIncremental>false</LinkIncremental>
199 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
200 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
201 <TargetName>libnuhash-1</TargetName>
202 </PropertyGroup>
203 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|ARM64'">
204 <LinkIncremental>false</LinkIncremental>
205 <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
206 <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir>
207 <TargetName>libnuhash-1</TargetName>
208 </PropertyGroup>
209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
210 <ClCompile>
211 <WarningLevel>Level4</WarningLevel>
212 <SDLCheck>false</SDLCheck>
213 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <ConformanceMode>true</ConformanceMode>
215 <PrecompiledHeader>NotUsing</PrecompiledHeader>
216 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
217 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
218 <BufferSecurityCheck>false</BufferSecurityCheck>
219 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
220 <TreatWarningAsError>true</TreatWarningAsError>
221 </ClCompile>
222 <Link>
223 <SubSystem>
224 </SubSystem>
225 <GenerateDebugInformation>true</GenerateDebugInformation>
226 </Link>
227 </ItemDefinitionGroup>
228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
229 <ClCompile>
230 <WarningLevel>Level4</WarningLevel>
231 <FunctionLevelLinking>true</FunctionLevelLinking>
232 <IntrinsicFunctions>true</IntrinsicFunctions>
233 <SDLCheck>false</SDLCheck>
234 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235 <ConformanceMode>true</ConformanceMode>
236 <PrecompiledHeader>NotUsing</PrecompiledHeader>
237 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
238 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
239 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
240 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
241 <BufferSecurityCheck>false</BufferSecurityCheck>
242 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
243 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
244 <OmitFramePointers>true</OmitFramePointers>
245 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
246 <TreatWarningAsError>true</TreatWarningAsError>
247 <ControlFlowGuard>false</ControlFlowGuard>
248 <FloatingPointModel>Fast</FloatingPointModel>
249 <CreateHotpatchableImage>false</CreateHotpatchableImage>
250 <Optimization>MaxSpeed</Optimization>
251 <WholeProgramOptimization>true</WholeProgramOptimization>
252 </ClCompile>
253 <Link>
254 <SubSystem>
255 </SubSystem>
256 <EnableCOMDATFolding>true</EnableCOMDATFolding>
257 <OptimizeReferences>true</OptimizeReferences>
258 <GenerateDebugInformation>true</GenerateDebugInformation>
259 </Link>
260 </ItemDefinitionGroup>
261 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|Win32'">
262 <ClCompile>
263 <WarningLevel>Level4</WarningLevel>
264 <FunctionLevelLinking>true</FunctionLevelLinking>
265 <IntrinsicFunctions>true</IntrinsicFunctions>
266 <SDLCheck>false</SDLCheck>
267 <PreprocessorDefinitions>LIBNUHASH_DLL;LIBNUHASH_EXPORTS;WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268 <ConformanceMode>true</ConformanceMode>
269 <PrecompiledHeader>NotUsing</PrecompiledHeader>
270 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
271 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
272 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
273 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
274 <BufferSecurityCheck>false</BufferSecurityCheck>
275 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
276 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
277 <OmitFramePointers>true</OmitFramePointers>
278 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
279 <TreatWarningAsError>true</TreatWarningAsError>
280 <ControlFlowGuard>false</ControlFlowGuard>
281 <FloatingPointModel>Fast</FloatingPointModel>
282 <CreateHotpatchableImage>false</CreateHotpatchableImage>
283 <Optimization>MaxSpeed</Optimization>
284 <WholeProgramOptimization>true</WholeProgramOptimization>
285 </ClCompile>
286 <Link>
287 <SubSystem>Console</SubSystem>
288 <EnableCOMDATFolding>true</EnableCOMDATFolding>
289 <OptimizeReferences>true</OptimizeReferences>
290 <GenerateDebugInformation>true</GenerateDebugInformation>
291 <MinimumRequiredVersion>5.1</MinimumRequiredVersion>
292 </Link>
293 </ItemDefinitionGroup>
294 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
295 <ClCompile>
296 <WarningLevel>Level4</WarningLevel>
297 <SDLCheck>false</SDLCheck>
298 <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
299 <ConformanceMode>true</ConformanceMode>
300 <PrecompiledHeader>NotUsing</PrecompiledHeader>
301 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
302 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
303 <BufferSecurityCheck>false</BufferSecurityCheck>
304 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
305 <TreatWarningAsError>true</TreatWarningAsError>
306 </ClCompile>
307 <Link>
308 <SubSystem>
309 </SubSystem>
310 <GenerateDebugInformation>true</GenerateDebugInformation>
311 </Link>
312 </ItemDefinitionGroup>
313 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
314 <ClCompile>
315 <WarningLevel>Level4</WarningLevel>
316 <SDLCheck>false</SDLCheck>
317 <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
318 <ConformanceMode>true</ConformanceMode>
319 <PrecompiledHeader>NotUsing</PrecompiledHeader>
320 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
321 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
322 <BufferSecurityCheck>false</BufferSecurityCheck>
323 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
324 <TreatWarningAsError>true</TreatWarningAsError>
325 </ClCompile>
326 <Link>
327 <SubSystem>
328 </SubSystem>
329 <GenerateDebugInformation>true</GenerateDebugInformation>
330 </Link>
331 </ItemDefinitionGroup>
332 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
333 <ClCompile>
334 <WarningLevel>Level4</WarningLevel>
335 <FunctionLevelLinking>true</FunctionLevelLinking>
336 <IntrinsicFunctions>true</IntrinsicFunctions>
337 <SDLCheck>false</SDLCheck>
338 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
339 <ConformanceMode>true</ConformanceMode>
340 <PrecompiledHeader>NotUsing</PrecompiledHeader>
341 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
342 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
343 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
344 <BufferSecurityCheck>false</BufferSecurityCheck>
345 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
346 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
347 <OmitFramePointers>true</OmitFramePointers>
348 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
349 <TreatWarningAsError>true</TreatWarningAsError>
350 <ControlFlowGuard>false</ControlFlowGuard>
351 <FloatingPointModel>Fast</FloatingPointModel>
352 <CreateHotpatchableImage>false</CreateHotpatchableImage>
353 <Optimization>MaxSpeed</Optimization>
354 <WholeProgramOptimization>true</WholeProgramOptimization>
355 </ClCompile>
356 <Link>
357 <SubSystem>
358 </SubSystem>
359 <EnableCOMDATFolding>true</EnableCOMDATFolding>
360 <OptimizeReferences>true</OptimizeReferences>
361 <GenerateDebugInformation>true</GenerateDebugInformation>
362 </Link>
363 </ItemDefinitionGroup>
364 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'">
365 <ClCompile>
366 <WarningLevel>Level4</WarningLevel>
367 <FunctionLevelLinking>true</FunctionLevelLinking>
368 <IntrinsicFunctions>true</IntrinsicFunctions>
369 <SDLCheck>false</SDLCheck>
370 <PreprocessorDefinitions>LIBNUHASH_DLL;LIBNUHASH_EXPORTS;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
371 <ConformanceMode>true</ConformanceMode>
372 <PrecompiledHeader>NotUsing</PrecompiledHeader>
373 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
374 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
375 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
376 <BufferSecurityCheck>false</BufferSecurityCheck>
377 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
378 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
379 <OmitFramePointers>true</OmitFramePointers>
380 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
381 <TreatWarningAsError>true</TreatWarningAsError>
382 <ControlFlowGuard>false</ControlFlowGuard>
383 <FloatingPointModel>Fast</FloatingPointModel>
384 <CreateHotpatchableImage>false</CreateHotpatchableImage>
385 <Optimization>MaxSpeed</Optimization>
386 <WholeProgramOptimization>true</WholeProgramOptimization>
387 </ClCompile>
388 <Link>
389 <SubSystem>Console</SubSystem>
390 <EnableCOMDATFolding>true</EnableCOMDATFolding>
391 <OptimizeReferences>true</OptimizeReferences>
392 <GenerateDebugInformation>true</GenerateDebugInformation>
393 <MinimumRequiredVersion>5.2</MinimumRequiredVersion>
394 </Link>
395 </ItemDefinitionGroup>
396 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
397 <ClCompile>
398 <WarningLevel>Level4</WarningLevel>
399 <FunctionLevelLinking>true</FunctionLevelLinking>
400 <IntrinsicFunctions>true</IntrinsicFunctions>
401 <SDLCheck>false</SDLCheck>
402 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
403 <ConformanceMode>true</ConformanceMode>
404 <PrecompiledHeader>NotUsing</PrecompiledHeader>
405 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
406 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
407 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
408 <BufferSecurityCheck>false</BufferSecurityCheck>
409 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
410 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
411 <OmitFramePointers>true</OmitFramePointers>
412 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
413 <TreatWarningAsError>true</TreatWarningAsError>
414 <ControlFlowGuard>false</ControlFlowGuard>
415 <FloatingPointModel>Fast</FloatingPointModel>
416 <CreateHotpatchableImage>false</CreateHotpatchableImage>
417 <Optimization>MaxSpeed</Optimization>
418 <WholeProgramOptimization>true</WholeProgramOptimization>
419 </ClCompile>
420 <Link>
421 <SubSystem>
422 </SubSystem>
423 <EnableCOMDATFolding>true</EnableCOMDATFolding>
424 <OptimizeReferences>true</OptimizeReferences>
425 <GenerateDebugInformation>true</GenerateDebugInformation>
426 </Link>
427 </ItemDefinitionGroup>
428 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|ARM64'">
429 <ClCompile>
430 <WarningLevel>Level4</WarningLevel>
431 <FunctionLevelLinking>true</FunctionLevelLinking>
432 <IntrinsicFunctions>true</IntrinsicFunctions>
433 <SDLCheck>false</SDLCheck>
434 <PreprocessorDefinitions>LIBNUHASH_DLL;LIBNUHASH_EXPORTS;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
435 <ConformanceMode>true</ConformanceMode>
436 <PrecompiledHeader>NotUsing</PrecompiledHeader>
437 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
438 <AdditionalIncludeDirectories>$(ProjectDir)include</AdditionalIncludeDirectories>
439 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
440 <BufferSecurityCheck>false</BufferSecurityCheck>
441 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
442 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
443 <OmitFramePointers>true</OmitFramePointers>
444 <DisableSpecificWarnings>4706;4996;6031</DisableSpecificWarnings>
445 <TreatWarningAsError>true</TreatWarningAsError>
446 <ControlFlowGuard>false</ControlFlowGuard>
447 <FloatingPointModel>Fast</FloatingPointModel>
448 <CreateHotpatchableImage>false</CreateHotpatchableImage>
449 <Optimization>MaxSpeed</Optimization>
450 <WholeProgramOptimization>true</WholeProgramOptimization>
451 </ClCompile>
452 <Link>
453 <SubSystem>
454 </SubSystem>
455 <EnableCOMDATFolding>true</EnableCOMDATFolding>
456 <OptimizeReferences>true</OptimizeReferences>
457 <GenerateDebugInformation>true</GenerateDebugInformation>
458 </Link>
459 </ItemDefinitionGroup>
460 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
461 <ImportGroup Label="ExtensionTargets">
462 </ImportGroup>
463 </Project>