From 35a4603c6135738a5c9f7729c6bb19f9ce656c8a Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 21:47:31 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@230 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- RecentContacts/V_RecentContacts.sln | 26 ++-- RecentContacts/V_RecentContacts.vcxproj | 150 ++++++++++++++++++++++++ RecentContacts/V_RecentContacts.vcxproj.filters | 46 ++++++++ 3 files changed, 207 insertions(+), 15 deletions(-) create mode 100644 RecentContacts/V_RecentContacts.vcxproj create mode 100644 RecentContacts/V_RecentContacts.vcxproj.filters (limited to 'RecentContacts') diff --git a/RecentContacts/V_RecentContacts.sln b/RecentContacts/V_RecentContacts.sln index f8fa23c..09a85a4 100644 --- a/RecentContacts/V_RecentContacts.sln +++ b/RecentContacts/V_RecentContacts.sln @@ -1,21 +1,17 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "V_RecentContacts", "V_RecentContacts.vcproj", "{351390F3-CD29-434A-BDED-B1B0F8B6F1F0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "V_RecentContacts", "V_RecentContacts.vcxproj", "{07137F45-8B5F-4561-BEC8-B883E9123785}" EndProject Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {351390F3-CD29-434A-BDED-B1B0F8B6F1F0}.Debug.ActiveCfg = Debug|Win32 - {351390F3-CD29-434A-BDED-B1B0F8B6F1F0}.Debug.Build.0 = Debug|Win32 - {351390F3-CD29-434A-BDED-B1B0F8B6F1F0}.Release.ActiveCfg = Release|Win32 - {351390F3-CD29-434A-BDED-B1B0F8B6F1F0}.Release.Build.0 = Release|Win32 + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {07137F45-8B5F-4561-BEC8-B883E9123785}.Debug|Win32.ActiveCfg = Debug|Win32 + {07137F45-8B5F-4561-BEC8-B883E9123785}.Release|Win32.ActiveCfg = Release|Win32 EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection EndGlobal diff --git a/RecentContacts/V_RecentContacts.vcxproj b/RecentContacts/V_RecentContacts.vcxproj new file mode 100644 index 0000000..8bd7fb1 --- /dev/null +++ b/RecentContacts/V_RecentContacts.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {07137F45-8B5F-4561-BEC8-B883E9123785} + V_RecentContacts + + + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + true + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + Size + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level3 + true + Default + + + /RELEASE %(AdditionalOptions) + true + + + $(IntDir)$(TargetName).lib + MachineX86 + true + true + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/V_RecentContacts.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + EditAndContinue + Default + + + true + true + $(IntDir)$(TargetName).lib + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/V_RecentContacts.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;V_RECENTCONTACTS_EXPORTS + EnableFastChecks + MinSpace + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;V_RECENTCONTACTS_EXPORTS + true + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/RecentContacts/V_RecentContacts.vcxproj.filters b/RecentContacts/V_RecentContacts.vcxproj.filters new file mode 100644 index 0000000..d20bfcc --- /dev/null +++ b/RecentContacts/V_RecentContacts.vcxproj.filters @@ -0,0 +1,46 @@ + + + + + {a8e5f8af-fab4-45bb-be3e-7dcb02fd0b6f} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {2359b09a-bdf6-467a-996f-8c02cd5d8438} + h;hpp;hxx;hm;inl + + + {d5d389fb-98d8-4510-932a-9154b08ddf7a} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3