diff options
Diffstat (limited to 'FavContacts')
-rw-r--r-- | FavContacts/favcontacts.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FavContacts/favcontacts.vcxproj b/FavContacts/favcontacts.vcxproj index cde3873..8c99da3 100644 --- a/FavContacts/favcontacts.vcxproj +++ b/FavContacts/favcontacts.vcxproj @@ -80,7 +80,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
|