From 7e83d3ff97774c4b7292143d695552d5992e105d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 May 2015 09:25:17 +0000 Subject: Proto_WhatsApp - unified project git-svn-id: http://svn.miranda-ng.org/main/trunk@13367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_icons.sln | 2 +- bin12/mir_icons.sln | 2 +- .../WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj | 28 +++++ .../proto_whatsapp/Proto_WhatsApp.vcxproj.filters | 4 + .../proto_whatsapp/Proto_WhatsApp_10.vcxproj | 131 -------------------- .../Proto_WhatsApp_10.vcxproj.filters | 23 ---- .../proto_whatsapp/Proto_WhatsApp_12.vcxproj | 135 --------------------- .../Proto_WhatsApp_12.vcxproj.filters | 23 ---- 8 files changed, 34 insertions(+), 314 deletions(-) create mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj create mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj.filters delete mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj delete mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj.filters delete mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj delete mode 100644 protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj.filters diff --git a/bin10/mir_icons.sln b/bin10/mir_icons.sln index 0b02e1f70f..e62fbb9e9f 100644 --- a/bin10/mir_icons.sln +++ b/bin10/mir_icons.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Sametime", "..\protoc EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MetaContacts", "..\src\icons\proto_metacontacts\Proto_MetaContacts_10.vcxproj", "{793B6174-89B0-4682-A957-A32BE7F61502}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp_10.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Dummy", "..\protocols\Dummy\proto_dummy\Proto_Dummy.vcxproj", "{018F801B-E80F-4E49-A640-E30BC445E74A}" EndProject diff --git a/bin12/mir_icons.sln b/bin12/mir_icons.sln index 29e37b4efc..12d36dd759 100644 --- a/bin12/mir_icons.sln +++ b/bin12/mir_icons.sln @@ -64,7 +64,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_YAMN", "..\plugins\YA EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fp_icons", "..\plugins\FingerprintNG\iconpacks\fp_icons_12.vcxproj", "{7F854B13-37EA-4956-BAEE-9715AE9F4579}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp_12.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_VKontakte", "..\protocols\VKontakte\proto_vkontakte\Proto_VKontakte.vcxproj", "{5F8495EF-0765-4E03-905D-639BDBF05B4F}" EndProject diff --git a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj new file mode 100644 index 0000000000..0d33d3423f --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Proto_WhatsApp + {64A2B403-90AF-4CF8-BC69-4E8D33872D64} + + + + + \ No newline at end of file diff --git a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj.filters b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj deleted file mode 100644 index 810430cd83..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {64A2B403-90AF-4CF8-BC69-4E8D33872D64} - Proto_WhatsApp - - - - 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/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj.filters b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_10.vcxproj.filters deleted file mode 100644 index 5b92fb6cbf..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_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/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj deleted file mode 100644 index 36b1725157..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {64A2B403-90AF-4CF8-BC69-4E8D33872D64} - Proto_WhatsApp - - - - 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/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj.filters b/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_12.vcxproj.filters deleted file mode 100644 index 5b92fb6cbf..0000000000 --- a/protocols/WhatsApp/proto_whatsapp/Proto_WhatsApp_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