diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 07:35:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 07:35:09 +0000 |
commit | e270295e45b14cd3405d94b1184f4242737c5cf3 (patch) | |
tree | cba87f7208132f1cbaed0e89504eb787f821e293 /plugins/Msg_Export | |
parent | 8db272850a6e89689424eb3058e833511ee64232 (diff) |
StopSpamMod added to a full solution, unchecked (boost), small projects adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@1271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-x | plugins/Msg_Export/msg_export_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/msg_export_10.vcxproj b/plugins/Msg_Export/msg_export_10.vcxproj index b5bf2420a1..1a8d220d4c 100755 --- a/plugins/Msg_Export/msg_export_10.vcxproj +++ b/plugins/Msg_Export/msg_export_10.vcxproj @@ -163,6 +163,7 @@ <OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|