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 | |
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')
-rw-r--r-- | plugins/HistorySweeperLight/historysweeperlight_10.sln | 13 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/historysweeperlight_10.vcxproj | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight_10.sln b/plugins/HistorySweeperLight/historysweeperlight_10.sln index 17ed71fab7..09e63c90b5 100644 --- a/plugins/HistorySweeperLight/historysweeperlight_10.sln +++ b/plugins/HistorySweeperLight/historysweeperlight_10.sln @@ -1,17 +1,18 @@ +
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "historysweeperlight", "historysweeperlight_10.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Unicode|Win32 = Debug Unicode|Win32
- Release Unicode|Win32 = Release Unicode|Win32
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Debug|Win32.Build.0 = Debug|Win32
+ {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Release|Win32.ActiveCfg = Release|Win32
+ {9DE1F0B0-B9D1-4681-82E7-13CC3E047445}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
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>
|