|
205 | 205 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
206 | 206 | </Manifest> |
207 | 207 | <PostBuildEvent> |
208 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 208 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 209 | +copy /Y "$(LibreSSL-x86-Path)\libcrypto.dll" "$(OutDir)"</Command> |
209 | 210 | </PostBuildEvent> |
210 | 211 | </ItemDefinitionGroup> |
211 | 212 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
231 | 232 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
232 | 233 | </Manifest> |
233 | 234 | <PostBuildEvent> |
234 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 235 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 236 | +copy /Y "$(LibreSSL-x64-Path)\libcrypto.dll" "$(OutDir)"</Command> |
235 | 237 | </PostBuildEvent> |
236 | 238 | </ItemDefinitionGroup> |
237 | 239 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
|
257 | 259 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
258 | 260 | </Manifest> |
259 | 261 | <PostBuildEvent> |
260 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 262 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 263 | +copy /Y "$(LibreSSL-arm64-Path)\libcrypto.dll" "$(OutDir)"</Command> |
261 | 264 | </PostBuildEvent> |
262 | 265 | </ItemDefinitionGroup> |
263 | 266 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
283 | 286 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
284 | 287 | </Manifest> |
285 | 288 | <PostBuildEvent> |
286 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 289 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 290 | +copy /Y "$(LibreSSL-arm-Path)\libcrypto.dll" "$(OutDir)"</Command> |
287 | 291 | </PostBuildEvent> |
288 | 292 | </ItemDefinitionGroup> |
289 | 293 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
311 | 315 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
312 | 316 | </Manifest> |
313 | 317 | <PostBuildEvent> |
314 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 318 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 319 | +copy /Y "$(LibreSSL-x86-Path)\libcrypto.dll" "$(OutDir)"</Command> |
315 | 320 | </PostBuildEvent> |
316 | 321 | </ItemDefinitionGroup> |
317 | 322 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
340 | 345 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
341 | 346 | </Manifest> |
342 | 347 | <PostBuildEvent> |
343 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 348 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 349 | +copy /Y "$(LibreSSL-x64-Path)\libcrypto.dll" "$(OutDir)"</Command> |
344 | 350 | </PostBuildEvent> |
345 | 351 | </ItemDefinitionGroup> |
346 | 352 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
|
369 | 375 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
370 | 376 | </Manifest> |
371 | 377 | <PostBuildEvent> |
372 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 378 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 379 | +copy /Y "$(LibreSSL-arm64-Path)\libcrypto.dll" "$(OutDir)"</Command> |
373 | 380 | </PostBuildEvent> |
374 | 381 | </ItemDefinitionGroup> |
375 | 382 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
398 | 405 | <AdditionalManifestFiles>targetos.manifest</AdditionalManifestFiles> |
399 | 406 | </Manifest> |
400 | 407 | <PostBuildEvent> |
401 | | - <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)"</Command> |
| 408 | + <Command>xcopy /Y "$(ProjectDir)..\..\..\regress\unittests\hostkeys\testdata\*" "$(OutDir)" |
| 409 | +copy /Y "$(LibreSSL-arm-Path)\libcrypto.dll" "$(OutDir)"</Command> |
402 | 410 | </PostBuildEvent> |
403 | 411 | </ItemDefinitionGroup> |
404 | 412 | <ItemGroup> |
|
0 commit comments