diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/openssl.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index 257cc85..8c78cd4 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -23,6 +23,6 @@ <Copy SourceFiles="@(_SSLDLL)" DestinationFolder="$(OutDir)" /> </Target> <Target Name="_CleanSSLDLL" BeforeTargets="Clean"> - <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" /> + <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> </Target> </Project>
\ No newline at end of file |