summaryrefslogtreecommitdiff
path: root/plugins/OpenSSL/OpenSSL.vcxproj
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-03-26 12:10:30 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-03-26 12:10:30 +0000
commit81eb3209fdc7cba7a125ac6daacc893e93f22d2b (patch)
tree5281a4e5d3d5090e64d251e977e807c92fe1ba72 /plugins/OpenSSL/OpenSSL.vcxproj
parent6a47baae2e0b0e0e2658b5e758901d25bd0cf488 (diff)
OpenSSL: code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/OpenSSL.vcxproj')
-rw-r--r--plugins/OpenSSL/OpenSSL.vcxproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/OpenSSL/OpenSSL.vcxproj b/plugins/OpenSSL/OpenSSL.vcxproj
index 029b2d5914..29d08f9d1f 100644
--- a/plugins/OpenSSL/OpenSSL.vcxproj
+++ b/plugins/OpenSSL/OpenSSL.vcxproj
@@ -25,4 +25,13 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>delayimp.lib;libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <DelayLoadDLLs>libeay32.dll;ssleay32.dll;crypt32.dll</DelayLoadDLLs>
+ </Link>
+ </ItemDefinitionGroup>
</Project> \ No newline at end of file