]> Git Repo - cpuminer-multi.git/blame - cpuminer.vcxproj
update build.sh
[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>
169 <ClCompile Include="compat\getopt\getopt_long.c" />
170 <ClCompile Include="compat\gettimeofday.c" />
171 <ClCompile Include="compat\jansson\dump.c" />
bc5aa052 172 <ClCompile Include="compat\jansson\error.c" />
588f5d90
TP
173 <ClCompile Include="compat\jansson\hashtable.c" />
174 <ClCompile Include="compat\jansson\load.c" />
bc5aa052
TP
175 <ClCompile Include="compat\jansson\memory.c" />
176 <ClCompile Include="compat\jansson\pack_unpack.c" />
588f5d90 177 <ClCompile Include="compat\jansson\strbuffer.c" />
bc5aa052 178 <ClCompile Include="compat\jansson\strconv.c" />
588f5d90
TP
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>
185 </ClCompile>
1720eb84 186 <ClCompile Include="api.c" />
783e6c7d 187 <ClCompile Include="sysinfos.c" />
588f5d90
TP
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" />
d8f5d932
TP
196 <ClCompile Include="lyra2\Lyra2.c" />
197 <ClCompile Include="lyra2\Sponge.c" />
51bde21d 198 <ClCompile Include="crypto\blake2b.c" />
9f3083cd 199 <ClCompile Include="crypto\blake2s.c" />
588f5d90 200 <ClCompile Include="sha3\sph_hefty1.c" />
78a3ef92 201 <ClCompile Include="uint256.cpp" />
588f5d90
TP
202 <ClCompile Include="util.c">
203 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
204 </ClCompile>
289d9de7 205 <ClCompile Include="algo\allium.c" />
7b17c5ad 206 <ClCompile Include="algo\axiom.c" />
bb017a37 207 <ClCompile Include="algo\bastion.c" />
052fd5ba 208 <ClCompile Include="algo\bitcore.c" />
ba2fbc77 209 <ClCompile Include="algo\blake.c" />
7b5ee76e 210 <ClCompile Include="algo\blakecoin.c" />
a4f51bd9 211 <ClCompile Include="algo\blake2.c" />
c08d1035 212 <ClCompile Include="algo\bmw256.c" />
15205b43 213 <ClCompile Include="algo\c11.c" />
8e320888 214 <ClCompile Include="algo\cryptolight.c" />
ba2fbc77 215 <ClCompile Include="algo\cryptonight.c" />
9b2b5376 216 <ClCompile Include="algo\decred.c" />
a4f51bd9 217 <ClCompile Include="algo\drop.c" />
ba2fbc77 218 <ClCompile Include="algo\fresh.c" />
6d51b168 219 <ClCompile Include="algo\geek.c" />
ba2fbc77
TP
220 <ClCompile Include="algo\groestl.c" />
221 <ClCompile Include="algo\heavy.c" />
222 <ClCompile Include="algo\keccak.c" />
2fb53659 223 <ClCompile Include="algo\ink.c" />
4123f4c1 224 <ClCompile Include="algo\jha.c" />
f9345a59 225 <ClCompile Include="algo\lbry.c" />
2fb53659
TP
226 <ClCompile Include="algo\luffa.c" />
227 <ClCompile Include="algo\lyra2re.c" />
bd6e439f 228 <ClCompile Include="algo\lyra2rev2.c" />
605ff821 229 <ClCompile Include="algo\lyra2v3.c" />
f4351eb7 230 <ClCompile Include="algo\myr-groestl.c" />
ba2fbc77
TP
231 <ClCompile Include="algo\neoscrypt.c" />
232 <ClCompile Include="algo\nist5.c" />
233 <ClCompile Include="algo\pentablake.c" />
aec3826b
TP
234 <ClCompile Include="algo\phi1612.c" />
235 <ClCompile Include="algo\phi2.c" />
2ccf91cb 236 <ClCompile Include="algo\pluck.c" />
ba2fbc77
TP
237 <ClCompile Include="algo\quark.c" />
238 <ClCompile Include="algo\qubit.c" />
b262a2b6 239 <ClCompile Include="algo\rainforest.c" />
a4f51bd9 240 <ClCompile Include="algo\s3.c" />
ba2fbc77 241 <ClCompile Include="algo\sha2.c" />
51bde21d 242 <ClCompile Include="algo\sia.c" />
ba2fbc77 243 <ClCompile Include="algo\scrypt.c">
588f5d90
TP
244 <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
245 </ClCompile>
3513ed84 246 <ClCompile Include="algo\scrypt-jane.c" />
78a3ef92 247 <ClCompile Include="algo\sibcoin.c" />
ba2fbc77 248 <ClCompile Include="algo\skein.c" />
a4f51bd9 249 <ClCompile Include="algo\skein2.c" />
2b08c237 250 <ClCompile Include="algo\sonoa.c" />
87a2e101 251 <ClCompile Include="algo\timetravel.c" />
7495361e 252 <ClCompile Include="algo\tribus.c" />
40031322 253 <ClCompile Include="algo\veltor.c" />
22dd788c 254 <ClCompile Include="algo\x11evo.c" />
ba2fbc77 255 <ClCompile Include="algo\x11.c" />
c3d77729 256 <ClCompile Include="algo\x12.c" />
ba2fbc77
TP
257 <ClCompile Include="algo\x13.c" />
258 <ClCompile Include="algo\x14.c" />
259 <ClCompile Include="algo\x15.c" />
4073fd4a 260 <ClCompile Include="algo\x16r.c" />
7be0721e 261 <ClCompile Include="algo\x16rv2.c" />
971469b8 262 <ClCompile Include="algo\x16s.c" />
10016762 263 <ClCompile Include="algo\x17.c" />
ac6e408b 264 <ClCompile Include="algo\x20r.c" />
31ae68ca 265 <ClCompile Include="algo\xevan.c" />
e67ae95f 266 <ClCompile Include="algo\yescrypt.c" />
a4f51bd9 267 <ClCompile Include="algo\zr5.c" />
e67ae95f
TP
268 <ClCompile Include="yescrypt\yescrypt-best.c" />
269 <ClCompile Include="yescrypt\yescrypt-common.c" />
270 <ClCompile Include="yescrypt\sha256_Y.c" />
588f5d90
TP
271 <ClCompile Include="sha3\aes_helper.c">
272 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
273 </ClCompile>
274 <ClCompile Include="sha3\sph_blake.c" />
7b5ee76e 275 <ClCompile Include="sha3\mod_blakecoin.c" />
588f5d90
TP
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" />
f9345a59 284 <ClCompile Include="sha3\sph_ripemd.c" />
f4351eb7
TP
285 <ClCompile Include="sha3\sph_sha2.c" />
286 <ClCompile Include="sha3\sph_sha2big.c" />
588f5d90
TP
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>
294 </ClCompile>
b9712854 295 <ClCompile Include="sha3\sph_haval.c" />
ac6e408b
Z
296 <ClCompile Include="sha3\sph_panama.c" />
297 <ClCompile Include="sha3\sph_radiogatun.c" />
588f5d90 298 <ClCompile Include="sha3\sph_whirlpool.c" />
7be0721e 299 <ClCompile Include="sha3\sph_tiger.c" />
40031322 300 <ClCompile Include="sha3\gost_streebog.c" />
f4351eb7 301 <ClCompile Include="sha3\md_helper.c">
588f5d90
TP
302 <ExcludedFromBuild>true</ExcludedFromBuild>
303 </ClCompile>
304 </ItemGroup>
305 <ItemGroup>
15205b43
TP
306 <ClInclude Include="compat\jansson\config.h" />
307 <ClInclude Include="compat\jansson\jansson.h" />
588f5d90
TP
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" />
783e6c7d 315 <ClInclude Include="compat\cpuminer-config.h" />
9f3083cd 316 <ClInclude Include="crypto\blake2s.h" />
588f5d90
TP
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" />
8f52f406 323 <ClInclude Include="crypto\int-util.h" />
588f5d90
TP
324 <ClInclude Include="crypto\oaes_lib.h" />
325 <ClInclude Include="elist.h" />
d8f5d932
TP
326 <ClInclude Include="lyra2\Lyra2.h" />
327 <ClInclude Include="lyra2\Sponge.h" />
588f5d90 328 <ClInclude Include="miner.h" />
78a3ef92 329 <ClInclude Include="uint256.h" />
5c22a0a6 330 <ClInclude Include="res\resource.h" />
588f5d90
TP
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" />
588f5d90
TP
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" />
40031322 355 <ClInclude Include="sha3\gost_streebog.h" />
588f5d90
TP
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" />
f4351eb7 362 <ClInclude Include="sha3\sph_sha2.h" />
588f5d90
TP
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" />
ac6e408b
Z
368 <ClInclude Include="sha3\sph_panama.h" />
369 <ClInclude Include="sha3\sph_radiogatun.h" />
588f5d90
TP
370 <ClInclude Include="sha3\sph_types.h" />
371 <ClInclude Include="sha3\sph_whirlpool.h" />
7be0721e 372 <ClInclude Include="sha3\sph_tiger.h" />
e67ae95f
TP
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" />
588f5d90
TP
377 </ItemGroup>
378 <ItemGroup>
ba2fbc77 379 <ClCompile Include="asm\neoscrypt_asm.S">
588f5d90 380 </ClCompile>
ba2fbc77 381 <ClCompile Include="asm\aesb-x86.SS">
588f5d90
TP
382 <ExcludedFromBuild>true</ExcludedFromBuild>
383 </ClCompile>
ba2fbc77 384 <ClCompile Include="asm\scrypt-x86.S">
588f5d90
TP
385 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
386 </ClCompile>
ba2fbc77 387 <ClCompile Include="asm\sha2-x86.S">
588f5d90
TP
388 <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
389 </ClCompile>
ba2fbc77 390 <ClCompile Include="asm\aesb-x64.S">
588f5d90
TP
391 <ExcludedFromBuild>true</ExcludedFromBuild>
392 </ClCompile>
ba2fbc77 393 <ClCompile Include="asm\scrypt-x64.S">
588f5d90
TP
394 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
395 </ClCompile>
ba2fbc77 396 <ClCompile Include="asm\sha2-x64.S">
588f5d90
TP
397 <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
398 </ClCompile>
ba2fbc77
TP
399 <None Include="asm\scrypt-arm.S" />
400 <None Include="asm\sha2-arm.S" />
588f5d90 401 </ItemGroup>
5c22a0a6
TP
402 <ItemGroup>
403 <ResourceCompile Include="res\cpuminer.rc" />
404 </ItemGroup>
405 <ItemGroup>
406 <Image Include="res\cpuminer.ico" />
407 </ItemGroup>
588f5d90
TP
408 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
409 <!-- Copy the required dlls -->
410 <Target Name="AfterBuild">
411 <Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
412 </Target>
413 <Target Name="AfterClean">
414 <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
415 </Target>
5265b287 416</Project>
This page took 0.091514 seconds and 4 git commands to generate.