]>
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> | |
ccccf3ba | 85 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</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> | |
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> | |
121 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> | |
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" /> | |
168 | <ClCompile Include="compat\jansson\hashtable.c" /> | |
169 | <ClCompile Include="compat\jansson\load.c" /> | |
170 | <ClCompile Include="compat\jansson\strbuffer.c" /> | |
171 | <ClCompile Include="compat\jansson\utf.c" /> | |
172 | <ClCompile Include="compat\jansson\value.c" /> | |
173 | <ClCompile Include="compat\winansi.c" /> | |
174 | <ClCompile Include="cpu-miner.c"> | |
175 | <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> | |
176 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> | |
177 | </ClCompile> | |
1720eb84 TP |
178 | <ClCompile Include="api.c" /> |
179 | <ClCompile Include="sensors.c" /> | |
588f5d90 TP |
180 | <ClCompile Include="crypto\aesb-x86-impl.c" /> |
181 | <ClCompile Include="crypto\aesb.c" /> | |
182 | <ClCompile Include="crypto\c_blake256.c" /> | |
183 | <ClCompile Include="crypto\c_groestl.c" /> | |
184 | <ClCompile Include="crypto\c_jh.c" /> | |
185 | <ClCompile Include="crypto\c_keccak.c" /> | |
186 | <ClCompile Include="crypto\c_skein.c" /> | |
187 | <ClCompile Include="crypto\hash.c" /> | |
188 | <ClCompile Include="crypto\oaes_lib.c" /> | |
189 | <ClCompile Include="ink.c" /> | |
98a5c874 | 190 | <ClCompile Include="s3.c" /> |
9f3083cd | 191 | <ClCompile Include="crypto\blake2s.c" /> |
588f5d90 TP |
192 | <ClCompile Include="sha3\sph_hefty1.c" /> |
193 | <ClCompile Include="util.c"> | |
194 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> | |
195 | </ClCompile> | |
196 | <ClCompile Include="blake.c" /> | |
197 | <ClCompile Include="cryptonight.c" /> | |
198 | <ClCompile Include="fresh.c" /> | |
199 | <ClCompile Include="heavy.c" /> | |
200 | <ClCompile Include="keccak.c" /> | |
201 | <ClCompile Include="neoscrypt.c" /> | |
9f3083cd | 202 | <ClCompile Include="nist5.c" /> |
588f5d90 TP |
203 | <ClCompile Include="pentablake.c" /> |
204 | <ClCompile Include="quark.c" /> | |
9f3083cd | 205 | <ClCompile Include="qubit.c" /> |
588f5d90 TP |
206 | <ClCompile Include="sha2.c" /> |
207 | <ClCompile Include="scrypt.c"> | |
208 | <Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization> | |
209 | </ClCompile> | |
210 | <ClCompile Include="skein.c" /> | |
211 | <ClCompile Include="x11.c" /> | |
212 | <ClCompile Include="x13.c" /> | |
213 | <ClCompile Include="x14.c" /> | |
214 | <ClCompile Include="x15.c" /> | |
215 | <ClCompile Include="sha3\aes_helper.c"> | |
216 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |
217 | </ClCompile> | |
218 | <ClCompile Include="sha3\sph_blake.c" /> | |
219 | <ClCompile Include="sha3\sph_bmw.c" /> | |
220 | <ClCompile Include="sha3\sph_cubehash.c" /> | |
221 | <ClCompile Include="sha3\sph_echo.c" /> | |
222 | <ClCompile Include="sha3\sph_fugue.c" /> | |
223 | <ClCompile Include="sha3\sph_groestl.c" /> | |
224 | <ClCompile Include="sha3\sph_jh.c" /> | |
225 | <ClCompile Include="sha3\sph_keccak.c" /> | |
226 | <ClCompile Include="sha3\sph_luffa.c" /> | |
227 | <ClCompile Include="sha3\sph_shabal.c" /> | |
228 | <ClCompile Include="sha3\sph_shavite.c" /> | |
229 | <ClCompile Include="sha3\sph_simd.c" /> | |
230 | <ClCompile Include="sha3\sph_skein.c" /> | |
231 | <ClCompile Include="sha3\sph_hamsi.c" /> | |
232 | <ClCompile Include="sha3\sph_hamsi_helper.c"> | |
233 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |
234 | </ClCompile> | |
235 | <ClCompile Include="sha3\sph_whirlpool.c" /> | |
236 | <ClCompile Include="sha3\sph_x15_helper.c"> | |
237 | <ExcludedFromBuild>true</ExcludedFromBuild> | |
238 | </ClCompile> | |
239 | </ItemGroup> | |
240 | <ItemGroup> | |
241 | <ClInclude Include="..\ccminer\compat\jansson\config.h" /> | |
242 | <ClInclude Include="..\ccminer\compat\jansson\jansson.h" /> | |
243 | <ClInclude Include="compat.h" /> | |
244 | <ClInclude Include="compat\getopt\getopt.h" /> | |
245 | <ClInclude Include="compat\inttypes.h" /> | |
246 | <ClInclude Include="compat\stdbool.h" /> | |
247 | <ClInclude Include="compat\sys\time.h" /> | |
248 | <ClInclude Include="compat\unistd.h" /> | |
249 | <ClInclude Include="compat\winansi.h" /> | |
250 | <ClInclude Include="cpuminer-config.h" /> | |
9f3083cd | 251 | <ClInclude Include="crypto\blake2s.h" /> |
588f5d90 TP |
252 | <ClInclude Include="crypto\c_blake256.h" /> |
253 | <ClInclude Include="crypto\c_groestl.h" /> | |
254 | <ClInclude Include="crypto\c_jh.h" /> | |
255 | <ClInclude Include="crypto\c_keccak.h" /> | |
256 | <ClInclude Include="crypto\c_skein.h" /> | |
257 | <ClInclude Include="crypto\hash-ops.h" /> | |
258 | <ClInclude Include="crypto\oaes_lib.h" /> | |
259 | <ClInclude Include="elist.h" /> | |
260 | <ClInclude Include="miner.h" /> | |
261 | <ClInclude Include="scryptjane\scrypt-jane-chacha.h" /> | |
262 | <ClInclude Include="scryptjane\scrypt-jane-hash.h" /> | |
263 | <ClInclude Include="scryptjane\scrypt-jane-hash_keccak.h" /> | |
264 | <ClInclude Include="scryptjane\scrypt-jane-hash_sha256.h" /> | |
265 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-avx.h" /> | |
266 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-sse2.h" /> | |
267 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha-ssse3.h" /> | |
268 | <ClInclude Include="scryptjane\scrypt-jane-mix_chacha.h" /> | |
269 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-avx.h" /> | |
270 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa-sse2.h" /> | |
271 | <ClInclude Include="scryptjane\scrypt-jane-mix_salsa.h" /> | |
272 | <ClInclude Include="scryptjane\scrypt-jane-pbkdf2.h" /> | |
273 | <ClInclude Include="scryptjane\scrypt-jane-portable-x86.h" /> | |
274 | <ClInclude Include="scryptjane\scrypt-jane-portable.h" /> | |
275 | <ClInclude Include="scryptjane\scrypt-jane-romix-basic.h" /> | |
276 | <ClInclude Include="scryptjane\scrypt-jane-romix-template.h" /> | |
277 | <ClInclude Include="scryptjane\scrypt-jane-romix.h" /> | |
278 | <ClInclude Include="scryptjane\scrypt-jane-salsa.h" /> | |
279 | <ClInclude Include="scryptjane\scrypt-jane-test-vectors.h" /> | |
588f5d90 TP |
280 | <ClInclude Include="sha3\sph_blake.h" /> |
281 | <ClInclude Include="sha3\sph_bmw.h" /> | |
282 | <ClInclude Include="sha3\sph_cubehash.h" /> | |
283 | <ClInclude Include="sha3\sph_echo.h" /> | |
284 | <ClInclude Include="sha3\sph_fugue.h" /> | |
285 | <ClInclude Include="sha3\sph_groestl.h" /> | |
286 | <ClInclude Include="sha3\sph_haval.h" /> | |
287 | <ClInclude Include="sha3\sph_hefty1.h" /> | |
288 | <ClInclude Include="sha3\sph_jh.h" /> | |
289 | <ClInclude Include="sha3\sph_keccak.h" /> | |
290 | <ClInclude Include="sha3\sph_luffa.h" /> | |
291 | <ClInclude Include="sha3\sph_shabal.h" /> | |
292 | <ClInclude Include="sha3\sph_shavite.h" /> | |
293 | <ClInclude Include="sha3\sph_simd.h" /> | |
294 | <ClInclude Include="sha3\sph_skein.h" /> | |
295 | <ClInclude Include="sha3\sph_hamsi.h" /> | |
296 | <ClInclude Include="sha3\sph_types.h" /> | |
297 | <ClInclude Include="sha3\sph_whirlpool.h" /> | |
588f5d90 TP |
298 | </ItemGroup> |
299 | <ItemGroup> | |
300 | <ClCompile Include="neoscrypt_asm.S"> | |
301 | </ClCompile> | |
302 | <ClCompile Include="aesb-x86.SS"> | |
303 | <ExcludedFromBuild>true</ExcludedFromBuild> | |
304 | </ClCompile> | |
305 | <ClCompile Include="scrypt-x86.S"> | |
306 | <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild> | |
307 | </ClCompile> | |
308 | <ClCompile Include="sha2-x86.S"> | |
309 | <ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild> | |
310 | </ClCompile> | |
311 | <ClCompile Include="aesb-x64.S"> | |
312 | <ExcludedFromBuild>true</ExcludedFromBuild> | |
313 | </ClCompile> | |
314 | <ClCompile Include="scrypt-x64.S"> | |
315 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> | |
316 | </ClCompile> | |
317 | <ClCompile Include="sha2-x64.S"> | |
318 | <ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild> | |
319 | </ClCompile> | |
320 | <None Include="scrypt-arm.S" /> | |
321 | <None Include="sha2-arm.S" /> | |
322 | </ItemGroup> | |
323 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
324 | <!-- Copy the required dlls --> | |
325 | <Target Name="AfterBuild"> | |
326 | <Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" /> | |
327 | </Target> | |
328 | <Target Name="AfterClean"> | |
329 | <Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> | |
330 | </Target> | |
9f3083cd | 331 | </Project> |