We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad2c4 commit 34b3985Copy full SHA for 34b3985
PCbuild/openssl.props
@@ -23,6 +23,6 @@
23
<Copy SourceFiles="@(_SSLDLL)" DestinationFolder="$(OutDir)" />
24
</Target>
25
<Target Name="_CleanSSLDLL" BeforeTargets="Clean">
26
- <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" />
+ <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
27
28
</Project>
0 commit comments