From 59552b87f350684b566a4359de769f12eb6dd56b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 6 Dec 2012 21:38:38 +0000 Subject: rename of 2010 projects without *_10 suffix git-svn-id: http://svn.miranda-ng.org/main/trunk@2675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/proto_aim/Proto_AIM.vcxproj | 130 ----- .../AimOscar/proto_aim/Proto_AIM.vcxproj.filters | 23 - protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj | 130 +++++ .../proto_aim/Proto_AIM_10.vcxproj.filters | 23 + .../proto_facebook/Proto_Facebook.vcxproj | 130 ----- .../proto_facebook/Proto_Facebook.vcxproj.filters | 23 - .../proto_facebook/Proto_Facebook_10.vcxproj | 130 +++++ .../Proto_Facebook_10.vcxproj.filters | 23 + protocols/GTalkExt/GTalkExt.vcxproj | 214 -------- protocols/GTalkExt/GTalkExt.vcxproj.filters | 98 ---- protocols/GTalkExt/GTalkExt_10.vcxproj | 214 ++++++++ protocols/GTalkExt/GTalkExt_10.vcxproj.filters | 98 ++++ protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj | 130 ----- .../Gadu-Gadu/proto_gg/Proto_GG.vcxproj.filters | 23 - protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj | 130 +++++ .../Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj.filters | 23 + protocols/IRCG/proto_irc/Proto_IRC.vcxproj | 130 ----- protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters | 23 - protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj | 130 +++++ .../IRCG/proto_irc/Proto_IRC_10.vcxproj.filters | 23 + protocols/IcqOscarJ/icons_pack/ICONS.vcxproj | 133 ----- protocols/IcqOscarJ/icons_pack/ICONS_10.vcxproj | 133 +++++ protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj | 130 ----- .../IcqOscarJ/proto_icq/Proto_ICQ.vcxproj.filters | 23 - protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj | 130 +++++ .../proto_icq/Proto_ICQ_10.vcxproj.filters | 23 + .../JabberG/proto_jabber/Proto_Jabber.vcxproj | 130 ----- .../proto_jabber/Proto_Jabber.vcxproj.filters | 23 - .../JabberG/proto_jabber/Proto_Jabber_10.vcxproj | 130 +++++ .../proto_jabber/Proto_Jabber_10.vcxproj.filters | 23 + protocols/MRA/Mra.vcxproj | 248 ---------- protocols/MRA/Mra.vcxproj.filters | 152 ------ protocols/MRA/Mra_10.vcxproj | 248 ++++++++++ protocols/MRA/Mra_10.vcxproj.filters | 152 ++++++ protocols/MRA/proto_mra/Proto_MRA.vcxproj | 130 ----- protocols/MRA/proto_mra/Proto_MRA.vcxproj.filters | 23 - protocols/MRA/proto_mra/Proto_MRA_10.vcxproj | 130 +++++ .../MRA/proto_mra/Proto_MRA_10.vcxproj.filters | 23 + protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj | 127 ----- .../MRA/xstatus_MRA/xstatus_MRA.vcxproj.filters | 27 - protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj | 127 +++++ .../MRA/xstatus_MRA/xstatus_MRA_10.vcxproj.filters | 27 + protocols/MSN/proto_msn/Proto_MSN.vcxproj | 130 ----- protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters | 23 - protocols/MSN/proto_msn/Proto_MSN_10.vcxproj | 130 +++++ .../MSN/proto_msn/Proto_MSN_10.vcxproj.filters | 23 + protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj | 130 ----- .../Tlen/proto_tlen/Proto_Tlen.vcxproj.filters | 23 - protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj | 130 +++++ .../Tlen/proto_tlen/Proto_Tlen_10.vcxproj.filters | 23 + .../Twitter/proto_twitter/Proto_Twitter.vcxproj | 130 ----- .../proto_twitter/Proto_Twitter.vcxproj.filters | 23 - .../Twitter/proto_twitter/Proto_Twitter_10.vcxproj | 130 +++++ .../proto_twitter/Proto_Twitter_10.vcxproj.filters | 23 + protocols/Twitter/twitter.vcxproj | 205 -------- protocols/Twitter/twitter.vcxproj.filters | 119 ----- protocols/Twitter/twitter_10.vcxproj | 205 ++++++++ protocols/Twitter/twitter_10.vcxproj.filters | 119 +++++ protocols/Xfire/xfire.vcxproj | 379 -------------- protocols/Xfire/xfire.vcxproj.filters | 548 --------------------- protocols/Xfire/xfire_10.vcxproj | 379 ++++++++++++++ protocols/Xfire/xfire_10.vcxproj.filters | 548 +++++++++++++++++++++ protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj | 130 ----- .../Yahoo/proto_yahoo/Proto_Yahoo.vcxproj.filters | 23 - protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj | 130 +++++ .../proto_yahoo/Proto_Yahoo_10.vcxproj.filters | 23 + 66 files changed, 3933 insertions(+), 3933 deletions(-) delete mode 100644 protocols/AimOscar/proto_aim/Proto_AIM.vcxproj delete mode 100644 protocols/AimOscar/proto_aim/Proto_AIM.vcxproj.filters create mode 100644 protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj create mode 100644 protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj.filters delete mode 100644 protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj delete mode 100644 protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters create mode 100644 protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj create mode 100644 protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj.filters delete mode 100644 protocols/GTalkExt/GTalkExt.vcxproj delete mode 100644 protocols/GTalkExt/GTalkExt.vcxproj.filters create mode 100644 protocols/GTalkExt/GTalkExt_10.vcxproj create mode 100644 protocols/GTalkExt/GTalkExt_10.vcxproj.filters delete mode 100644 protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj delete mode 100644 protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj.filters create mode 100644 protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj create mode 100644 protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj.filters delete mode 100644 protocols/IRCG/proto_irc/Proto_IRC.vcxproj delete mode 100644 protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters create mode 100644 protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj create mode 100644 protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj.filters delete mode 100644 protocols/IcqOscarJ/icons_pack/ICONS.vcxproj create mode 100644 protocols/IcqOscarJ/icons_pack/ICONS_10.vcxproj delete mode 100644 protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj delete mode 100644 protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj.filters create mode 100644 protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj create mode 100644 protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj.filters delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters create mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj create mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj.filters delete mode 100644 protocols/MRA/Mra.vcxproj delete mode 100644 protocols/MRA/Mra.vcxproj.filters create mode 100644 protocols/MRA/Mra_10.vcxproj create mode 100644 protocols/MRA/Mra_10.vcxproj.filters delete mode 100644 protocols/MRA/proto_mra/Proto_MRA.vcxproj delete mode 100644 protocols/MRA/proto_mra/Proto_MRA.vcxproj.filters create mode 100644 protocols/MRA/proto_mra/Proto_MRA_10.vcxproj create mode 100644 protocols/MRA/proto_mra/Proto_MRA_10.vcxproj.filters delete mode 100644 protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj delete mode 100644 protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj.filters create mode 100644 protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj create mode 100644 protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj.filters delete mode 100644 protocols/MSN/proto_msn/Proto_MSN.vcxproj delete mode 100644 protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters create mode 100644 protocols/MSN/proto_msn/Proto_MSN_10.vcxproj create mode 100644 protocols/MSN/proto_msn/Proto_MSN_10.vcxproj.filters delete mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj delete mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters create mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj create mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj.filters delete mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj delete mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters create mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj create mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj.filters delete mode 100644 protocols/Twitter/twitter.vcxproj delete mode 100644 protocols/Twitter/twitter.vcxproj.filters create mode 100644 protocols/Twitter/twitter_10.vcxproj create mode 100644 protocols/Twitter/twitter_10.vcxproj.filters delete mode 100644 protocols/Xfire/xfire.vcxproj delete mode 100644 protocols/Xfire/xfire.vcxproj.filters create mode 100644 protocols/Xfire/xfire_10.vcxproj create mode 100644 protocols/Xfire/xfire_10.vcxproj.filters delete mode 100644 protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj delete mode 100644 protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj.filters create mode 100644 protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj create mode 100644 protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj.filters (limited to 'protocols') diff --git a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj deleted file mode 100644 index 7aa9980690..0000000000 --- a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {975505EA-F0C7-4DAC-A95E-75249615F30C} - - - - true - Unicode - DynamicLibrary - - - true - Unicode - DynamicLibrary - - - false - Unicode - DynamicLibrary - - - false - Unicode - DynamicLibrary - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj.filters b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj.filters deleted file mode 100644 index e71a3f5de4..0000000000 --- a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Resource Files - - - - - Header Files - - - \ No newline at end of file diff --git a/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj b/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj new file mode 100644 index 0000000000..7aa9980690 --- /dev/null +++ b/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {975505EA-F0C7-4DAC-A95E-75249615F30C} + + + + true + Unicode + DynamicLibrary + + + true + Unicode + DynamicLibrary + + + false + Unicode + DynamicLibrary + + + false + Unicode + DynamicLibrary + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj.filters b/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj.filters new file mode 100644 index 0000000000..e71a3f5de4 --- /dev/null +++ b/protocols/AimOscar/proto_aim/Proto_AIM_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Resource Files + + + + + Header Files + + + \ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj deleted file mode 100644 index ad1fa421f6..0000000000 --- a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {44298314-7DD4-4EF7-B576-30E503257223} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters deleted file mode 100644 index 5714490d48..0000000000 --- a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj b/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj new file mode 100644 index 0000000000..ad1fa421f6 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {44298314-7DD4-4EF7-B576-30E503257223} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj.filters b/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj.filters new file mode 100644 index 0000000000..5714490d48 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/GTalkExt/GTalkExt.vcxproj b/protocols/GTalkExt/GTalkExt.vcxproj deleted file mode 100644 index e9f60ba842..0000000000 --- a/protocols/GTalkExt/GTalkExt.vcxproj +++ /dev/null @@ -1,214 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2A737817-2443-48FF-A2E8-CA8D69E450F3} - GTalkExt - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - mir_core.dll - - - ..\..\include;..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - mir_core.dll - - - ..\..\include;..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - WIN32;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) - true - Use - Level3 - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - false - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - mir_core.dll - - - ..\..\include;..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - WIN64;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) - true - Use - Level3 - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - false - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - mir_core.dll - - - ..\..\include;..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/GTalkExt/GTalkExt.vcxproj.filters b/protocols/GTalkExt/GTalkExt.vcxproj.filters deleted file mode 100644 index 74f1960ed1..0000000000 --- a/protocols/GTalkExt/GTalkExt.vcxproj.filters +++ /dev/null @@ -1,98 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source 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 - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/GTalkExt/GTalkExt_10.vcxproj b/protocols/GTalkExt/GTalkExt_10.vcxproj new file mode 100644 index 0000000000..e9f60ba842 --- /dev/null +++ b/protocols/GTalkExt/GTalkExt_10.vcxproj @@ -0,0 +1,214 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2A737817-2443-48FF-A2E8-CA8D69E450F3} + GTalkExt + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + EditAndContinue + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + mir_core.dll + + + ..\..\include;..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + mir_core.dll + + + ..\..\include;..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Full + WIN32;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) + true + Use + Level3 + ..\..\include;%(AdditionalIncludeDirectories) + Size + true + false + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + mir_core.dll + + + ..\..\include;..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + WIN64;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS;%(PreprocessorDefinitions) + true + Use + Level3 + ..\..\include;%(AdditionalIncludeDirectories) + Size + true + false + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + mir_core.dll + + + ..\..\include;..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/GTalkExt/GTalkExt_10.vcxproj.filters b/protocols/GTalkExt/GTalkExt_10.vcxproj.filters new file mode 100644 index 0000000000..74f1960ed1 --- /dev/null +++ b/protocols/GTalkExt/GTalkExt_10.vcxproj.filters @@ -0,0 +1,98 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source 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 + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj b/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj deleted file mode 100644 index 7ff48e0a01..0000000000 --- a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {33912E32-3B68-4E2C-82AE-64C06EE987A7} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj.filters b/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj.filters deleted file mode 100644 index c5b7b23e4b..0000000000 --- a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj b/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj new file mode 100644 index 0000000000..7ff48e0a01 --- /dev/null +++ b/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {33912E32-3B68-4E2C-82AE-64C06EE987A7} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj.filters b/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj.filters new file mode 100644 index 0000000000..c5b7b23e4b --- /dev/null +++ b/protocols/Gadu-Gadu/proto_gg/Proto_GG_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj deleted file mode 100644 index 62b71b47a5..0000000000 --- a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DD667247-3712-4355-9774-7E6ACAF2275E} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters deleted file mode 100644 index 025928f5f9..0000000000 --- a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj new file mode 100644 index 0000000000..62b71b47a5 --- /dev/null +++ b/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DD667247-3712-4355-9774-7E6ACAF2275E} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj.filters b/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj.filters new file mode 100644 index 0000000000..025928f5f9 --- /dev/null +++ b/protocols/IRCG/proto_irc/Proto_IRC_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj b/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj deleted file mode 100644 index a4ef138a57..0000000000 --- a/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj +++ /dev/null @@ -1,133 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - xStatus_ICQ - {E98A8615-1082-1979-D6D8-F763F13BFCBD} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - Windows - true - false - $(SolutionDir)\lib - - - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - Windows - true - false - $(SolutionDir)\lib - - - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - Windows - true - - - false - $(SolutionDir)\lib - - - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - true - Windows - true - false - $(SolutionDir)\lib - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/IcqOscarJ/icons_pack/ICONS_10.vcxproj b/protocols/IcqOscarJ/icons_pack/ICONS_10.vcxproj new file mode 100644 index 0000000000..a4ef138a57 --- /dev/null +++ b/protocols/IcqOscarJ/icons_pack/ICONS_10.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xStatus_ICQ + {E98A8615-1082-1979-D6D8-F763F13BFCBD} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + true + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + true + false + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + true + + + false + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + true + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj deleted file mode 100644 index 012196ddaf..0000000000 --- a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DB3B0449-E576-4BBB-8B08-AB9E914D39CA} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj.filters b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj.filters deleted file mode 100644 index 6f24876932..0000000000 --- a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj b/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj new file mode 100644 index 0000000000..012196ddaf --- /dev/null +++ b/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DB3B0449-E576-4BBB-8B08-AB9E914D39CA} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj.filters b/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj.filters new file mode 100644 index 0000000000..6f24876932 --- /dev/null +++ b/protocols/IcqOscarJ/proto_icq/Proto_ICQ_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj deleted file mode 100644 index 59d93a3827..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AA0A504-0644-4F00-A1AD-F55D69E50DD0} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters deleted file mode 100644 index ae91eacccf..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj new file mode 100644 index 0000000000..59d93a3827 --- /dev/null +++ b/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1AA0A504-0644-4F00-A1AD-F55D69E50DD0} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj.filters b/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj.filters new file mode 100644 index 0000000000..ae91eacccf --- /dev/null +++ b/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj deleted file mode 100644 index 9188457595..0000000000 --- a/protocols/MRA/Mra.vcxproj +++ /dev/null @@ -1,248 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA} - MRA - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) - true - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Mra.h - Level3 - EditAndContinue - src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - false - - - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - Windows - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - WIN64;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) - true - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Mra.h - Level3 - src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - false - - - true - Windows - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - OnlyExplicitInline - Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Use - Level3 - src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - true - Mra.h - false - - - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - Windows - true - true - $(IntDir)$(TargetName).lib - false - true - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - OnlyExplicitInline - Size - WIN64;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) - true - false - false - Use - Level3 - src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) - true - Mra.h - false - - - true - Windows - true - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} - - - - - - \ No newline at end of file diff --git a/protocols/MRA/Mra.vcxproj.filters b/protocols/MRA/Mra.vcxproj.filters deleted file mode 100644 index f53bbf5b56..0000000000 --- a/protocols/MRA/Mra.vcxproj.filters +++ /dev/null @@ -1,152 +0,0 @@ - - - - - {28f9c5b1-e22e-47c3-9588-4f293878aa27} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {fb50d277-d7b3-44a3-9330-fa8332ee1975} - h;hpp;hxx;hm;inl;inc - - - {482639cd-fb25-4cfb-9e55-4a299271787c} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - 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 - - - - - 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 - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/MRA/Mra_10.vcxproj b/protocols/MRA/Mra_10.vcxproj new file mode 100644 index 0000000000..9188457595 --- /dev/null +++ b/protocols/MRA/Mra_10.vcxproj @@ -0,0 +1,248 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA} + MRA + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Mra.h + Level3 + EditAndContinue + src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + + + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + true + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Mra.h + Level3 + src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Full + OnlyExplicitInline + Size + WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Use + Level3 + src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + true + Mra.h + false + + + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + Windows + true + true + $(IntDir)$(TargetName).lib + false + true + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + OnlyExplicitInline + Size + WIN64;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + true + false + false + Use + Level3 + src\sdk;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + true + Mra.h + false + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} + + + + + + \ No newline at end of file diff --git a/protocols/MRA/Mra_10.vcxproj.filters b/protocols/MRA/Mra_10.vcxproj.filters new file mode 100644 index 0000000000..f53bbf5b56 --- /dev/null +++ b/protocols/MRA/Mra_10.vcxproj.filters @@ -0,0 +1,152 @@ + + + + + {28f9c5b1-e22e-47c3-9588-4f293878aa27} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {fb50d277-d7b3-44a3-9330-fa8332ee1975} + h;hpp;hxx;hm;inl;inc + + + {482639cd-fb25-4cfb-9e55-4a299271787c} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + 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 + + + + + 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 + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/MRA/proto_mra/Proto_MRA.vcxproj b/protocols/MRA/proto_mra/Proto_MRA.vcxproj deleted file mode 100644 index b87bd72df1..0000000000 --- a/protocols/MRA/proto_mra/Proto_MRA.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {38BF6F63-58E7-442D-A7E8-B4BD57D224E2} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/MRA/proto_mra/Proto_MRA.vcxproj.filters b/protocols/MRA/proto_mra/Proto_MRA.vcxproj.filters deleted file mode 100644 index ad4773b73d..0000000000 --- a/protocols/MRA/proto_mra/Proto_MRA.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj b/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj new file mode 100644 index 0000000000..b87bd72df1 --- /dev/null +++ b/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {38BF6F63-58E7-442D-A7E8-B4BD57D224E2} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj.filters b/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj.filters new file mode 100644 index 0000000000..ad4773b73d --- /dev/null +++ b/protocols/MRA/proto_mra/Proto_MRA_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj deleted file mode 100644 index ff138a6983..0000000000 --- a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj +++ /dev/null @@ -1,127 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5B84781D-F1C3-4535-99B7-B84B6C9BCF15} - xStatus_MRA - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj.filters b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj.filters deleted file mode 100644 index 2ad3ae2882..0000000000 --- a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {9050b7fd-1f2c-410b-9b50-5e40762fcfe3} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {2422dbea-d09c-4193-8b7e-5bf21ad3e5aa} - h;hpp;hxx;hm;inl;inc - - - {236a25f8-4bcb-42d4-8a59-e4202f2a1501} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj b/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj new file mode 100644 index 0000000000..ff138a6983 --- /dev/null +++ b/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {5B84781D-F1C3-4535-99B7-B84B6C9BCF15} + xStatus_MRA + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj.filters b/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj.filters new file mode 100644 index 0000000000..2ad3ae2882 --- /dev/null +++ b/protocols/MRA/xstatus_MRA/xstatus_MRA_10.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {9050b7fd-1f2c-410b-9b50-5e40762fcfe3} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {2422dbea-d09c-4193-8b7e-5bf21ad3e5aa} + h;hpp;hxx;hm;inl;inc + + + {236a25f8-4bcb-42d4-8a59-e4202f2a1501} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/MSN/proto_msn/Proto_MSN.vcxproj b/protocols/MSN/proto_msn/Proto_MSN.vcxproj deleted file mode 100644 index 535eaa932e..0000000000 --- a/protocols/MSN/proto_msn/Proto_MSN.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7BC6C3E7-2B17-4718-A82E-084798710E14} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters b/protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters deleted file mode 100644 index 13a42fab36..0000000000 --- a/protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj b/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj new file mode 100644 index 0000000000..535eaa932e --- /dev/null +++ b/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7BC6C3E7-2B17-4718-A82E-084798710E14} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj.filters b/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj.filters new file mode 100644 index 0000000000..13a42fab36 --- /dev/null +++ b/protocols/MSN/proto_msn/Proto_MSN_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj deleted file mode 100644 index 48096e16c6..0000000000 --- a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AA0A504-0644-4F00-A1AD-F55D69E50DD1} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters deleted file mode 100644 index 9092c22792..0000000000 --- a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj b/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj new file mode 100644 index 0000000000..48096e16c6 --- /dev/null +++ b/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1AA0A504-0644-4F00-A1AD-F55D69E50DD1} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj.filters b/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj.filters new file mode 100644 index 0000000000..9092c22792 --- /dev/null +++ b/protocols/Tlen/proto_tlen/Proto_Tlen_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj deleted file mode 100644 index 69bab782c5..0000000000 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {A82C682E-8596-4DCA-98A6-50436194714B} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters deleted file mode 100644 index 27ba4dd1c4..0000000000 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj new file mode 100644 index 0000000000..69bab782c5 --- /dev/null +++ b/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A82C682E-8596-4DCA-98A6-50436194714B} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj.filters b/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj.filters new file mode 100644 index 0000000000..27ba4dd1c4 --- /dev/null +++ b/protocols/Twitter/proto_twitter/Proto_Twitter_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Twitter/twitter.vcxproj b/protocols/Twitter/twitter.vcxproj deleted file mode 100644 index a6c5ead3ff..0000000000 --- a/protocols/Twitter/twitter.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {12FFF2B0-0D0B-430B-A4C6-1577CA98F598} - Twitter - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) - WIN64;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - Level3 - Full - OnlyExplicitInline - Size - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - Level3 - Full - OnlyExplicitInline - Size - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Twitter/twitter.vcxproj.filters b/protocols/Twitter/twitter.vcxproj.filters deleted file mode 100644 index 2a1ef10e63..0000000000 --- a/protocols/Twitter/twitter.vcxproj.filters +++ /dev/null @@ -1,119 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - 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 - - - - - 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 - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Twitter/twitter_10.vcxproj b/protocols/Twitter/twitter_10.vcxproj new file mode 100644 index 0000000000..a6c5ead3ff --- /dev/null +++ b/protocols/Twitter/twitter_10.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {12FFF2B0-0D0B-430B-A4C6-1577CA98F598} + Twitter + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) + WIN64;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + Level3 + Full + OnlyExplicitInline + Size + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + ..\..\include;..\..\plugins\ExternalAPI;src\oauth;..\..\..\boost_1_49_0;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + Level3 + Full + OnlyExplicitInline + Size + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Twitter/twitter_10.vcxproj.filters b/protocols/Twitter/twitter_10.vcxproj.filters new file mode 100644 index 0000000000..2a1ef10e63 --- /dev/null +++ b/protocols/Twitter/twitter_10.vcxproj.filters @@ -0,0 +1,119 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + 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 + + + + + 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 + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Xfire/xfire.vcxproj b/protocols/Xfire/xfire.vcxproj deleted file mode 100644 index f150a543f0..0000000000 --- a/protocols/Xfire/xfire.vcxproj +++ /dev/null @@ -1,379 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - Xfire - {E4CD8BBA-B580-4584-AC3E-B4E9915026AE} - xFire - Win32Proj - - - - DynamicLibrary - NotSet - true - - - DynamicLibrary - NotSet - true - - - DynamicLibrary - NotSet - - - DynamicLibrary - NotSet - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - true - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - false - false - false - false - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - - - - -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - EditAndContinue - ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) - - - kernel32.lib - $(OutDir)XFire.dll - true - Windows - MachineX86 - $(ProfileDir)..\..\bin10\lib - $(IntDir)$(TargetName).lib - - - ..\..\include\msapi - - - - - -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - Disabled - WIN64;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Use - Level3 - ProgramDatabase - ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) - - - kernel32.lib - $(OutDir)XFire.dll - true - Windows - $(ProfileDir)..\..\bin10\lib - $(IntDir)$(TargetName).lib - - - ..\..\include\msapi - - - - - -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - Full - Size - true - WIN32;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - Default - MultiThreadedDLL - true - Fast - Use - Level3 - OldStyle - None - ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) - - - kernel32.lib - $(OutDir)XFire.dll - true - Windows - true - true - - - $(IntDir)$(TargetName).lib - MachineX86 - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - ..\..\include\msapi - - - - - -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - Full - Size - true - WIN64;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - Default - MultiThreadedDLL - true - Fast - Use - Level3 - OldStyle - None - ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) - - - kernel32.lib - $(OutDir)XFire.dll - true - Windows - true - true - - - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Xfire/xfire.vcxproj.filters b/protocols/Xfire/xfire.vcxproj.filters deleted file mode 100644 index 1acfc098e7..0000000000 --- a/protocols/Xfire/xfire.vcxproj.filters +++ /dev/null @@ -1,548 +0,0 @@ - - - - - {429b4466-b5e0-4103-b9a3-79d9329ed56b} - - - {410d3a2b-b464-427e-bae6-6b53052ce281} - - - {85b62d89-d9b7-48e6-ad47-b69e16fad26e} - - - {e5faded7-3c56-4a55-8376-ff856dcdf14a} - - - {faa98de2-0992-4e8f-9619-339ddf7d63a8} - - - {ed3814dc-25c9-4508-8f49-6151c76a3a17} - - - {7f2aaa40-a5ee-4710-8c18-d5d8fb6393ec} - - - {ab6c436e-ae19-4c55-a704-c5d3289d4741} - - - {1b5978a1-4944-4647-9e92-11cb4662302e} - - - {beadf7dd-8c9c-4b89-a764-5eb6fc0190f7} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\Xfire_class\source - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\plugin\sources - - - Miranda Plugin\proxy - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - XFirelib\sources - - - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\Xfire_class\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\plugin\headers - - - Miranda Plugin\m8 - - - Miranda Plugin\proxy - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - XFirelib\headers - - - - - Resources - - - \ No newline at end of file diff --git a/protocols/Xfire/xfire_10.vcxproj b/protocols/Xfire/xfire_10.vcxproj new file mode 100644 index 0000000000..f150a543f0 --- /dev/null +++ b/protocols/Xfire/xfire_10.vcxproj @@ -0,0 +1,379 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Xfire + {E4CD8BBA-B580-4584-AC3E-B4E9915026AE} + xFire + Win32Proj + + + + DynamicLibrary + NotSet + true + + + DynamicLibrary + NotSet + true + + + DynamicLibrary + NotSet + + + DynamicLibrary + NotSet + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + true + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + false + false + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + EditAndContinue + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + MachineX86 + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Disabled + WIN64;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + ProgramDatabase + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Full + Size + true + WIN32;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + Default + MultiThreadedDLL + true + Fast + Use + Level3 + OldStyle + None + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + true + true + + + $(IntDir)$(TargetName).lib + MachineX86 + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + ..\..\include\msapi + + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Full + Size + true + WIN64;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + Default + MultiThreadedDLL + true + Fast + Use + Level3 + OldStyle + None + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + true + true + + + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + ..\..\include\msapi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Xfire/xfire_10.vcxproj.filters b/protocols/Xfire/xfire_10.vcxproj.filters new file mode 100644 index 0000000000..1acfc098e7 --- /dev/null +++ b/protocols/Xfire/xfire_10.vcxproj.filters @@ -0,0 +1,548 @@ + + + + + {429b4466-b5e0-4103-b9a3-79d9329ed56b} + + + {410d3a2b-b464-427e-bae6-6b53052ce281} + + + {85b62d89-d9b7-48e6-ad47-b69e16fad26e} + + + {e5faded7-3c56-4a55-8376-ff856dcdf14a} + + + {faa98de2-0992-4e8f-9619-339ddf7d63a8} + + + {ed3814dc-25c9-4508-8f49-6151c76a3a17} + + + {7f2aaa40-a5ee-4710-8c18-d5d8fb6393ec} + + + {ab6c436e-ae19-4c55-a704-c5d3289d4741} + + + {1b5978a1-4944-4647-9e92-11cb4662302e} + + + {beadf7dd-8c9c-4b89-a764-5eb6fc0190f7} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\Xfire_class\source + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\plugin\sources + + + Miranda Plugin\proxy + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + XFirelib\sources + + + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\Xfire_class\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\plugin\headers + + + Miranda Plugin\m8 + + + Miranda Plugin\proxy + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + XFirelib\headers + + + + + Resources + + + \ No newline at end of file diff --git a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj b/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj deleted file mode 100644 index 7cd443371d..0000000000 --- a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BFEBA9D5-CAB7-42C0-BE0B-0888A7A458AB} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj.filters b/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj.filters deleted file mode 100644 index 57344450d0..0000000000 --- a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj b/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj new file mode 100644 index 0000000000..7cd443371d --- /dev/null +++ b/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BFEBA9D5-CAB7-42C0-BE0B-0888A7A458AB} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj.filters b/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj.filters new file mode 100644 index 0000000000..57344450d0 --- /dev/null +++ b/protocols/Yahoo/proto_yahoo/Proto_Yahoo_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3