diff --git a/PCbuild/libeay.vcxproj b/PCbuild/libeay.vcxproj index 4adec9082db..8348bc0bc45 100644 --- a/PCbuild/libeay.vcxproj +++ b/PCbuild/libeay.vcxproj @@ -42,12 +42,6 @@ - - - StaticLibrary - $(opensslDir)tmp32\libeay\ - $(opensslDir)tmp64\libeay\ - diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index b64c3e1ebde..356159eca15 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -2,6 +2,12 @@ + + StaticLibrary + $(opensslDir)tmp\$(ArchName)_$(Configuration)\$(ProjectName)\ + $(opensslDir)tmp\$(ArchName)\$(ProjectName)\ + + diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj index bd7dd40a2a2..f00c606a385 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -42,12 +42,6 @@ - - - StaticLibrary - $(opensslDir)tmp32\ssleay\ - $(opensslDir)tmp64\ssleay\ -