From a98a4baac2f472b002053db7fc6d58d28bdcaea9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 May 2015 08:39:53 +0000 Subject: Proto_Omegle - unified project git-svn-id: http://svn.miranda-ng.org/main/trunk@13360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_icons.sln | 2 +- bin12/mir_icons.sln | 2 +- protocols/Omegle/proto_omegle/omegle_icons.vcxproj | 28 +++++ .../proto_omegle/omegle_icons.vcxproj.filters | 4 + .../Omegle/proto_omegle/omegle_icons_10.vcxproj | 131 -------------------- .../proto_omegle/omegle_icons_10.vcxproj.filters | 19 --- .../Omegle/proto_omegle/omegle_icons_12.vcxproj | 135 --------------------- .../proto_omegle/omegle_icons_12.vcxproj.filters | 19 --- 8 files changed, 34 insertions(+), 306 deletions(-) create mode 100644 protocols/Omegle/proto_omegle/omegle_icons.vcxproj create mode 100644 protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters delete mode 100644 protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj delete mode 100644 protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj.filters delete mode 100644 protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj delete mode 100644 protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj.filters diff --git a/bin10/mir_icons.sln b/bin10/mir_icons.sln index 8bdc8eccbe..5570de33c8 100644 --- a/bin10/mir_icons.sln +++ b/bin10/mir_icons.sln @@ -44,7 +44,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Yahoo", "..\protocols EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistoryPP_icons", "..\plugins\HistoryPlusPlus\historypp_icons\HistoryPP_icons_10.vcxproj", "{B2E0D5C5-D418-4962-812A-FBC5C7FFC4B6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Omegle", "..\protocols\Omegle\proto_omegle\omegle_icons_10.vcxproj", "{C5AB34D2-15F5-4CBA-8F42-DB48A4E52910}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Omegle", "..\protocols\Omegle\proto_omegle\omegle_icons.vcxproj", "{C5AB34D2-15F5-4CBA-8F42-DB48A4E52910}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TabSRMM_icons", "..\plugins\TabSRMM\TabSRMM_icons\NOVA\ICONS_NOVA_10.vcxproj", "{F553F140-B7D3-4984-90B1-00D4831B8A6E}" EndProject diff --git a/bin12/mir_icons.sln b/bin12/mir_icons.sln index ec71783be7..b076d1804b 100644 --- a/bin12/mir_icons.sln +++ b/bin12/mir_icons.sln @@ -44,7 +44,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Yahoo", "..\protocols EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistoryPP_icons", "..\plugins\HistoryPlusPlus\historypp_icons\HistoryPP_icons_12.vcxproj", "{B2E0D5C5-D418-4962-812A-FBC5C7FFC4B6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Omegle", "..\protocols\Omegle\proto_omegle\omegle_icons_12.vcxproj", "{C5AB34D2-15F5-4CBA-8F42-DB48A4E52910}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Omegle", "..\protocols\Omegle\proto_omegle\omegle_icons.vcxproj", "{C5AB34D2-15F5-4CBA-8F42-DB48A4E52910}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TabSRMM_icons", "..\plugins\TabSRMM\TabSRMM_icons\NOVA\ICONS_NOVA_12.vcxproj", "{F553F140-B7D3-4984-90B1-00D4831B8A6E}" EndProject diff --git a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj new file mode 100644 index 0000000000..68eec058c0 --- /dev/null +++ b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Proto_Omegle + {C5AB34D2-15F5-4CBA-8F42-DB48A4E52910} + + + + + \ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj b/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj deleted file mode 100644 index 1bc3ae037e..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C5AB34D2-15F5-4CBA-8F42-DB48A4E52910} - Proto_Omegle - - - - 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 - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - true - true - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - true - true - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj.filters b/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj.filters deleted file mode 100644 index 39791d31f8..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons_10.vcxproj.filters +++ /dev/null @@ -1,19 +0,0 @@ - - - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj b/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj deleted file mode 100644 index 2f76980f42..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C5AB34D2-15F5-4CBA-8F42-DB48A4E52910} - Proto_Omegle - - - - 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 - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - true - true - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - true - true - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj.filters b/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj.filters deleted file mode 100644 index 39791d31f8..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons_12.vcxproj.filters +++ /dev/null @@ -1,19 +0,0 @@ - - - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file -- cgit v1.2.3