diff options
-rw-r--r-- | PCbuild/_ssl.vcxproj | 2 | ||||
-rw-r--r-- | PCbuild/openssl.props | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_ssl.vcxproj b/PCbuild/_ssl.vcxproj index 4907f49..226ff50 100644 --- a/PCbuild/_ssl.vcxproj +++ b/PCbuild/_ssl.vcxproj @@ -119,4 +119,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index 6081d3c..7071bb5 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -31,4 +31,4 @@ <Target Name="_CleanSSLDLL" Condition="$(SkipCopySSLDLL) == ''" BeforeTargets="Clean"> <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> </Target> -</Project>
\ No newline at end of file +</Project> |