]> Git Repo - cpuminer-multi.git/blame - cpuminer.vcxproj
Add missing luffa algo
[cpuminer-multi.git] / cpuminer.vcxproj
CommitLineData
588f5d90
TP
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>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{36DC07F9-A4A6-4877-A146-1B960083CF6F}</ProjectGuid>
23 <RootNamespace>cpuminer</RootNamespace>
24 </PropertyGroup>
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>
32 </PropertyGroup>
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>
39 </PropertyGroup>
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>
47 </PropertyGroup>
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>
54 </PropertyGroup>
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" />
58 </ImportGroup>
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" />
61 </ImportGroup>
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" />
64 </ImportGroup>
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" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70 <LinkIncremental>true</LinkIncremental>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <LinkIncremental>true</LinkIncremental>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <LinkIncremental>false</LinkIncremental>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79 <LinkIncremental>false</LinkIncremental>
80 </PropertyGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <ClCompile>
83 <WarningLevel>Level3</WarningLevel>
84 <Optimization>Disabled</Optimization>
3654f1f3 85 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
ccccf3ba 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>
588f5d90 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>
5265b287 88 <MultiProcessorCompilation>true</MultiProcessorCompilation>
588f5d90
TP
89 </ClCompile>
90 <Link>
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>
97 </Link>
98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100 <ClCompile>
101 <WarningLevel>Level3</WarningLevel>
102 <Optimization>Disabled</Optimization>
ccccf3ba 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>
588f5d90 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>
5265b287 106 <MultiProcessorCompilation>true</MultiProcessorCompilation>
588f5d90
TP
107 </ClCompile>
108 <Link>
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>
115 </Link>
116 </ItemDefinitionGroup>
117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118 <ClCompile>
119 <WarningLevel>Level3</WarningLevel>
120 <Optimization>MaxSpeed</Optimization>
121 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
122 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
3654f1f3 123 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
588f5d90
TP
124 <CompileAsManaged>false</CompileAsManaged>
125 <FunctionLevelLinking>true</FunctionLevelLinking>
126 <IntrinsicFunctions>true</IntrinsicFunctions>
ccccf3ba 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>
588f5d90 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>
5265b287 129 <MultiProcessorCompilation>true</MultiProcessorCompilation>
588f5d90
TP
130 <ExceptionHandling>SyncCThrow</ExceptionHandling>
131 </ClCompile>
132 <Link>
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>
142 </Link>
143 </ItemDefinitionGroup>
144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145 <ClCompile>
146 <WarningLevel>Level3</WarningLevel>
147 <Optimization>MaxSpeed</Optimization>
148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
588f5d90
TP
150 <CompileAsManaged>false</CompileAsManaged>
151 <FunctionLevelLinking>true</FunctionLevelLinking>
152 <IntrinsicFunctions>true</IntrinsicFunctions>
3bf86156 153 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions>
588f5d90 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>
5265b287 155 <MultiProcessorCompilation>true</MultiProcessorCompilation>
588f5d90
TP
156 </ClCompile>
157 <Link>
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>
166 </Link>
167 </ItemDefinitionGroup>
168 <ItemGroup>
e78414ad 169 <ClCompile Include="algo\animecoin.c" />
6dc12f7e 170 <ClCompile Include="algo\skein2.c" />
f1d7024f 171 <ClCompile Include="algo\zr5.c" />
588f5d90
TP
172 <ClCompile Include="compat\getopt\getopt_long.c" />
173 <ClCompile Include="compat\gettimeofday.c" />
174 <ClCompile Include="compat\jansson\dump.c" />
bc5aa052 175 <ClCompile Include="compat\jansson\error.c" />
588f5d90
TP
176 <ClCompile Include="compat\jansson\hashtable.c" />
177 <ClCompile Include="compat\jansson\load.c" />
bc5aa052
TP
178 <ClCompile Include="compat\jansson\memory.c" />
179 <ClCompile Include="compat\jansson\pack_unpack.c" />
588f5d90 180 <ClCompile Include="compat\jansson\strbuffer.c" />
bc5aa052 181 <ClCompile Include="compat\jansson\strconv.c" />
588f5d90
TP
182 <ClCompile Include="compat\jansson\utf.c" />
183 <ClCompile Include="compat\jansson\value.c" />
184 <ClCompile Include="compat\winansi.c" />
185 <ClCompile Include="cpu-miner.c">
186 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
187 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
188 </ClCompile>
1720eb84 189 <ClCompile Include="api.c" />
783e6c7d 190 <ClCompile Include="sysinfos.c" />
588f5d90
TP
191 <ClCompile Include="crypto\aesb.c" />
192 <ClCompile Include="crypto\c_blake256.c" />
193 <ClCompile Include="crypto\c_groestl.c" />
194 <ClCompile Include="crypto\c_jh.c" />
195 <ClCompile Include="crypto\c_keccak.c" />
196 <ClCompile Include="crypto\c_skein.c" />
197 <ClCompile Include="crypto\hash.c" />
198 <ClCompile Include="crypto\oaes_lib.c" />
d8f5d932
TP
199 <ClCompile Include="lyra2\Lyra2.c" />
200 <ClCompile Include="lyra2\Sponge.c" />
9f3083cd 201 <ClCompile Include="crypto\blake2s.c" />
588f5d90
TP
202 <ClCompile Include="sha3\sph_hefty1.c" />
203 <ClCompile Include="util.c">
204 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
205 </ClCompile>
2fb53659 206 <ClCompile Include="algo\animecoin.c" />
ba2fbc77
TP
207 <ClCompile Include="algo\s3.c" />
208 <ClCompile Include="algo\blake.c" />
7b5ee76e 209 <ClCompile Include="algo\blakecoin.c" />
ba2fbc77
TP
210 <ClCompile Include="algo\cryptonight.c" />
211 <ClCompile Include="algo\fresh.c" />
212 <ClCompile Include="algo\groestl.c" />
213 <ClCompile Include="algo\heavy.c" />
214 <ClCompile Include="algo\keccak.c" />
2fb53659
TP
215 <ClCompile Include="algo\ink.c" />
216 <ClCompile Include="algo\luffa.c" />
217 <ClCompile Include="algo\lyra2re.c" />
f4351eb7 218 <ClCompile Include="algo\myr-groestl.c" />
ba2fbc77
TP
219 <ClCompile Include="algo\neoscrypt.c" />
220 <ClCompile Include="algo\nist5.c" />
221 <ClCompile Include="algo\pentablake.c" />
2ccf91cb 222 <ClCompile Include="algo\pluck.c" />
ba2fbc77
TP
223 <ClCompile Include="algo\quark.c" />
224 <ClCompile Include="algo\qubit.c" />
225 <ClCompile Include="algo\sha2.c" />
226 <ClCompile Include="algo\scrypt.c">
588f5d90
TP
227 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
228 </ClCompile>
ba2fbc77
TP
229 <ClCompile Include="algo\skein.c" />
230 <ClCompile Include="algo\x11.c" />
231 <ClCompile Include="algo\x13.c" />
232 <ClCompile Include="algo\x14.c" />
233 <ClCompile Include="algo\x15.c" />
588f5d90
TP
234 <ClCompile Include="sha3\aes_helper.c">
235 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
236 </ClCompile>
237 <ClCompile Include="sha3\sph_blake.c" />
7b5ee76e 238 <ClCompile Include="sha3\mod_blakecoin.c" />
588f5d90
TP
239 <ClCompile Include="sha3\sph_bmw.c" />
240 <ClCompile Include="sha3\sph_cubehash.c" />
241 <ClCompile Include="sha3\sph_echo.c" />
242 <ClCompile Include="sha3\sph_fugue.c" />
243 <ClCompile Include="sha3\sph_groestl.c" />
244 <ClCompile Include="sha3\sph_jh.c" />
245 <ClCompile Include="sha3\sph_keccak.c" />
246 <ClCompile Include="sha3\sph_luffa.c" />
f4351eb7
TP
247 <ClCompile Include="sha3\sph_sha2.c" />
248 <ClCompile Include="sha3\sph_sha2big.c" />
588f5d90
TP
249 <ClCompile Include="sha3\sph_shabal.c" />
250 <ClCompile Include="sha3\sph_shavite.c" />
251 <ClCompile Include="sha3\sph_simd.c" />
252 <ClCompile Include="sha3\sph_skein.c" />
253 <ClCompile Include="sha3\sph_hamsi.c" />
254 <ClCompile Include="sha3\sph_hamsi_helper.c">
255 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
256 </ClCompile>
257 <ClCompile Include="sha3\sph_whirlpool.c" />
f4351eb7 258 <ClCompile Include="sha3\md_helper.c">
588f5d90
TP
259 <ExcludedFromBuild>true</ExcludedFromBuild>
260 </ClCompile>
261 </ItemGroup>
262 <ItemGroup>
263 <ClInclude Include="..\ccminer\compat\jansson\config.h" />
264 <ClInclude Include="..\ccminer\compat\jansson\jansson.h" />
265 <ClInclude Include="compat.h" />
266 <ClInclude Include="compat\getopt\getopt.h" />
267 <ClInclude Include="compat\inttypes.h" />
268 <ClInclude Include="compat\stdbool.h" />
269 <ClInclude Include="compat\sys\time.h" />
270 <ClInclude Include="compat\unistd.h" />
271 <ClInclude Include="compat\winansi.h" />
783e6c7d 272 <ClInclude Include="compat\cpuminer-config.h" />
9f3083cd 273 <ClInclude Include="crypto\blake2s.h" />
588f5d90
TP
274 <ClInclude Include="crypto\c_blake256.h" />
275 <ClInclude Include="crypto\c_groestl.h" />
276 <ClInclude Include="crypto\c_jh.h" />
277 <ClInclude Include="crypto\c_keccak.h" />
278 <ClInclude Include="crypto\c_skein.h" />
279 <ClInclude Include="crypto\hash-ops.h" />
8f52f406 280 <ClInclude Include="crypto\int-util.h" />
588f5d90
TP
281 <ClInclude Include="crypto\oaes_lib.h" />
282 <ClInclude Include="elist.h" />
d8f5d932
TP
283 <ClInclude Include="lyra2\Lyra2.h" />
284 <ClInclude Include="lyra2\Sponge.h" />
588f5d90 285 <ClInclude Include="miner.h" />
5c22a0a6 286 <ClInclude Include="res\resource.h" />
588f5d90
TP
287 <ClInclude Include="scryptjane\scrypt-jane-chacha.h" />
288 <ClInclude Include="scryptjane\scrypt-jane-hash.h" />
289 <ClInclude Include="scryptjane\scrypt-jane-hash_keccak.h" />
290 <ClInclude Include="scryptjane\scrypt-jane-hash_sha256.h" />
291 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-avx.h" />
292 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-sse2.h" />
293 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-ssse3.h" />
294 <ClInclude Include="scryptjane\scrypt-jane-mix_chacha.h" />
295 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-avx.h" />
296 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-sse2.h" />
297 <ClInclude Include="scryptjane\scrypt-jane-mix_salsa.h" />
298 <ClInclude Include="scryptjane\scrypt-jane-pbkdf2.h" />
299 <ClInclude Include="scryptjane\scrypt-jane-portable-x86.h" />
300 <ClInclude Include="scryptjane\scrypt-jane-portable.h" />
301 <ClInclude Include="scryptjane\scrypt-jane-romix-basic.h" />
302 <ClInclude Include="scryptjane\scrypt-jane-romix-template.h" />
303 <ClInclude Include="scryptjane\scrypt-jane-romix.h" />
304 <ClInclude Include="scryptjane\scrypt-jane-salsa.h" />
305 <ClInclude Include="scryptjane\scrypt-jane-test-vectors.h" />
588f5d90
TP
306 <ClInclude Include="sha3\sph_blake.h" />
307 <ClInclude Include="sha3\sph_bmw.h" />
308 <ClInclude Include="sha3\sph_cubehash.h" />
309 <ClInclude Include="sha3\sph_echo.h" />
310 <ClInclude Include="sha3\sph_fugue.h" />
311 <ClInclude Include="sha3\sph_groestl.h" />
312 <ClInclude Include="sha3\sph_haval.h" />
313 <ClInclude Include="sha3\sph_hefty1.h" />
314 <ClInclude Include="sha3\sph_jh.h" />
315 <ClInclude Include="sha3\sph_keccak.h" />
316 <ClInclude Include="sha3\sph_luffa.h" />
f4351eb7 317 <ClInclude Include="sha3\sph_sha2.h" />
588f5d90
TP
318 <ClInclude Include="sha3\sph_shabal.h" />
319 <ClInclude Include="sha3\sph_shavite.h" />
320 <ClInclude Include="sha3\sph_simd.h" />
321 <ClInclude Include="sha3\sph_skein.h" />
322 <ClInclude Include="sha3\sph_hamsi.h" />
323 <ClInclude Include="sha3\sph_types.h" />
324 <ClInclude Include="sha3\sph_whirlpool.h" />
588f5d90
TP
325 </ItemGroup>
326 <ItemGroup>
ba2fbc77 327 <ClCompile Include="asm\neoscrypt_asm.S">
588f5d90 328 </ClCompile>
ba2fbc77 329 <ClCompile Include="asm\aesb-x86.SS">
588f5d90
TP
330 <ExcludedFromBuild>true</ExcludedFromBuild>
331 </ClCompile>
ba2fbc77 332 <ClCompile Include="asm\scrypt-x86.S">
588f5d90
TP
333 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
334 </ClCompile>
ba2fbc77 335 <ClCompile Include="asm\sha2-x86.S">
588f5d90
TP
336 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
337 </ClCompile>
ba2fbc77 338 <ClCompile Include="asm\aesb-x64.S">
588f5d90
TP
339 <ExcludedFromBuild>true</ExcludedFromBuild>
340 </ClCompile>
ba2fbc77 341 <ClCompile Include="asm\scrypt-x64.S">
588f5d90
TP
342 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
343 </ClCompile>
ba2fbc77 344 <ClCompile Include="asm\sha2-x64.S">
588f5d90
TP
345 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
346 </ClCompile>
ba2fbc77
TP
347 <None Include="asm\scrypt-arm.S" />
348 <None Include="asm\sha2-arm.S" />
588f5d90 349 </ItemGroup>
5c22a0a6
TP
350 <ItemGroup>
351 <ResourceCompile Include="res\cpuminer.rc" />
352 </ItemGroup>
353 <ItemGroup>
354 <Image Include="res\cpuminer.ico" />
355 </ItemGroup>
588f5d90
TP
356 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
357 <!-- Copy the required dlls -->
358 <Target Name="AfterBuild">
359 <Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
360 </Target>
361 <Target Name="AfterClean">
362 <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
363 </Target>
5265b287 364</Project>
This page took 0.066137 seconds and 4 git commands to generate.