From 8f1d5528707596fceba996c4161d65cead5d9988 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sat, 26 Nov 2011 20:05:07 +0000 Subject: another part of small project fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@220 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- imo2sproxy/msvc/imoproxy.sln | 31 ++++ imo2sproxy/msvc/imoproxy.vcxproj | 175 +++++++++++++++++++++ imo2sproxy/msvc/imoproxy.vcxproj.filters | 134 ++++++++++++++++ imo2sproxy/msvc/imoskype.vcxproj | 165 +++++++++++++++++++ imo2sproxy/msvc/imoskype.vcxproj.filters | 120 ++++++++++++++ imo2sproxy/src/imo2skype/miranda/imoproxy.c | 12 +- imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c | 4 +- imo2sproxy/src/imo2skype/miranda/skypepluginlink.c | 4 +- 8 files changed, 635 insertions(+), 10 deletions(-) create mode 100644 imo2sproxy/msvc/imoproxy.sln create mode 100644 imo2sproxy/msvc/imoproxy.vcxproj create mode 100644 imo2sproxy/msvc/imoproxy.vcxproj.filters create mode 100644 imo2sproxy/msvc/imoskype.vcxproj create mode 100644 imo2sproxy/msvc/imoskype.vcxproj.filters (limited to 'imo2sproxy') diff --git a/imo2sproxy/msvc/imoproxy.sln b/imo2sproxy/msvc/imoproxy.sln new file mode 100644 index 0000000..69ec646 --- /dev/null +++ b/imo2sproxy/msvc/imoproxy.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imoproxy", "imoproxy.vcxproj", "{609F6098-0772-1FDF-3B31-77BF41EEEA73}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imoskype", "imoskype.vcxproj", "{CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + Template|Win32 = Template|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Debug|Win32.ActiveCfg = Debug|Win32 + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Debug|Win32.Build.0 = Debug|Win32 + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Release|Win32.ActiveCfg = Release|Win32 + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Release|Win32.Build.0 = Release|Win32 + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Template|Win32.ActiveCfg = Release|Win32 + {609F6098-0772-1FDF-3B31-77BF41EEEA73}.Template|Win32.Build.0 = Release|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Debug|Win32.ActiveCfg = Debug|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Debug|Win32.Build.0 = Debug|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Release|Win32.ActiveCfg = Release|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Release|Win32.Build.0 = Release|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Template|Win32.ActiveCfg = Template|Win32 + {CFC9DE96-16A4-B5E3-811B-FB8AF02ACE16}.Template|Win32.Build.0 = Template|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/imo2sproxy/msvc/imoproxy.vcxproj b/imo2sproxy/msvc/imoproxy.vcxproj new file mode 100644 index 0000000..393d278 --- /dev/null +++ b/imo2sproxy/msvc/imoproxy.vcxproj @@ -0,0 +1,175 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../src/common;../src/imolib;../src/imo2skype;../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;imoproxy_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\imoproxy.tlb + true + Win32 + + + 0x0c07 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + true + Console + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + MultiThreaded + OnlyExplicitInline + true + true + Full + true + Level3 + false + ../src/common;../src/imolib;../src/imo2skype;../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;imoproxy_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + true + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\imoproxy.tlb + true + Win32 + + + 0x0c07 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + Console + $(IntDir)$(TargetName).lib + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \Sources\svn.mim.new\imo2sproxy\src\imo2skype\miranda;%(AdditionalIncludeDirectories) + \Sources\svn.mim.new\imo2sproxy\src\imo2skype\miranda;%(AdditionalIncludeDirectories) + + + + + + \ No newline at end of file diff --git a/imo2sproxy/msvc/imoproxy.vcxproj.filters b/imo2sproxy/msvc/imoproxy.vcxproj.filters new file mode 100644 index 0000000..2b3bc03 --- /dev/null +++ b/imo2sproxy/msvc/imoproxy.vcxproj.filters @@ -0,0 +1,134 @@ + + + + + {288c6599-c842-4411-b9ee-00d1a9083076} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {1dab0c2b-0346-4cb2-a196-c735aff137ee} + h;hpp;hxx;hm;inl + + + {81de8f2b-05ca-4efa-9bb4-a49b6bcbdb51} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + + + Ressourcendateien + + + \ No newline at end of file diff --git a/imo2sproxy/msvc/imoskype.vcxproj b/imo2sproxy/msvc/imoskype.vcxproj new file mode 100644 index 0000000..97df505 --- /dev/null +++ b/imo2sproxy/msvc/imoskype.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + + + + Application + + + Application + false + MultiByte + + + Application + false + MultiByte + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../src/common;../src/imolib;../src/imo2skype;../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\Debug\imoskype.pch + EnableFastChecks + + + .\Debug\imoskype.tlb + + + 0x0c07 + _DEBUG;%(PreprocessorDefinitions) + + + true + + + true + true + Console + odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies) + + + + + MultiThreaded + OnlyExplicitInline + true + true + Full + true + Level3 + ../src/common;../src/imo2skype;../src/imolib;../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + true + Size + + + .\Release\imoskype.tlb + + + 0x0c07 + NDEBUG;%(PreprocessorDefinitions) + + + true + + + true + Console + odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies) + true + true + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/imo2sproxy/msvc/imoskype.vcxproj.filters b/imo2sproxy/msvc/imoskype.vcxproj.filters new file mode 100644 index 0000000..7f6f013 --- /dev/null +++ b/imo2sproxy/msvc/imoskype.vcxproj.filters @@ -0,0 +1,120 @@ + + + + + {49295a05-b07d-4360-abfb-1e43e52d536c} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {3d1fb946-0eba-471f-8ac5-3e6b26d4649f} + h;hpp;hxx;hm;inl + + + {046433d8-2654-45f6-a85d-7f6984c6bd26} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + Quellcodedateien + + + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + Header-Dateien + + + \ No newline at end of file diff --git a/imo2sproxy/src/imo2skype/miranda/imoproxy.c b/imo2sproxy/src/imo2skype/miranda/imoproxy.c index 6ca6512..1b11907 100644 --- a/imo2sproxy/src/imo2skype/miranda/imoproxy.c +++ b/imo2sproxy/src/imo2skype/miranda/imoproxy.c @@ -21,12 +21,12 @@ #include "socksproxy.h" #include "w32skypeemu.h" #include "skypepluginlink.h" -#include "include/newpluginapi.h" -#include "include/m_langpack.h" -#include "include/m_options.h" -#include "include/m_database.h" -#include "include/m_system.h" -#include "sdk/m_updater.h" +#include "newpluginapi.h" +#include "m_langpack.h" +#include "m_options.h" +#include "m_database.h" +#include "m_system.h" +#include "m_updater.h" #include "resource.h" // Crash dumper diff --git a/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c b/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c index 378f72e..56d461f 100644 --- a/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c +++ b/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c @@ -7,8 +7,8 @@ #include #include #include -#include "include/newpluginapi.h" -#include "include/m_netlib.h" +#include "newpluginapi.h" +#include "m_netlib.h" #include "fifo.h" #include "memlist.h" #include "io_layer.h" diff --git a/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c b/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c index 0109bd6..3efd400 100644 --- a/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c +++ b/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c @@ -3,8 +3,8 @@ #include #include #include "skypepluginlink.h" -#include "include/newpluginapi.h" -#include "include/m_system.h" +#include "newpluginapi.h" +#include "m_system.h" #define LockMutex(x) EnterCriticalSection (&x) #define UnlockMutex(x) LeaveCriticalSection(&x) -- cgit v1.2.3