From d33dfc6c4614ac908402aa00e0bc30b77047d997 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sun, 20 Nov 2011 21:29:39 +0000 Subject: small project fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@193 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ContactsPlus/contacts.sln | 20 ++++ ContactsPlus/contacts.vcxproj | 175 ++++++++++++++++++++++++++++++++++ ContactsPlus/contacts.vcxproj.filters | 61 ++++++++++++ contacts_rate/rate_10.vcxproj | 5 +- 4 files changed, 258 insertions(+), 3 deletions(-) create mode 100644 ContactsPlus/contacts.sln create mode 100644 ContactsPlus/contacts.vcxproj create mode 100644 ContactsPlus/contacts.vcxproj.filters diff --git a/ContactsPlus/contacts.sln b/ContactsPlus/contacts.sln new file mode 100644 index 0000000..b2c8cfc --- /dev/null +++ b/ContactsPlus/contacts.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "contacts", "contacts.vcxproj", "{546604FA-B25F-4D58-B05D-0F9018B54664}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {546604FA-B25F-4D58-B05D-0F9018B54664}.Debug|Win32.ActiveCfg = Debug|Win32 + {546604FA-B25F-4D58-B05D-0F9018B54664}.Debug|Win32.Build.0 = Debug|Win32 + {546604FA-B25F-4D58-B05D-0F9018B54664}.Release|Win32.ActiveCfg = Release|Win32 + {546604FA-B25F-4D58-B05D-0F9018B54664}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/ContactsPlus/contacts.vcxproj b/ContactsPlus/contacts.vcxproj new file mode 100644 index 0000000..cf5fdcd --- /dev/null +++ b/ContactsPlus/contacts.vcxproj @@ -0,0 +1,175 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {546604FA-B25F-4D58-B05D-0F9018B54664} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/contacts.tlb + + + + + MaxSpeed + OnlyExplicitInline + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + Use + contacts.h + Level3 + true + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0405 + + + /ALIGN:4096 /ignore:4108 %(AdditionalOptions) + comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + false + + + MachineX86 + + + true + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/contacts.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CONTACTS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Level3 + true + EditAndContinue + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + _DEBUG;%(PreprocessorDefinitions) + 0x0405 + + + true + true + false + + + MachineX86 + + + true + + + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + Create + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + \ No newline at end of file diff --git a/ContactsPlus/contacts.vcxproj.filters b/ContactsPlus/contacts.vcxproj.filters new file mode 100644 index 0000000..8814508 --- /dev/null +++ b/ContactsPlus/contacts.vcxproj.filters @@ -0,0 +1,61 @@ + + + + + {c0e9ea51-8fc0-4db3-a0d9-491b3e4fecde} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {05b2429f-b6fd-4862-97a2-f5686ee35703} + h;hpp;hxx;hm;inl + + + {56ec564b-af99-40f8-ae70-af5307bdc3f5} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/contacts_rate/rate_10.vcxproj b/contacts_rate/rate_10.vcxproj index 1af790e..a9738a4 100644 --- a/contacts_rate/rate_10.vcxproj +++ b/contacts_rate/rate_10.vcxproj @@ -56,13 +56,12 @@ Level3 EditAndContinue + Size true - $(OutDir)authstate.pdb Windows 0x22620000 - $(OutDir)authstate.lib MachineX86 @@ -76,6 +75,7 @@ Level3 ProgramDatabase + Size NotSet @@ -84,7 +84,6 @@ true true 0x22620000 - $(OutDir)rate.lib MachineX86 -- cgit v1.2.3