From 00c02423ce5678c3138c4adfc3e3cb81185aa87b Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 18 May 2012 14:30:41 +0000 Subject: 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 --- plugins/ProfileManager/pmanagerEx.sln | 12 ++++++------ plugins/ProfileManager/pmanagerEx.vcxproj | 29 +++++++++++++---------------- 2 files changed, 19 insertions(+), 22 deletions(-) (limited to 'plugins/ProfileManager') diff --git a/plugins/ProfileManager/pmanagerEx.sln b/plugins/ProfileManager/pmanagerEx.sln index d2917e9741..2f9d462e10 100644 --- a/plugins/ProfileManager/pmanagerEx.sln +++ b/plugins/ProfileManager/pmanagerEx.sln @@ -5,14 +5,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmanagerEx", "pmanagerEx.vc 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 - {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 - {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 - {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 - {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug|Win32.ActiveCfg = Debug|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Debug|Win32.Build.0 = Debug|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release|Win32.ActiveCfg = Release|Win32 + {728CF16E-F3FF-4DEB-88C5-E9118F61ACD5}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/ProfileManager/pmanagerEx.vcxproj b/plugins/ProfileManager/pmanagerEx.vcxproj index 3f7ccbe0b8..1fdd3145ec 100644 --- a/plugins/ProfileManager/pmanagerEx.vcxproj +++ b/plugins/ProfileManager/pmanagerEx.vcxproj @@ -19,6 +19,7 @@ DynamicLibrary false MultiByte + true DynamicLibrary @@ -39,11 +40,11 @@ <_ProjectFileVersion>10.0.40219.1 - .\Debug\ - .\Debug\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - $(SolutionDir)/Debug/\ - $(SolutionDir)/Debug/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ false @@ -62,7 +63,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;pmanager_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreaded + MultiThreadedDebug .\Debug/pmanager.pch .\Debug/ .\Debug/ @@ -76,14 +77,14 @@ 0x0809 - ./plugins/pmanager.dll true - .\Debug/pmanager.pdb + $(TargetDir)$(TargetName).pdb false - .\Debug/pmanager.lib + $(IntDir)$(TargetName).lib MachineX86 + true true @@ -110,13 +111,9 @@ ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;pmanager_EXPORTS;%(PreprocessorDefinitions) true - MultiThreaded + MultiThreadedDLL true - StreamingSIMDExtensions2 $(IntDir)pmanager.pch - $(IntDir) - $(IntDir) - $(IntDir) Level3 true @@ -125,17 +122,17 @@ 0x0809 - D:\Miranda\plugins/pmanager.dll true $(IntDir)$(TargetFileName).intermediate.manifest - $(IntDir)pmanager.pdb false - $(IntDir)pmanager.lib + $(IntDir)$(TargetName).lib MachineX86 + true + $(TargetDir)$(TargetName).pdb $(IntDir)$(TargetName).xml -- cgit v1.2.3