diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
commit | 00c02423ce5678c3138c4adfc3e3cb81185aa87b (patch) | |
tree | 32db555805da1b189cd028846182e2350a44ac8c /plugins/HistorySweeperLight/historysweeperlight_10.vcxproj | |
parent | 195abf5e457c3063d5a913caafed5ccb6c24d4e8 (diff) |
Solution files adjustment, debug info generation to all projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@43 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/historysweeperlight_10.vcxproj')
-rw-r--r-- | plugins/HistorySweeperLight/historysweeperlight_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj index cd1b6b08d9..94b1a061dd 100644 --- a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj +++ b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj @@ -86,7 +86,7 @@ </ClCompile>
<Link>
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <GenerateDebugInformation>false</GenerateDebugInformation>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|