diff options
Diffstat (limited to 'PCbuild/ssleay.vcxproj')
-rw-r--r-- | PCbuild/ssleay.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj index f00c606..fa8c5d3 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -41,8 +41,12 @@ <Import Project="python.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + + <PropertyGroup Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + </PropertyGroup> + <Import Project="openssl.props" /> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ItemGroup> |