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 --- SecureIM/SecureIM_10.sln | 25 ++++ SecureIM/SecureIM_9.vcproj | 4 +- SecureIM/commonheaders.h | 8 +- SecureIM/crypt_lists.cpp | 2 +- SecureIM/crypt_popups.cpp | 2 +- SecureIM/secureim_10.vcxproj | 211 +++++++++++++++++++++++++++++ SecureIM/secureim_10.vcxproj.filters | 167 +++++++++++++++++++++++ SecureIM/secureim_icons_10.vcxproj | 101 ++++++++++++++ SecureIM/secureim_icons_10.vcxproj.filters | 22 +++ 9 files changed, 534 insertions(+), 8 deletions(-) create mode 100644 SecureIM/SecureIM_10.sln create mode 100644 SecureIM/secureim_10.vcxproj create mode 100644 SecureIM/secureim_10.vcxproj.filters create mode 100644 SecureIM/secureim_icons_10.vcxproj create mode 100644 SecureIM/secureim_icons_10.vcxproj.filters (limited to 'SecureIM') diff --git a/SecureIM/SecureIM_10.sln b/SecureIM/SecureIM_10.sln new file mode 100644 index 0000000..02a28a9 --- /dev/null +++ b/SecureIM/SecureIM_10.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secureim", "secureim_10.vcxproj", "{4ADADECA-99D7-410D-8127-CB27210DCC6A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secureim_icons", "secureim_icons_10.vcxproj", "{3FAB6AC7-6B7F-4779-B519-34E8035074A4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.ActiveCfg = Debug|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.Build.0 = Debug|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.ActiveCfg = Release|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.Build.0 = Release|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.ActiveCfg = Debug|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.Build.0 = Debug|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.ActiveCfg = Release|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/SecureIM/SecureIM_9.vcproj b/SecureIM/SecureIM_9.vcproj index 7aa5166..8681aa4 100644 --- a/SecureIM/SecureIM_9.vcproj +++ b/SecureIM/SecureIM_9.vcproj @@ -47,7 +47,7 @@ + + + + Debug + Win32 + + + Release + Win32 + + + + secureim + {4ADADECA-99D7-410D-8127-CB27210DCC6A} + + + + DynamicLibrary + false + MultiByte + false + true + + + DynamicLibrary + false + MultiByte + false + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + true + Create + commonheaders.h + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + true + true + Windows + 0x45000000 + false + MachineX86 + $(IntDir)$(TargetName).lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + Full + Size + true + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + false + true + Use + commonheaders.h + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + Windows + 0x45000000 + false + MachineX86 + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + MinSpace + %(PreprocessorDefinitions) + + + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + MinSpace + %(PreprocessorDefinitions) + + + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + MinSpace + %(PreprocessorDefinitions) + + + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + MinSpace + %(PreprocessorDefinitions) + + + + + + + + + + + + + \ No newline at end of file diff --git a/SecureIM/secureim_10.vcxproj.filters b/SecureIM/secureim_10.vcxproj.filters new file mode 100644 index 0000000..3a30f21 --- /dev/null +++ b/SecureIM/secureim_10.vcxproj.filters @@ -0,0 +1,167 @@ + + + + + {67c1526e-31b3-4942-9d85-83e62d07f458} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {392b3b30-de7e-42ad-ae68-49938ab85649} + h;hpp;hxx;hm;inl + + + {5c5bb985-18c1-42aa-8630-9c8d94df2a58} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + + + Resource Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/SecureIM/secureim_icons_10.vcxproj b/SecureIM/secureim_icons_10.vcxproj new file mode 100644 index 0000000..a5030a5 --- /dev/null +++ b/SecureIM/secureim_icons_10.vcxproj @@ -0,0 +1,101 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + secureim_icons + {3FAB6AC7-6B7F-4779-B519-34E8035074A4} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + %(AdditionalDependencies) + true + true + true + true + false + + + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + true + false + + + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/SecureIM/secureim_icons_10.vcxproj.filters b/SecureIM/secureim_icons_10.vcxproj.filters new file mode 100644 index 0000000..c5b0977 --- /dev/null +++ b/SecureIM/secureim_icons_10.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {309a0365-ebce-450d-8b06-98d3d2d5e2ba} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {d6176538-1c22-41e7-b82c-e4c9344fd47f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {abff76b4-ff7b-41c3-bfd2-40efdda4e3d5} + h;hpp;hxx;hm;inl + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3