Thanks to visit codestin.com Credit goes to github.com
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 14bab7a commit 2f8f564Copy full SHA for 2f8f564
1 file changed
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