From 72f4208b89bca17ace2198678db34902794e3ebc Mon Sep 17 00:00:00 2001 From: watcherhd Date: Fri, 25 Nov 2011 13:58:38 +0000 Subject: small compilation project fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@209 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Autorun/autorun.vcxproj | 4 ++-- Bass_interface/Bass_interface.vcxproj | 1 - BossKeyPlus/BossKey_10.vcxproj | 3 ++- BuddyPounce/buddypounce.vcxproj | 6 +++--- CSList/cslist_10.sln | 25 ++++++++++++++++++++++ CSList/cslist_10.vcxproj | 4 ++-- ContactsPlus/contacts.sln | 18 ++++++++-------- ContactsPlus/contacts.vcxproj | 5 +++-- CyrTranslit/CyrTranslit_10.vcxproj | 4 +--- FirstRun/FirstRun.vcxproj | 2 ++ FortuneAwayMsg/fortuneawaymsg.vcxproj | 2 ++ buddyexpectator/BuddyExpectator10.vcxproj | 6 +++--- console/Console.vcxproj | 6 ++++-- contacts_rate/rate_10.vcxproj | 4 +--- dbeditorpp/dbeditorpp_10.vcxproj | 6 ------ dbx_mmap_sa/db3x_mmap_sa_10.vcxproj | 2 -- .../db_autobackups/db_autobackups_10.vcxproj | 4 ++-- dbx_mmap_sa/dbtool/dbtool_10.vcxproj | 2 -- dbx_mmap_sa/import_sa/import_sa_10.vcxproj | 2 -- dbx_tree/dbx_tree_10.vcxproj | 8 +------ fingerprint_mod/fingerprint_mod.vcxproj | 1 + floatingcontacts/FltCont_10.vcxproj | 13 ++++++----- gender/gender_10.vcxproj | 2 +- gtalkext/GTalkExt.vcxproj | 1 - ieview/Options.cpp | 2 +- ieview/ieview.vcxproj | 1 - ieview/ieview.vcxproj.filters | 11 +++++----- 27 files changed, 76 insertions(+), 69 deletions(-) create mode 100644 CSList/cslist_10.sln diff --git a/Autorun/autorun.vcxproj b/Autorun/autorun.vcxproj index 8ca5fc5..f194b34 100644 --- a/Autorun/autorun.vcxproj +++ b/Autorun/autorun.vcxproj @@ -45,7 +45,6 @@ $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false true @@ -61,7 +60,6 @@ ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks - Size true @@ -122,6 +120,8 @@ 0x30040000 kernel32.lib;user32.lib;advapi32.lib;%(AdditionalDependencies) /FILEALIGN:512 /SECTION:.text,ER /IGNORE:4078 /IGNORE:4078 + true + true diff --git a/Bass_interface/Bass_interface.vcxproj b/Bass_interface/Bass_interface.vcxproj index e04c8ab..3498ccb 100644 --- a/Bass_interface/Bass_interface.vcxproj +++ b/Bass_interface/Bass_interface.vcxproj @@ -94,7 +94,6 @@ EditAndContinue CompileAsC 4996;%(DisableSpecificWarnings) - Size true diff --git a/BossKeyPlus/BossKey_10.vcxproj b/BossKeyPlus/BossKey_10.vcxproj index cfc9aa8..121a1f2 100644 --- a/BossKeyPlus/BossKey_10.vcxproj +++ b/BossKeyPlus/BossKey_10.vcxproj @@ -129,6 +129,8 @@ UseLinkTimeCodeGeneration + true + true @@ -155,7 +157,6 @@ EditAndContinue - Size _DEBUG;%(PreprocessorDefinitions) diff --git a/BuddyPounce/buddypounce.vcxproj b/BuddyPounce/buddypounce.vcxproj index d45a4c5..05bd26a 100644 --- a/BuddyPounce/buddypounce.vcxproj +++ b/BuddyPounce/buddypounce.vcxproj @@ -43,7 +43,6 @@ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false @@ -66,7 +65,6 @@ true EditAndContinue ../include;../ExternalAPI;%(AdditionalIncludeDirectories) - Size _DEBUG;%(PreprocessorDefinitions) @@ -95,7 +93,7 @@ - MaxSpeed + Full OnlyExplicitInline WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYPOUNCE_EXPORTS; _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) true @@ -116,6 +114,8 @@ MachineX86 + true + true true diff --git a/CSList/cslist_10.sln b/CSList/cslist_10.sln new file mode 100644 index 0000000..57e919c --- /dev/null +++ b/CSList/cslist_10.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Cslist", "cslist_10.vcxproj", "{2AD2FF74-06E1-4BD8-984A-526F3C6315B3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Debug Unicode|x64 = Debug Unicode|x64 + Release Unicode|Win32 = Release Unicode|Win32 + Release Unicode|x64 = Release Unicode|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Debug Unicode|x64.Build.0 = Debug Unicode|x64 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 + {2AD2FF74-06E1-4BD8-984A-526F3C6315B3}.Release Unicode|x64.Build.0 = Release Unicode|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/CSList/cslist_10.vcxproj b/CSList/cslist_10.vcxproj index 3a0aaca..8cb8443 100644 --- a/CSList/cslist_10.vcxproj +++ b/CSList/cslist_10.vcxproj @@ -104,7 +104,7 @@ OnlyExplicitInline Size true - ../../include;../ExternalAPI + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CSLIST_EXPORTS;%(PreprocessorDefinitions) true true @@ -181,7 +181,7 @@ Disabled - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;CSLIST_EXPORTS;%(PreprocessorDefinitions) true MultiThreadedDebug diff --git a/ContactsPlus/contacts.sln b/ContactsPlus/contacts.sln index c21b623..30dee4c 100644 --- a/ContactsPlus/contacts.sln +++ b/ContactsPlus/contacts.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual C++ Express 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "contacts", "contacts.vcxproj", "{103919CE-FE60-F6CA-ECFF-76E5A5FB3736}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "contacts", "contacts.vcxproj", "{92649470-4D4E-EDA0-126C-132D5F0AA475}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,14 +10,14 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Debug|Win32.ActiveCfg = Debug|Win32 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Debug|Win32.Build.0 = Debug|Win32 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Debug|x64.ActiveCfg = Debug|x64 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Debug|x64.Build.0 = Debug|x64 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Release|Win32.ActiveCfg = Release|Win32 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Release|Win32.Build.0 = Release|Win32 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Release|x64.ActiveCfg = Release|x64 - {103919CE-FE60-F6CA-ECFF-76E5A5FB3736}.Release|x64.Build.0 = Release|x64 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Debug|Win32.ActiveCfg = Debug|Win32 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Debug|Win32.Build.0 = Debug|Win32 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Debug|x64.ActiveCfg = Debug|x64 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Debug|x64.Build.0 = Debug|x64 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Release|Win32.ActiveCfg = Release|Win32 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Release|Win32.Build.0 = Release|Win32 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Release|x64.ActiveCfg = Release|x64 + {92649470-4D4E-EDA0-126C-132D5F0AA475}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ContactsPlus/contacts.vcxproj b/ContactsPlus/contacts.vcxproj index 87480d3..ce44fb6 100644 --- a/ContactsPlus/contacts.vcxproj +++ b/ContactsPlus/contacts.vcxproj @@ -64,7 +64,6 @@ - false $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ @@ -89,7 +88,7 @@ OnlyExplicitInline true true - MaxSpeed + Full true Level3 ../include;../ExternalAPI;%(AdditionalIncludeDirectories) @@ -119,6 +118,8 @@ Console /ALIGN:4096 /ignore:4108 comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true diff --git a/CyrTranslit/CyrTranslit_10.vcxproj b/CyrTranslit/CyrTranslit_10.vcxproj index 1ad3731..af8e9a3 100644 --- a/CyrTranslit/CyrTranslit_10.vcxproj +++ b/CyrTranslit/CyrTranslit_10.vcxproj @@ -44,7 +44,6 @@ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false @@ -61,7 +60,6 @@ Cdecl CompileAsCpp ../include;../ExternalAPI;%(AdditionalIncludeDirectories) - Size 0x0409 @@ -78,7 +76,7 @@ - MinSpace + Full WIN32;NDEBUG;_WINDOWS;_USRDLL;CYRTRANSLIT_EXPORTS;%(PreprocessorDefinitions) MultiThreaded diff --git a/FirstRun/FirstRun.vcxproj b/FirstRun/FirstRun.vcxproj index dbce87b..a68a63c 100644 --- a/FirstRun/FirstRun.vcxproj +++ b/FirstRun/FirstRun.vcxproj @@ -77,6 +77,8 @@ MachineX86 + true + true true diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj b/FortuneAwayMsg/fortuneawaymsg.vcxproj index 8202854..576417f 100644 --- a/FortuneAwayMsg/fortuneawaymsg.vcxproj +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj @@ -116,6 +116,8 @@ MachineX86 + true + true true diff --git a/buddyexpectator/BuddyExpectator10.vcxproj b/buddyexpectator/BuddyExpectator10.vcxproj index 321d712..8bfceda 100644 --- a/buddyexpectator/BuddyExpectator10.vcxproj +++ b/buddyexpectator/BuddyExpectator10.vcxproj @@ -45,7 +45,6 @@ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false AllRules.ruleset @@ -107,8 +106,7 @@ - MaxSpeed - OnlyExplicitInline + Full ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS;%(PreprocessorDefinitions) true @@ -127,6 +125,8 @@ true true MachineX86 + true + true true diff --git a/console/Console.vcxproj b/console/Console.vcxproj index dbd582d..83e9903 100644 --- a/console/Console.vcxproj +++ b/console/Console.vcxproj @@ -161,7 +161,6 @@ true ProgramDatabase Default - Size _DEBUG;%(PreprocessorDefinitions) @@ -267,6 +266,8 @@ MachineX86 + true + true @@ -338,7 +339,6 @@ true ProgramDatabase Default - Size _DEBUG;%(PreprocessorDefinitions) @@ -444,6 +444,8 @@ MachineX86 + true + true diff --git a/contacts_rate/rate_10.vcxproj b/contacts_rate/rate_10.vcxproj index c1e998b..f33d106 100644 --- a/contacts_rate/rate_10.vcxproj +++ b/contacts_rate/rate_10.vcxproj @@ -42,7 +42,6 @@ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false @@ -56,7 +55,6 @@ Level3 EditAndContinue - Size true @@ -67,7 +65,7 @@ - MinSpace + Full ../include;../ExternalApi;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded diff --git a/dbeditorpp/dbeditorpp_10.vcxproj b/dbeditorpp/dbeditorpp_10.vcxproj index 9aafdec..8c06506 100644 --- a/dbeditorpp/dbeditorpp_10.vcxproj +++ b/dbeditorpp/dbeditorpp_10.vcxproj @@ -167,7 +167,6 @@ true EditAndContinue 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) @@ -181,7 +180,6 @@ false - $(IntDir)$(TargetName).lib @@ -259,7 +257,6 @@ false - $(IntDir)$(TargetName).lib @@ -324,7 +321,6 @@ true EditAndContinue 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) @@ -338,7 +334,6 @@ false - $(IntDir)$(TargetName).lib @@ -416,7 +411,6 @@ false - $(IntDir)$(TargetName).lib diff --git a/dbx_mmap_sa/db3x_mmap_sa_10.vcxproj b/dbx_mmap_sa/db3x_mmap_sa_10.vcxproj index 948be15..ac8fb3f 100644 --- a/dbx_mmap_sa/db3x_mmap_sa_10.vcxproj +++ b/dbx_mmap_sa/db3x_mmap_sa_10.vcxproj @@ -187,7 +187,6 @@ Level3 EditAndContinue 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) @@ -343,7 +342,6 @@ EditAndContinue 4996;%(DisableSpecificWarnings) false - Size _DEBUG;%(PreprocessorDefinitions) diff --git a/dbx_mmap_sa/db_autobackups/db_autobackups_10.vcxproj b/dbx_mmap_sa/db_autobackups/db_autobackups_10.vcxproj index 4921f8c..0f7b6b8 100644 --- a/dbx_mmap_sa/db_autobackups/db_autobackups_10.vcxproj +++ b/dbx_mmap_sa/db_autobackups/db_autobackups_10.vcxproj @@ -164,7 +164,6 @@ Level3 EditAndContinue - Size true @@ -206,6 +205,7 @@ Level3 ProgramDatabase Size + Full true @@ -252,7 +252,6 @@ Level3 EditAndContinue - Size true @@ -288,6 +287,7 @@ Level3 ProgramDatabase Size + Full true diff --git a/dbx_mmap_sa/dbtool/dbtool_10.vcxproj b/dbx_mmap_sa/dbtool/dbtool_10.vcxproj index c76a9f5..425b84d 100644 --- a/dbx_mmap_sa/dbtool/dbtool_10.vcxproj +++ b/dbx_mmap_sa/dbtool/dbtool_10.vcxproj @@ -187,7 +187,6 @@ EditAndContinue Default 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) @@ -338,7 +337,6 @@ EditAndContinue Default 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) diff --git a/dbx_mmap_sa/import_sa/import_sa_10.vcxproj b/dbx_mmap_sa/import_sa/import_sa_10.vcxproj index 6e9e3f3..d7f455d 100644 --- a/dbx_mmap_sa/import_sa/import_sa_10.vcxproj +++ b/dbx_mmap_sa/import_sa/import_sa_10.vcxproj @@ -312,7 +312,6 @@ EditAndContinue Default 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) @@ -411,7 +410,6 @@ EditAndContinue Default 4996;%(DisableSpecificWarnings) - Size _DEBUG;%(PreprocessorDefinitions) diff --git a/dbx_tree/dbx_tree_10.vcxproj b/dbx_tree/dbx_tree_10.vcxproj index d89fc56..7beae3b 100644 --- a/dbx_tree/dbx_tree_10.vcxproj +++ b/dbx_tree/dbx_tree_10.vcxproj @@ -206,7 +206,7 @@ ../include;../ExternalAPI;%(AdditionalIncludeDirectories) true EnableFastChecks - MultiThreaded + MultiThreadedDebug true Fast @@ -242,9 +242,6 @@ false false Windows - true - true - Default false @@ -343,9 +340,6 @@ false false Windows - true - true - Default false diff --git a/fingerprint_mod/fingerprint_mod.vcxproj b/fingerprint_mod/fingerprint_mod.vcxproj index bd837b3..526870f 100644 --- a/fingerprint_mod/fingerprint_mod.vcxproj +++ b/fingerprint_mod/fingerprint_mod.vcxproj @@ -191,6 +191,7 @@ MachineX86 + UseLinkTimeCodeGeneration diff --git a/floatingcontacts/FltCont_10.vcxproj b/floatingcontacts/FltCont_10.vcxproj index 187b87d..eec2f6b 100644 --- a/floatingcontacts/FltCont_10.vcxproj +++ b/floatingcontacts/FltCont_10.vcxproj @@ -76,7 +76,6 @@ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false fltcontacts @@ -109,7 +108,7 @@ - MinSpace + Full Size ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) @@ -131,8 +130,8 @@ Msimg32.lib;%(AdditionalDependencies) true true - false - false + true + true false @@ -169,7 +168,7 @@ - MinSpace + Full Size ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) @@ -191,8 +190,8 @@ Msimg32.lib;%(AdditionalDependencies) true true - false - false + true + true false diff --git a/gender/gender_10.vcxproj b/gender/gender_10.vcxproj index 4f69ee2..3e6e29d 100644 --- a/gender/gender_10.vcxproj +++ b/gender/gender_10.vcxproj @@ -97,7 +97,7 @@ - MinSpace + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks diff --git a/gtalkext/GTalkExt.vcxproj b/gtalkext/GTalkExt.vcxproj index 85adf8b..e2b305c 100644 --- a/gtalkext/GTalkExt.vcxproj +++ b/gtalkext/GTalkExt.vcxproj @@ -203,7 +203,6 @@ Use Level3 EditAndContinue - Size %(AdditionalLibraryDirectories) diff --git a/ieview/Options.cpp b/ieview/Options.cpp index 8ffbdb2..98dfb38 100644 --- a/ieview/Options.cpp +++ b/ieview/Options.cpp @@ -436,7 +436,7 @@ int IEViewOptInit(WPARAM wParam, LPARAM lParam) odp.ptszTab = tabPages[0].tabName; CallService(MS_OPT_ADDPAGE, wParam, (LPARAM) & odp); odp.ptszGroup = _T("Skins"); - odp.ptszTitle = _T("Message Log"); + odp.ptszTitle = _T("IEView"); for (i = 1; i < SIZEOF(tabPages); i++) { odp.pszTemplate = MAKEINTRESOURCEA(tabPages[i].dlgId); odp.pfnDlgProc = tabPages[i].dlgProc; diff --git a/ieview/ieview.vcxproj b/ieview/ieview.vcxproj index 971ac2c..2debb0a 100644 --- a/ieview/ieview.vcxproj +++ b/ieview/ieview.vcxproj @@ -67,7 +67,6 @@ $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true true diff --git a/ieview/ieview.vcxproj.filters b/ieview/ieview.vcxproj.filters index 5f6023c..022cb3c 100644 --- a/ieview/ieview.vcxproj.filters +++ b/ieview/ieview.vcxproj.filters @@ -90,17 +90,16 @@ Header Files - - Header Files - + + + + + Resource Files - - Resource Files - -- cgit v1.2.3