1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Release|Win32">
5 <Configuration>Release</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|x64">
13 <Configuration>Release</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{36DC07F9-A4A6-4877-A146-1B960083CF6F}</ProjectGuid>
23 <RootNamespace>cpuminer</RootNamespace>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseDebugLibraries>false</UseDebugLibraries>
29 <CharacterSet>MultiByte</CharacterSet>
30 <PlatformToolset>v120</PlatformToolset>
31 <CLRSupport>false</CLRSupport>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>MultiByte</CharacterSet>
37 <PlatformToolset>v120</PlatformToolset>
38 <CLRSupport>false</CLRSupport>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>false</UseDebugLibraries>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>MultiByte</CharacterSet>
45 <PlatformToolset>v120</PlatformToolset>
46 <CLRSupport>false</CLRSupport>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <CharacterSet>MultiByte</CharacterSet>
52 <PlatformToolset>v120</PlatformToolset>
53 <CLRSupport>false</CLRSupport>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70 <LinkIncremental>true</LinkIncremental>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <LinkIncremental>true</LinkIncremental>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <LinkIncremental>false</LinkIncremental>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79 <LinkIncremental>false</LinkIncremental>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <WarningLevel>Level3</WarningLevel>
84 <Optimization>Disabled</Optimization>
85 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
86 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;USE_AVX;USE_AVX2;USE_XOP;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87 <AdditionalIncludeDirectories>.;compat;compat\curl-for-windows\curl\include;compat\jansson;compat\getopt;compat\pthreads;compat\curl-for-windows\openssl\openssl\include;compat\curl-for-windows\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88 <MultiProcessorCompilation>true</MultiProcessorCompilation>
91 <GenerateDebugInformation>true</GenerateDebugInformation>
92 <SubSystem>Console</SubSystem>
93 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;pthreadVC2.lib;libcurl.x86.lib;openssl.x86.lib;zlib.x86.lib;ws2_32.lib;Wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
94 <AdditionalLibraryDirectories>compat\pthreads\x86;compat\curl-for-windows\out\x86\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
95 <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions>
96 <LinkStatus>true</LinkStatus>
98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <WarningLevel>Level3</WarningLevel>
102 <Optimization>Disabled</Optimization>
103 <EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
104 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;USE_AVX;USE_AVX2;USE_XOP;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <AdditionalIncludeDirectories>.;compat;compat\curl-for-windows\curl\include;compat\jansson;compat\getopt;compat\pthreads;compat\curl-for-windows\openssl\openssl\include;compat\curl-for-windows\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
106 <MultiProcessorCompilation>true</MultiProcessorCompilation>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 <SubSystem>Console</SubSystem>
111 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;pthreadVC2.lib;libcurl.x64.lib;openssl.x64.lib;zlib.x64.lib;ws2_32.lib;Wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
112 <AdditionalLibraryDirectories>compat\pthreads\x64;compat\curl-for-windows\out\x64\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
113 <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions>
114 <LinkStatus>true</LinkStatus>
116 </ItemDefinitionGroup>
117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119 <WarningLevel>Level3</WarningLevel>
120 <Optimization>MaxSpeed</Optimization>
121 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
122 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
123 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
124 <CompileAsManaged>false</CompileAsManaged>
125 <FunctionLevelLinking>true</FunctionLevelLinking>
126 <IntrinsicFunctions>true</IntrinsicFunctions>
127 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;USE_AVX;USE_AVX2;USE_XOP;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <AdditionalIncludeDirectories>.;compat;compat\curl-for-windows\curl\include;compat\jansson;compat\getopt;compat\pthreads;compat\curl-for-windows\openssl\openssl\include;compat\curl-for-windows\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
129 <MultiProcessorCompilation>true</MultiProcessorCompilation>
130 <ExceptionHandling>SyncCThrow</ExceptionHandling>
133 <GenerateDebugInformation>false</GenerateDebugInformation>
134 <EnableCOMDATFolding>true</EnableCOMDATFolding>
135 <OptimizeReferences>true</OptimizeReferences>
136 <SubSystem>Console</SubSystem>
137 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;pthreadVC2.lib;libcurl.x86.lib;openssl.x86.lib;zlib.x86.lib;ws2_32.lib;Wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
138 <AdditionalLibraryDirectories>compat\pthreads\x86;compat\curl-for-windows\out\x86\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
139 <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions>
140 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
141 <LinkStatus>false</LinkStatus>
143 </ItemDefinitionGroup>
144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146 <WarningLevel>Level3</WarningLevel>
147 <Optimization>MaxSpeed</Optimization>
148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
150 <CompileAsManaged>false</CompileAsManaged>
151 <FunctionLevelLinking>true</FunctionLevelLinking>
152 <IntrinsicFunctions>true</IntrinsicFunctions>
153 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154 <AdditionalIncludeDirectories>.;compat;compat\curl-for-windows\curl\include;compat\jansson;compat\getopt;compat\pthreads;compat\curl-for-windows\openssl\openssl\include;compat\curl-for-windows\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
155 <MultiProcessorCompilation>true</MultiProcessorCompilation>
158 <GenerateDebugInformation>false</GenerateDebugInformation>
159 <EnableCOMDATFolding>true</EnableCOMDATFolding>
160 <OptimizeReferences>true</OptimizeReferences>
161 <SubSystem>Console</SubSystem>
162 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;pthreadVC2.lib;libcurl.x64.lib;openssl.x64.lib;zlib.x64.lib;ws2_32.lib;Wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
163 <AdditionalLibraryDirectories>compat\pthreads\x64;compat\curl-for-windows\out\x64\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
164 <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions>
165 <LinkStatus>false</LinkStatus>
167 </ItemDefinitionGroup>
169 <ClCompile Include="compat\getopt\getopt_long.c" />
170 <ClCompile Include="compat\gettimeofday.c" />
171 <ClCompile Include="compat\jansson\dump.c" />
172 <ClCompile Include="compat\jansson\error.c" />
173 <ClCompile Include="compat\jansson\hashtable.c" />
174 <ClCompile Include="compat\jansson\load.c" />
175 <ClCompile Include="compat\jansson\memory.c" />
176 <ClCompile Include="compat\jansson\pack_unpack.c" />
177 <ClCompile Include="compat\jansson\strbuffer.c" />
178 <ClCompile Include="compat\jansson\strconv.c" />
179 <ClCompile Include="compat\jansson\utf.c" />
180 <ClCompile Include="compat\jansson\value.c" />
181 <ClCompile Include="compat\winansi.c" />
182 <ClCompile Include="cpu-miner.c">
183 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
184 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
186 <ClCompile Include="api.c" />
187 <ClCompile Include="sysinfos.c" />
188 <ClCompile Include="crypto\aesb.c" />
189 <ClCompile Include="crypto\c_blake256.c" />
190 <ClCompile Include="crypto\c_groestl.c" />
191 <ClCompile Include="crypto\c_jh.c" />
192 <ClCompile Include="crypto\c_keccak.c" />
193 <ClCompile Include="crypto\c_skein.c" />
194 <ClCompile Include="crypto\hash.c" />
195 <ClCompile Include="crypto\oaes_lib.c" />
196 <ClCompile Include="lyra2\Lyra2.c" />
197 <ClCompile Include="lyra2\Sponge.c" />
198 <ClCompile Include="crypto\blake2b.c" />
199 <ClCompile Include="crypto\blake2s.c" />
200 <ClCompile Include="sha3\sph_hefty1.c" />
201 <ClCompile Include="uint256.cpp" />
202 <ClCompile Include="util.c">
203 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
205 <ClCompile Include="algo\allium.c" />
206 <ClCompile Include="algo\axiom.c" />
207 <ClCompile Include="algo\bastion.c" />
208 <ClCompile Include="algo\bitcore.c" />
209 <ClCompile Include="algo\blake.c" />
210 <ClCompile Include="algo\blakecoin.c" />
211 <ClCompile Include="algo\blake2.c" />
212 <ClCompile Include="algo\bmw256.c" />
213 <ClCompile Include="algo\c11.c" />
214 <ClCompile Include="algo\cryptolight.c" />
215 <ClCompile Include="algo\cryptonight.c" />
216 <ClCompile Include="algo\decred.c" />
217 <ClCompile Include="algo\drop.c" />
218 <ClCompile Include="algo\fresh.c" />
219 <ClCompile Include="algo\geek.c" />
220 <ClCompile Include="algo\groestl.c" />
221 <ClCompile Include="algo\heavy.c" />
222 <ClCompile Include="algo\keccak.c" />
223 <ClCompile Include="algo\ink.c" />
224 <ClCompile Include="algo\jha.c" />
225 <ClCompile Include="algo\lbry.c" />
226 <ClCompile Include="algo\luffa.c" />
227 <ClCompile Include="algo\lyra2re.c" />
228 <ClCompile Include="algo\lyra2rev2.c" />
229 <ClCompile Include="algo\lyra2v3.c" />
230 <ClCompile Include="algo\myr-groestl.c" />
231 <ClCompile Include="algo\neoscrypt.c" />
232 <ClCompile Include="algo\nist5.c" />
233 <ClCompile Include="algo\pentablake.c" />
234 <ClCompile Include="algo\phi1612.c" />
235 <ClCompile Include="algo\phi2.c" />
236 <ClCompile Include="algo\pluck.c" />
237 <ClCompile Include="algo\quark.c" />
238 <ClCompile Include="algo\qubit.c" />
239 <ClCompile Include="algo\rainforest.c" />
240 <ClCompile Include="algo\s3.c" />
241 <ClCompile Include="algo\sha2.c" />
242 <ClCompile Include="algo\sia.c" />
243 <ClCompile Include="algo\scrypt.c">
244 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
246 <ClCompile Include="algo\scrypt-jane.c" />
247 <ClCompile Include="algo\sibcoin.c" />
248 <ClCompile Include="algo\skein.c" />
249 <ClCompile Include="algo\skein2.c" />
250 <ClCompile Include="algo\sonoa.c" />
251 <ClCompile Include="algo\timetravel.c" />
252 <ClCompile Include="algo\tribus.c" />
253 <ClCompile Include="algo\veltor.c" />
254 <ClCompile Include="algo\x11evo.c" />
255 <ClCompile Include="algo\x11.c" />
256 <ClCompile Include="algo\x12.c" />
257 <ClCompile Include="algo\x13.c" />
258 <ClCompile Include="algo\x14.c" />
259 <ClCompile Include="algo\x15.c" />
260 <ClCompile Include="algo\x16r.c" />
261 <ClCompile Include="algo\x16rv2.c" />
262 <ClCompile Include="algo\x16s.c" />
263 <ClCompile Include="algo\x17.c" />
264 <ClCompile Include="algo\x20r.c" />
265 <ClCompile Include="algo\xevan.c" />
266 <ClCompile Include="algo\yescrypt.c" />
267 <ClCompile Include="algo\zr5.c" />
268 <ClCompile Include="yescrypt\yescrypt-best.c" />
269 <ClCompile Include="yescrypt\yescrypt-common.c" />
270 <ClCompile Include="yescrypt\sha256_Y.c" />
271 <ClCompile Include="sha3\aes_helper.c">
272 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
274 <ClCompile Include="sha3\sph_blake.c" />
275 <ClCompile Include="sha3\mod_blakecoin.c" />
276 <ClCompile Include="sha3\sph_bmw.c" />
277 <ClCompile Include="sha3\sph_cubehash.c" />
278 <ClCompile Include="sha3\sph_echo.c" />
279 <ClCompile Include="sha3\sph_fugue.c" />
280 <ClCompile Include="sha3\sph_groestl.c" />
281 <ClCompile Include="sha3\sph_jh.c" />
282 <ClCompile Include="sha3\sph_keccak.c" />
283 <ClCompile Include="sha3\sph_luffa.c" />
284 <ClCompile Include="sha3\sph_ripemd.c" />
285 <ClCompile Include="sha3\sph_sha2.c" />
286 <ClCompile Include="sha3\sph_sha2big.c" />
287 <ClCompile Include="sha3\sph_shabal.c" />
288 <ClCompile Include="sha3\sph_shavite.c" />
289 <ClCompile Include="sha3\sph_simd.c" />
290 <ClCompile Include="sha3\sph_skein.c" />
291 <ClCompile Include="sha3\sph_hamsi.c" />
292 <ClCompile Include="sha3\sph_hamsi_helper.c">
293 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
295 <ClCompile Include="sha3\sph_haval.c" />
296 <ClCompile Include="sha3\sph_panama.c" />
297 <ClCompile Include="sha3\sph_radiogatun.c" />
298 <ClCompile Include="sha3\sph_whirlpool.c" />
299 <ClCompile Include="sha3\sph_tiger.c" />
300 <ClCompile Include="sha3\gost_streebog.c" />
301 <ClCompile Include="sha3\md_helper.c">
302 <ExcludedFromBuild>true</ExcludedFromBuild>
306 <ClInclude Include="compat\jansson\config.h" />
307 <ClInclude Include="compat\jansson\jansson.h" />
308 <ClInclude Include="compat.h" />
309 <ClInclude Include="compat\getopt\getopt.h" />
310 <ClInclude Include="compat\inttypes.h" />
311 <ClInclude Include="compat\stdbool.h" />
312 <ClInclude Include="compat\sys\time.h" />
313 <ClInclude Include="compat\unistd.h" />
314 <ClInclude Include="compat\winansi.h" />
315 <ClInclude Include="compat\cpuminer-config.h" />
316 <ClInclude Include="crypto\blake2s.h" />
317 <ClInclude Include="crypto\c_blake256.h" />
318 <ClInclude Include="crypto\c_groestl.h" />
319 <ClInclude Include="crypto\c_jh.h" />
320 <ClInclude Include="crypto\c_keccak.h" />
321 <ClInclude Include="crypto\c_skein.h" />
322 <ClInclude Include="crypto\hash-ops.h" />
323 <ClInclude Include="crypto\int-util.h" />
324 <ClInclude Include="crypto\oaes_lib.h" />
325 <ClInclude Include="elist.h" />
326 <ClInclude Include="lyra2\Lyra2.h" />
327 <ClInclude Include="lyra2\Sponge.h" />
328 <ClInclude Include="miner.h" />
329 <ClInclude Include="uint256.h" />
330 <ClInclude Include="res\resource.h" />
331 <ClInclude Include="scryptjane\scrypt-jane-chacha.h" />
332 <ClInclude Include="scryptjane\scrypt-jane-hash.h" />
333 <ClInclude Include="scryptjane\scrypt-jane-hash_keccak.h" />
334 <ClInclude Include="scryptjane\scrypt-jane-hash_sha256.h" />
335 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-avx.h" />
336 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-sse2.h" />
337 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-ssse3.h" />
338 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha.h" />
339 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-avx.h" />
340 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-sse2.h" />
341 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa.h" />
342 <ClInclude Include="scryptjane\scrypt-jane-pbkdf2.h" />
343 <ClInclude Include="scryptjane\scrypt-jane-portable-x86.h" />
344 <ClInclude Include="scryptjane\scrypt-jane-portable.h" />
345 <ClInclude Include="scryptjane\scrypt-jane-romix-basic.h" />
346 <ClInclude Include="scryptjane\scrypt-jane-romix-template.h" />
347 <ClInclude Include="scryptjane\scrypt-jane-romix.h" />
348 <ClInclude Include="scryptjane\scrypt-jane-salsa.h" />
349 <ClInclude Include="scryptjane\scrypt-jane-test-vectors.h" />
350 <ClInclude Include="sha3\sph_blake.h" />
351 <ClInclude Include="sha3\sph_bmw.h" />
352 <ClInclude Include="sha3\sph_cubehash.h" />
353 <ClInclude Include="sha3\sph_echo.h" />
354 <ClInclude Include="sha3\sph_fugue.h" />
355 <ClInclude Include="sha3\gost_streebog.h" />
356 <ClInclude Include="sha3\sph_groestl.h" />
357 <ClInclude Include="sha3\sph_haval.h" />
358 <ClInclude Include="sha3\sph_hefty1.h" />
359 <ClInclude Include="sha3\sph_jh.h" />
360 <ClInclude Include="sha3\sph_keccak.h" />
361 <ClInclude Include="sha3\sph_luffa.h" />
362 <ClInclude Include="sha3\sph_sha2.h" />
363 <ClInclude Include="sha3\sph_shabal.h" />
364 <ClInclude Include="sha3\sph_shavite.h" />
365 <ClInclude Include="sha3\sph_simd.h" />
366 <ClInclude Include="sha3\sph_skein.h" />
367 <ClInclude Include="sha3\sph_hamsi.h" />
368 <ClInclude Include="sha3\sph_panama.h" />
369 <ClInclude Include="sha3\sph_radiogatun.h" />
370 <ClInclude Include="sha3\sph_types.h" />
371 <ClInclude Include="sha3\sph_whirlpool.h" />
372 <ClInclude Include="sha3\sph_tiger.h" />
373 <ClInclude Include="yescrypt\sha256_Y.h" />
374 <ClInclude Include="yescrypt\sysendian.h" />
375 <ClInclude Include="yescrypt\yescrypt-platform.h" />
376 <ClInclude Include="yescrypt\yescrypt.h" />
379 <ClCompile Include="asm\neoscrypt_asm.S">
381 <ClCompile Include="asm\aesb-x86.SS">
382 <ExcludedFromBuild>true</ExcludedFromBuild>
384 <ClCompile Include="asm\scrypt-x86.S">
385 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
387 <ClCompile Include="asm\sha2-x86.S">
388 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
390 <ClCompile Include="asm\aesb-x64.S">
391 <ExcludedFromBuild>true</ExcludedFromBuild>
393 <ClCompile Include="asm\scrypt-x64.S">
394 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
396 <ClCompile Include="asm\sha2-x64.S">
397 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
399 <None Include="asm\scrypt-arm.S" />
400 <None Include="asm\sha2-arm.S" />
403 <ResourceCompile Include="res\cpuminer.rc" />
406 <Image Include="res\cpuminer.ico" />
408 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
409 <!-- Copy the required dlls -->
410 <Target Name="AfterBuild">
411 <Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
413 <Target Name="AfterClean">
414 <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />