From 9f80952104309817ea3687d98b1ec4fb1b3d6e00 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 1 May 2015 21:46:05 +0000 Subject: Proto_Jabber and Jabber_xStatus - unified projects git-svn-id: http://svn.miranda-ng.org/main/trunk@13354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../jabber_xstatus/JABBER_XSTATUS_10.vcxproj | 128 ------------------- .../jabber_xstatus/JABBER_XSTATUS_12.vcxproj | 132 -------------------- .../JabberG/jabber_xstatus/xStatus_Jabber.vcxproj | 28 +++++ .../jabber_xstatus/xStatus_Jabber.vcxproj.filters | 4 + .../JabberG/proto_jabber/Proto_Jabber.vcxproj | 28 +++++ .../proto_jabber/Proto_Jabber.vcxproj.filters | 4 + .../JabberG/proto_jabber/Proto_Jabber_10.vcxproj | 131 -------------------- .../proto_jabber/Proto_Jabber_10.vcxproj.filters | 23 ---- .../JabberG/proto_jabber/Proto_Jabber_12.vcxproj | 135 --------------------- .../proto_jabber/Proto_Jabber_12.vcxproj.filters | 23 ---- 10 files changed, 64 insertions(+), 572 deletions(-) delete mode 100644 protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj delete mode 100644 protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_12.vcxproj create mode 100644 protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj create mode 100644 protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj.filters create mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj create mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj.filters delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_12.vcxproj delete mode 100644 protocols/JabberG/proto_jabber/Proto_Jabber_12.vcxproj.filters (limited to 'protocols') diff --git a/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj b/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj deleted file mode 100644 index 0f52450e72..0000000000 --- a/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj +++ /dev/null @@ -1,128 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - xStatus_Jabber - {6BBEEA1E-3C87-6CD1-F32A-027C3EC5320E} - - - - 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/JabberG/jabber_xstatus/JABBER_XSTATUS_12.vcxproj b/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_12.vcxproj deleted file mode 100644 index 0d792f3f91..0000000000 --- a/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_12.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - xStatus_Jabber - {6BBEEA1E-3C87-6CD1-F32A-027C3EC5320E} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_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/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj b/protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj new file mode 100644 index 0000000000..1b7e28cc10 --- /dev/null +++ b/protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xStatus_Jabber + {6BBEEA1E-3C87-6CD1-F32A-027C3EC5320E} + + + + + \ No newline at end of file diff --git a/protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj.filters b/protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/protocols/JabberG/jabber_xstatus/xStatus_Jabber.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj new file mode 100644 index 0000000000..9b8c9329d6 --- /dev/null +++ b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Proto_Jabber + {1AA0A504-0644-4F00-A1AD-F55D69E50DD0} + + + + + \ 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 new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ 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 deleted file mode 100644 index b56ce9959a..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber_10.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AA0A504-0644-4F00-A1AD-F55D69E50DD0} - Proto_Jabber - - - - 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 deleted file mode 100644 index ae91eacccf..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber_10.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_12.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber_12.vcxproj deleted file mode 100644 index 1e7a37426f..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber_12.vcxproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1AA0A504-0644-4F00-A1AD-F55D69E50DD0} - Proto_Jabber - - - - DynamicLibrary - true - Unicode - v120_xp - - - DynamicLibrary - true - Unicode - v120_xp - - - DynamicLibrary - false - Unicode - v120_xp - - - DynamicLibrary - false - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_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_12.vcxproj.filters b/protocols/JabberG/proto_jabber/Proto_Jabber_12.vcxproj.filters deleted file mode 100644 index ae91eacccf..0000000000 --- a/protocols/JabberG/proto_jabber/Proto_Jabber_12.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 -- cgit v1.2.3