]>
Commit | Line | Data |
---|---|---|
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 TP |
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 | </ClCompile> | |
89 | <Link> | |
90 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
91 | <SubSystem>Console</SubSystem> | |
92 | <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> | |
93 | <AdditionalLibraryDirectories>compat\pthreads\x86;compat\curl-for-windows\out\x86\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
94 | <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions> | |
95 | <LinkStatus>true</LinkStatus> | |
96 | </Link> | |
97 | </ItemDefinitionGroup> | |
98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
99 | <ClCompile> | |
100 | <WarningLevel>Level3</WarningLevel> | |
101 | <Optimization>Disabled</Optimization> | |
ccccf3ba | 102 | <EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet> |
103 | <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 TP |
104 | <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> |
105 | </ClCompile> | |
106 | <Link> | |
107 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
108 | <SubSystem>Console</SubSystem> | |
109 | <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> | |
110 | <AdditionalLibraryDirectories>compat\pthreads\x64;compat\curl-for-windows\out\x64\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
111 | <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions> | |
112 | <LinkStatus>true</LinkStatus> | |
113 | </Link> | |
114 | </ItemDefinitionGroup> | |
115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
116 | <ClCompile> | |
117 | <WarningLevel>Level3</WarningLevel> | |
118 | <Optimization>MaxSpeed</Optimization> | |
119 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
120 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
3654f1f3 | 121 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
588f5d90 TP |
122 | <CompileAsManaged>false</CompileAsManaged> |
123 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
124 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
ccccf3ba | 125 | <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 TP |
126 | <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> |
127 | <ExceptionHandling>SyncCThrow</ExceptionHandling> | |
128 | </ClCompile> | |
129 | <Link> | |
130 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
131 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
132 | <OptimizeReferences>true</OptimizeReferences> | |
133 | <SubSystem>Console</SubSystem> | |
134 | <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> | |
135 | <AdditionalLibraryDirectories>compat\pthreads\x86;compat\curl-for-windows\out\x86\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
136 | <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions> | |
137 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
138 | <LinkStatus>false</LinkStatus> | |
139 | </Link> | |
140 | </ItemDefinitionGroup> | |
141 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
142 | <ClCompile> | |
143 | <WarningLevel>Level3</WarningLevel> | |
144 | <Optimization>MaxSpeed</Optimization> | |
145 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
146 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> | |
588f5d90 TP |
147 | <CompileAsManaged>false</CompileAsManaged> |
148 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
149 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
3bf86156 | 150 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
588f5d90 TP |
151 | <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> |
152 | </ClCompile> | |
153 | <Link> | |
154 | <GenerateDebugInformation>false</GenerateDebugInformation> | |
155 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
156 | <OptimizeReferences>true</OptimizeReferences> | |
157 | <SubSystem>Console</SubSystem> | |
158 | <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> | |
159 | <AdditionalLibraryDirectories>compat\pthreads\x64;compat\curl-for-windows\out\x64\Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
160 | <AdditionalOptions>/NODEFAULTLIB:LIBCMT %(AdditionalOptions)</AdditionalOptions> | |
161 | <LinkStatus>false</LinkStatus> | |
162 | </Link> | |
163 | </ItemDefinitionGroup> | |
164 | <ItemGroup> | |
165 | <ClCompile Include="compat\getopt\getopt_long.c" /> | |
166 | <ClCompile Include="compat\gettimeofday.c" /> | |
167 | <ClCompile Include="compat\jansson\dump.c" /> | |
bc5aa052 | 168 | <ClCompile Include="compat\jansson\error.c" /> |
588f5d90 TP |
169 | <ClCompile Include="compat\jansson\hashtable.c" /> |
170 | <ClCompile Include="compat\jansson\load.c" /> | |
bc5aa052 TP |
171 | <ClCompile Include="compat\jansson\memory.c" /> |
172 | <ClCompile Include="compat\jansson\pack_unpack.c" /> | |
588f5d90 | 173 | <ClCompile Include="compat\jansson\strbuffer.c" /> |
bc5aa052 | 174 | <ClCompile Include="compat\jansson\strconv.c" /> |
588f5d90 TP |
175 | <ClCompile Include="compat\jansson\utf.c" /> |
176 | <ClCompile Include="compat\jansson\value.c" /> | |
177 | <ClCompile Include="compat\winansi.c" /> | |
178 | <ClCompile Include="cpu-miner.c"> | |
179 | <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> | |
180 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> | |
181 | </ClCompile> | |
1720eb84 | 182 | <ClCompile Include="api.c" /> |
783e6c7d | 183 | <ClCompile Include="sysinfos.c" /> |
588f5d90 TP |
184 | <ClCompile Include="crypto\aesb.c" /> |
185 | <ClCompile Include="crypto\c_blake256.c" /> | |
186 | <ClCompile Include="crypto\c_groestl.c" /> | |
187 | <ClCompile Include="crypto\c_jh.c" /> | |
188 | <ClCompile Include="crypto\c_keccak.c" /> | |
189 | <ClCompile Include="crypto\c_skein.c" /> | |
190 | <ClCompile Include="crypto\hash.c" /> | |
191 | <ClCompile Include="crypto\oaes_lib.c" /> | |
d8f5d932 TP |
192 | <ClCompile Include="lyra2\Lyra2.c" /> |
193 | <ClCompile Include="lyra2\Sponge.c" /> | |
9f3083cd | 194 | <ClCompile Include="crypto\blake2s.c" /> |
588f5d90 TP |
195 | <ClCompile Include="sha3\sph_hefty1.c" /> |
196 | <ClCompile Include="util.c"> | |
197 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> | |
198 | </ClCompile> | |
ba2fbc77 TP |
199 | <ClCompile Include="algo\ink.c" /> |
200 | <ClCompile Include="algo\lyra2re.c" /> | |
201 | <ClCompile Include="algo\s3.c" /> | |
202 | <ClCompile Include="algo\blake.c" /> | |
7b5ee76e | 203 | <ClCompile Include="algo\blakecoin.c" /> |
ba2fbc77 TP |
204 | <ClCompile Include="algo\cryptonight.c" /> |
205 | <ClCompile Include="algo\fresh.c" /> | |
206 | <ClCompile Include="algo\groestl.c" /> | |
207 | <ClCompile Include="algo\heavy.c" /> | |
208 | <ClCompile Include="algo\keccak.c" /> | |
f4351eb7 | 209 | <ClCompile Include="algo\myr-groestl.c" /> |
ba2fbc77 TP |
210 | <ClCompile Include="algo\neoscrypt.c" /> |
211 | <ClCompile Include="algo\nist5.c" /> | |
212 | <ClCompile Include="algo\pentablake.c" /> | |
2ccf91cb | 213 | <ClCompile Include="algo\pluck.c" /> |
ba2fbc77 TP |
214 | <ClCompile Include="algo\quark.c" /> |
215 | <ClCompile Include="algo\qubit.c" /> | |
216 | <ClCompile Include="algo\sha2.c" /> | |
217 | <ClCompile Include="algo\scrypt.c"> | |
588f5d90 TP |
218 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> |
219 | </ClCompile> | |
ba2fbc77 TP |
220 | <ClCompile Include="algo\skein.c" /> |
221 | <ClCompile Include="algo\x11.c" /> | |
222 | <ClCompile Include="algo\x13.c" /> | |
223 | <ClCompile Include="algo\x14.c" /> | |
224 | <ClCompile Include="algo\x15.c" /> | |
588f5d90 TP |
225 | <ClCompile Include="sha3\aes_helper.c"> |
226 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |
227 | </ClCompile> | |
228 | <ClCompile Include="sha3\sph_blake.c" /> | |
7b5ee76e | 229 | <ClCompile Include="sha3\mod_blakecoin.c" /> |
588f5d90 TP |
230 | <ClCompile Include="sha3\sph_bmw.c" /> |
231 | <ClCompile Include="sha3\sph_cubehash.c" /> | |
232 | <ClCompile Include="sha3\sph_echo.c" /> | |
233 | <ClCompile Include="sha3\sph_fugue.c" /> | |
234 | <ClCompile Include="sha3\sph_groestl.c" /> | |
235 | <ClCompile Include="sha3\sph_jh.c" /> | |
236 | <ClCompile Include="sha3\sph_keccak.c" /> | |
237 | <ClCompile Include="sha3\sph_luffa.c" /> | |
f4351eb7 TP |
238 | <ClCompile Include="sha3\sph_sha2.c" /> |
239 | <ClCompile Include="sha3\sph_sha2big.c" /> | |
588f5d90 TP |
240 | <ClCompile Include="sha3\sph_shabal.c" /> |
241 | <ClCompile Include="sha3\sph_shavite.c" /> | |
242 | <ClCompile Include="sha3\sph_simd.c" /> | |
243 | <ClCompile Include="sha3\sph_skein.c" /> | |
244 | <ClCompile Include="sha3\sph_hamsi.c" /> | |
245 | <ClCompile Include="sha3\sph_hamsi_helper.c"> | |
246 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |
247 | </ClCompile> | |
248 | <ClCompile Include="sha3\sph_whirlpool.c" /> | |
f4351eb7 | 249 | <ClCompile Include="sha3\md_helper.c"> |
588f5d90 TP |
250 | <ExcludedFromBuild>true</ExcludedFromBuild> |
251 | </ClCompile> | |
252 | </ItemGroup> | |
253 | <ItemGroup> | |
254 | <ClInclude Include="..\ccminer\compat\jansson\config.h" /> | |
255 | <ClInclude Include="..\ccminer\compat\jansson\jansson.h" /> | |
256 | <ClInclude Include="compat.h" /> | |
257 | <ClInclude Include="compat\getopt\getopt.h" /> | |
258 | <ClInclude Include="compat\inttypes.h" /> | |
259 | <ClInclude Include="compat\stdbool.h" /> | |
260 | <ClInclude Include="compat\sys\time.h" /> | |
261 | <ClInclude Include="compat\unistd.h" /> | |
262 | <ClInclude Include="compat\winansi.h" /> | |
783e6c7d | 263 | <ClInclude Include="compat\cpuminer-config.h" /> |
9f3083cd | 264 | <ClInclude Include="crypto\blake2s.h" /> |
588f5d90 TP |
265 | <ClInclude Include="crypto\c_blake256.h" /> |
266 | <ClInclude Include="crypto\c_groestl.h" /> | |
267 | <ClInclude Include="crypto\c_jh.h" /> | |
268 | <ClInclude Include="crypto\c_keccak.h" /> | |
269 | <ClInclude Include="crypto\c_skein.h" /> | |
270 | <ClInclude Include="crypto\hash-ops.h" /> | |
8f52f406 | 271 | <ClInclude Include="crypto\int-util.h" /> |
588f5d90 TP |
272 | <ClInclude Include="crypto\oaes_lib.h" /> |
273 | <ClInclude Include="elist.h" /> | |
d8f5d932 TP |
274 | <ClInclude Include="lyra2\Lyra2.h" /> |
275 | <ClInclude Include="lyra2\Sponge.h" /> | |
588f5d90 | 276 | <ClInclude Include="miner.h" /> |
5c22a0a6 | 277 | <ClInclude Include="res\resource.h" /> |
588f5d90 TP |
278 | <ClInclude Include="scryptjane\scrypt-jane-chacha.h" /> |
279 | <ClInclude Include="scryptjane\scrypt-jane-hash.h" /> | |
280 | <ClInclude Include="scryptjane\scrypt-jane-hash_keccak.h" /> | |
281 | <ClInclude Include="scryptjane\scrypt-jane-hash_sha256.h" /> | |
282 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-avx.h" /> | |
283 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-sse2.h" /> | |
284 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-ssse3.h" /> | |
285 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha.h" /> | |
286 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-avx.h" /> | |
287 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-sse2.h" /> | |
288 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa.h" /> | |
289 | <ClInclude Include="scryptjane\scrypt-jane-pbkdf2.h" /> | |
290 | <ClInclude Include="scryptjane\scrypt-jane-portable-x86.h" /> | |
291 | <ClInclude Include="scryptjane\scrypt-jane-portable.h" /> | |
292 | <ClInclude Include="scryptjane\scrypt-jane-romix-basic.h" /> | |
293 | <ClInclude Include="scryptjane\scrypt-jane-romix-template.h" /> | |
294 | <ClInclude Include="scryptjane\scrypt-jane-romix.h" /> | |
295 | <ClInclude Include="scryptjane\scrypt-jane-salsa.h" /> | |
296 | <ClInclude Include="scryptjane\scrypt-jane-test-vectors.h" /> | |
588f5d90 TP |
297 | <ClInclude Include="sha3\sph_blake.h" /> |
298 | <ClInclude Include="sha3\sph_bmw.h" /> | |
299 | <ClInclude Include="sha3\sph_cubehash.h" /> | |
300 | <ClInclude Include="sha3\sph_echo.h" /> | |
301 | <ClInclude Include="sha3\sph_fugue.h" /> | |
302 | <ClInclude Include="sha3\sph_groestl.h" /> | |
303 | <ClInclude Include="sha3\sph_haval.h" /> | |
304 | <ClInclude Include="sha3\sph_hefty1.h" /> | |
305 | <ClInclude Include="sha3\sph_jh.h" /> | |
306 | <ClInclude Include="sha3\sph_keccak.h" /> | |
307 | <ClInclude Include="sha3\sph_luffa.h" /> | |
f4351eb7 | 308 | <ClInclude Include="sha3\sph_sha2.h" /> |
588f5d90 TP |
309 | <ClInclude Include="sha3\sph_shabal.h" /> |
310 | <ClInclude Include="sha3\sph_shavite.h" /> | |
311 | <ClInclude Include="sha3\sph_simd.h" /> | |
312 | <ClInclude Include="sha3\sph_skein.h" /> | |
313 | <ClInclude Include="sha3\sph_hamsi.h" /> | |
314 | <ClInclude Include="sha3\sph_types.h" /> | |
315 | <ClInclude Include="sha3\sph_whirlpool.h" /> | |
588f5d90 TP |
316 | </ItemGroup> |
317 | <ItemGroup> | |
ba2fbc77 | 318 | <ClCompile Include="asm\neoscrypt_asm.S"> |
588f5d90 | 319 | </ClCompile> |
ba2fbc77 | 320 | <ClCompile Include="asm\aesb-x86.SS"> |
588f5d90 TP |
321 | <ExcludedFromBuild>true</ExcludedFromBuild> |
322 | </ClCompile> | |
ba2fbc77 | 323 | <ClCompile Include="asm\scrypt-x86.S"> |
588f5d90 TP |
324 | <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild> |
325 | </ClCompile> | |
ba2fbc77 | 326 | <ClCompile Include="asm\sha2-x86.S"> |
588f5d90 TP |
327 | <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild> |
328 | </ClCompile> | |
ba2fbc77 | 329 | <ClCompile Include="asm\aesb-x64.S"> |
588f5d90 TP |
330 | <ExcludedFromBuild>true</ExcludedFromBuild> |
331 | </ClCompile> | |
ba2fbc77 | 332 | <ClCompile Include="asm\scrypt-x64.S"> |
588f5d90 TP |
333 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> |
334 | </ClCompile> | |
ba2fbc77 | 335 | <ClCompile Include="asm\sha2-x64.S"> |
588f5d90 TP |
336 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> |
337 | </ClCompile> | |
ba2fbc77 TP |
338 | <None Include="asm\scrypt-arm.S" /> |
339 | <None Include="asm\sha2-arm.S" /> | |
588f5d90 | 340 | </ItemGroup> |
5c22a0a6 TP |
341 | <ItemGroup> |
342 | <ResourceCompile Include="res\cpuminer.rc" /> | |
343 | </ItemGroup> | |
344 | <ItemGroup> | |
345 | <Image Include="res\cpuminer.ico" /> | |
346 | </ItemGroup> | |
588f5d90 TP |
347 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
348 | <!-- Copy the required dlls --> | |
349 | <Target Name="AfterBuild"> | |
350 | <Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" /> | |
351 | </Target> | |
352 | <Target Name="AfterClean"> | |
353 | <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> | |
354 | </Target> | |
2ccf91cb | 355 | </Project> |