summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/jabber.vcxproj')
-rwxr-xr-x[-rw-r--r--]protocols/JabberG/jabber.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber.vcxproj b/protocols/JabberG/jabber.vcxproj
index 3ffd43db9a..e35ec5090f 100644..100755
--- a/protocols/JabberG/jabber.vcxproj
+++ b/protocols/JabberG/jabber.vcxproj
@@ -25,6 +25,11 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ </ClCompile>
+ </ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>