|
139 | 139 | <ClCompile Include="..\..\..\..\test\chain\output.cpp" /> |
140 | 140 | <ClCompile Include="..\..\..\..\test\chain\point.cpp" /> |
141 | 141 | <ClCompile Include="..\..\..\..\test\chain\satoshi_words.cpp" /> |
142 | | - <ClCompile Include="..\..\..\..\test\chain\script.cpp" /> |
| 142 | + <ClCompile Include="..\..\..\..\test\chain\script.cpp"> |
| 143 | + <ObjectFileName>$(IntDir)test_chain_script.obj</ObjectFileName> |
| 144 | + </ClCompile> |
143 | 145 | <ClCompile Include="..\..\..\..\test\chain\stripper.cpp" /> |
144 | 146 | <ClCompile Include="..\..\..\..\test\chain\taproot.cpp" /> |
145 | 147 | <ClCompile Include="..\..\..\..\test\chain\tapscript.cpp" /> |
|
212 | 214 | <ClCompile Include="..\..\..\..\test\hash\functions.cpp" /> |
213 | 215 | <ClCompile Include="..\..\..\..\test\hash\hmac.cpp" /> |
214 | 216 | <ClCompile Include="..\..\..\..\test\hash\pbkd.cpp" /> |
215 | | - <ClCompile Include="..\..\..\..\test\hash\performance\baseline\rmd160.cpp" /> |
| 217 | + <ClCompile Include="..\..\..\..\test\hash\performance\baseline\rmd160.cpp"> |
| 218 | + <ObjectFileName>$(IntDir)test_hash_performance_baseline_rmd160.obj</ObjectFileName> |
| 219 | + </ClCompile> |
216 | 220 | <ClCompile Include="..\..\..\..\test\hash\performance\baseline\sha256.cpp"> |
217 | 221 | <ObjectFileName>$(IntDir)test_hash_performance_baseline_sha256.obj</ObjectFileName> |
218 | 222 | </ClCompile> |
219 | | - <ClCompile Include="..\..\..\..\test\hash\performance\performance.cpp" /> |
| 223 | + <ClCompile Include="..\..\..\..\test\hash\performance\performance.cpp"> |
| 224 | + <ObjectFileName>$(IntDir)test_hash_performance_performance.obj</ObjectFileName> |
| 225 | + </ClCompile> |
220 | 226 | <ClCompile Include="..\..\..\..\test\hash\rmd\algorithm.cpp"> |
221 | 227 | <ObjectFileName>$(IntDir)test_hash_rmd_algorithm.obj</ObjectFileName> |
222 | 228 | </ClCompile> |
|
236 | 242 | </ClCompile> |
237 | 243 | <ClCompile Include="..\..\..\..\test\hash\sha\sha512.cpp" /> |
238 | 244 | <ClCompile Include="..\..\..\..\test\hash\sha\vector.cpp" /> |
239 | | - <ClCompile Include="..\..\..\..\test\hash\siphash.cpp" /> |
| 245 | + <ClCompile Include="..\..\..\..\test\hash\siphash.cpp"> |
| 246 | + <ObjectFileName>$(IntDir)test_hash_siphash.obj</ObjectFileName> |
| 247 | + </ClCompile> |
240 | 248 | <ClCompile Include="..\..\..\..\test\intrinsics\byte_swap.cpp" /> |
241 | 249 | <ClCompile Include="..\..\..\..\test\intrinsics\cpuid.cpp" /> |
242 | 250 | <ClCompile Include="..\..\..\..\test\intrinsics\detection.cpp" /> |
|
262 | 270 | <ClCompile Include="..\..\..\..\test\math\addition.cpp" /> |
263 | 271 | <ClCompile Include="..\..\..\..\test\math\bits.cpp" /> |
264 | 272 | <ClCompile Include="..\..\..\..\test\math\bytes.cpp" /> |
265 | | - <ClCompile Include="..\..\..\..\test\math\byteswap.cpp" /> |
| 273 | + <ClCompile Include="..\..\..\..\test\math\byteswap.cpp"> |
| 274 | + <ObjectFileName>$(IntDir)test_math_byteswap.obj</ObjectFileName> |
| 275 | + </ClCompile> |
266 | 276 | <ClCompile Include="..\..\..\..\test\math\cast.cpp" /> |
267 | 277 | <ClCompile Include="..\..\..\..\test\math\division.cpp" /> |
268 | 278 | <ClCompile Include="..\..\..\..\test\math\limits.cpp" /> |
|
310 | 320 | <ClCompile Include="..\..\..\..\test\stream\streamers\sha256_writer.cpp" /> |
311 | 321 | <ClCompile Include="..\..\..\..\test\stream\streamers\sha256t_writer.cpp" /> |
312 | 322 | <ClCompile Include="..\..\..\..\test\stream\streamers\sha256x2_writer.cpp" /> |
313 | | - <ClCompile Include="..\..\..\..\test\test.cpp" /> |
| 323 | + <ClCompile Include="..\..\..\..\test\test.cpp"> |
| 324 | + <ObjectFileName>$(IntDir)test_test.obj</ObjectFileName> |
| 325 | + </ClCompile> |
314 | 326 | <ClCompile Include="..\..\..\..\test\typelets.cpp" /> |
315 | 327 | <ClCompile Include="..\..\..\..\test\types.cpp"> |
316 | 328 | <ObjectFileName>$(IntDir)test_types.obj</ObjectFileName> |
|
325 | 337 | <ClCompile Include="..\..\..\..\test\unicode\utf8_everywhere\paths.cpp" /> |
326 | 338 | <ClCompile Include="..\..\..\..\test\unicode\utf8_everywhere\unicode_istream.cpp" /> |
327 | 339 | <ClCompile Include="..\..\..\..\test\unicode\utf8_everywhere\unicode_ostream.cpp" /> |
328 | | - <ClCompile Include="..\..\..\..\test\utreexo\utreexo.cpp" /> |
| 340 | + <ClCompile Include="..\..\..\..\test\utreexo\utreexo.cpp"> |
| 341 | + <ObjectFileName>$(IntDir)test_utreexo_utreexo.obj</ObjectFileName> |
| 342 | + </ClCompile> |
329 | 343 | <ClCompile Include="..\..\..\..\test\wallet\addresses\bitcoin_uri.cpp" /> |
330 | 344 | <ClCompile Include="..\..\..\..\test\wallet\addresses\checked.cpp" /> |
331 | 345 | <ClCompile Include="..\..\..\..\test\wallet\addresses\payment_address.cpp" /> |
|
371 | 385 | <ClCompile Include="..\..\..\..\test\words\catalogs\mnemonic.cpp"> |
372 | 386 | <ObjectFileName>$(IntDir)test_words_catalogs_mnemonic.obj</ObjectFileName> |
373 | 387 | </ClCompile> |
374 | | - <ClCompile Include="..\..\..\..\test\words\dictionaries.cpp" /> |
375 | | - <ClCompile Include="..\..\..\..\test\words\dictionary.cpp" /> |
376 | | - <ClCompile Include="..\..\..\..\test\words\languages.cpp" /> |
| 388 | + <ClCompile Include="..\..\..\..\test\words\dictionaries.cpp"> |
| 389 | + <ObjectFileName>$(IntDir)test_words_dictionaries.obj</ObjectFileName> |
| 390 | + </ClCompile> |
| 391 | + <ClCompile Include="..\..\..\..\test\words\dictionary.cpp"> |
| 392 | + <ObjectFileName>$(IntDir)test_words_dictionary.obj</ObjectFileName> |
| 393 | + </ClCompile> |
| 394 | + <ClCompile Include="..\..\..\..\test\words\languages.cpp"> |
| 395 | + <ObjectFileName>$(IntDir)test_words_languages.obj</ObjectFileName> |
| 396 | + </ClCompile> |
377 | 397 | </ItemGroup> |
378 | 398 | <ItemGroup> |
379 | 399 | <ClInclude Include="..\..\..\..\test\chain\script.hpp" /> |
|
0 commit comments