From ac6eb5e4cafaf0533dfd7a1da440e3a3514243e3 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 5 May 2011 14:32:01 +0000 Subject: small fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@75 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- IgnoreState/ignore_10.sln | 25 ++++++ IgnoreState/ignore_10.vcxproj | 16 ++-- IgnoreState/ignore_9.sln | 19 +++++ IgnoreState/ignore_9.vcproj | 16 ++-- Zero_Notification/Zero Notification_10.sln | 25 ++++++ Zero_Notification/Zero Notification_10.vcxproj | 18 ++-- Zero_Notification/res/ZeroNotifyW.rc | 2 +- contacts_rate/rate10.vcxproj | 111 ------------------------ contacts_rate/rate_10.sln | 2 +- contacts_rate/rate_10.vcxproj | 112 +++++++++++++++++++++++++ 10 files changed, 209 insertions(+), 137 deletions(-) create mode 100644 IgnoreState/ignore_10.sln create mode 100644 IgnoreState/ignore_9.sln create mode 100644 Zero_Notification/Zero Notification_10.sln delete mode 100644 contacts_rate/rate10.vcxproj create mode 100644 contacts_rate/rate_10.vcxproj diff --git a/IgnoreState/ignore_10.sln b/IgnoreState/ignore_10.sln new file mode 100644 index 0000000..250a6ba --- /dev/null +++ b/IgnoreState/ignore_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}") = "IgnoreState", "ignore_10.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" +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 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|x64.Build.0 = Debug Unicode|x64 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|x64.Build.0 = Release Unicode|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/IgnoreState/ignore_10.vcxproj b/IgnoreState/ignore_10.vcxproj index 9f1e363..38c4ca0 100644 --- a/IgnoreState/ignore_10.vcxproj +++ b/IgnoreState/ignore_10.vcxproj @@ -65,12 +65,12 @@ <_ProjectFileVersion>10.0.30319.1 - ../../../Files/Debug/Plugins\ - ../../../Files/Debug64/Plugins\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ - ../../../Files/Release/Plugins\ - ../../../Files/Release64/Plugins\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ AllRules.ruleset @@ -89,7 +89,7 @@ Disabled - ../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDebug Level3 @@ -112,7 +112,7 @@ Disabled - ../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDebug Level3 @@ -136,7 +136,7 @@ Full OnlyExplicitInline Size - ../../include;../../ExternalAPI + ../../include;../ExternalAPI WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Level3 ProgramDatabase @@ -166,7 +166,7 @@ Full OnlyExplicitInline Size - ../../include;../../ExternalAPI + ../../include;../ExternalAPI WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Level3 ProgramDatabase diff --git a/IgnoreState/ignore_9.sln b/IgnoreState/ignore_9.sln new file mode 100644 index 0000000..da27d0e --- /dev/null +++ b/IgnoreState/ignore_9.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "ignore_9.vcproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Release Unicode|Win32 = Release Unicode|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {214F211F-1A2B-4F79-8993-B8DEE2EF7441}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/IgnoreState/ignore_9.vcproj b/IgnoreState/ignore_9.vcproj index acdb830..c4202ec 100644 --- a/IgnoreState/ignore_9.vcproj +++ b/IgnoreState/ignore_9.vcproj @@ -21,7 +21,7 @@ - ZeroNotifyW + ZeroNotify {E37561EB-B9C5-4215-9FF9-DB559916FBA2} avs @@ -70,14 +70,16 @@ $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - $(SolutionDir)\..\..\Install\Files\Plugins\ - $(SolutionDir)Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj\$(ProjectName)\ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(SolutionDir)\..\SVN\Miranda\Trunk\miranda\include false + $(ProjectName)W + $(ProjectName)W @@ -91,7 +93,7 @@ Disabled - C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include;%(AdditionalIncludeDirectories) + ../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) false true @@ -144,7 +146,7 @@ Disabled - C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include;%(AdditionalIncludeDirectories) + ../../include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks @@ -199,11 +201,11 @@ false false true - %(AdditionalIncludeDirectories) + ../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) true false - MultiThreadedDLL + MultiThreaded false false NotSet @@ -268,7 +270,7 @@ OnlyExplicitInline Size true - C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include;%(AdditionalIncludeDirectories) + ../../include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) true diff --git a/Zero_Notification/res/ZeroNotifyW.rc b/Zero_Notification/res/ZeroNotifyW.rc index 28c95a2..5d0ab0d 100644 --- a/Zero_Notification/res/ZeroNotifyW.rc +++ b/Zero_Notification/res/ZeroNotifyW.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script. // -#include "resource." +#include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// diff --git a/contacts_rate/rate10.vcxproj b/contacts_rate/rate10.vcxproj deleted file mode 100644 index b3d1b00..0000000 --- a/contacts_rate/rate10.vcxproj +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {DB315D7D-00BB-43B2-93A6-0430CA2B9F28} - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false - - - - Disabled - ../../include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - true - $(OutDir)authstate.pdb - Windows - 0x22620000 - $(OutDir)authstate.lib - MachineX86 - - - - - MinSpace - ../../include;../../miranda/miranda/include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - NotSet - true - Windows - true - true - 0x22620000 - $(OutDir)authstate.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/contacts_rate/rate_10.sln b/contacts_rate/rate_10.sln index 99b1f7e..599727f 100644 --- a/contacts_rate/rate_10.sln +++ b/contacts_rate/rate_10.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual C++ Express 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rate", "rate.vcxproj", "{DB315D7D-00BB-43B2-93A6-0430CA2B9F28}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rate", "rate_10.vcxproj", "{DB315D7D-00BB-43B2-93A6-0430CA2B9F28}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/contacts_rate/rate_10.vcxproj b/contacts_rate/rate_10.vcxproj new file mode 100644 index 0000000..1af790e --- /dev/null +++ b/contacts_rate/rate_10.vcxproj @@ -0,0 +1,112 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {DB315D7D-00BB-43B2-93A6-0430CA2B9F28} + Win32Proj + rate + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + + + + Disabled + ../../include;../ExternalApi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + true + $(OutDir)authstate.pdb + Windows + 0x22620000 + $(OutDir)authstate.lib + MachineX86 + + + + + MinSpace + ../../include;../ExternalApi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + + + NotSet + true + Windows + true + true + 0x22620000 + $(OutDir)rate.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3