From 8d1e289188ba821bcfd5e85c6ace09ef97f8f894 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 25 Apr 2017 17:51:50 +0300 Subject: farewell MSVS 2015 --- plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj | 224 --------------------- .../PluginUpdaterIM_15.vcxproj.filters | 115 ----------- plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj | 149 -------------- .../pu_stub/pu_stub_15.vcxproj.filters | 14 -- 4 files changed, 502 deletions(-) delete mode 100644 plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj delete mode 100644 plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj.filters delete mode 100644 plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj delete mode 100644 plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj.filters (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj b/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj deleted file mode 100644 index bce8c99d69..0000000000 --- a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug Unicode - Win32 - - - Debug Unicode - x64 - - - Release Unicode - Win32 - - - Release Unicode - x64 - - - - PluginUpdater - {21F6C0E4-DD1A-49E6-82FD-64574BB902BD} - - - - DynamicLibrary - Unicode - true - v141 - - - DynamicLibrary - Unicode - true - v141 - - - DynamicLibrary - Unicode - v141 - - - DynamicLibrary - Unicode - v141 - - - - - - - - - - - - - - - - - - - <_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;..\ExternalAPI;.\src\Minizip;.\src\Compat%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;MIRANDA_VER=0x0800;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - EditAndContinue - Use - stdafx.h - - - true - Windows - false - $(IntDir)$(TargetName).lib - $(SolutionDir)\lib - - - ..\..\include\msapi;.\src\Compat - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;.\src\Minizip;.\src\Compat%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;MIRANDA_VER=0x0800;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - Use - stdafx.h - - - true - Windows - false - $(IntDir)$(TargetName).lib - $(SolutionDir)\lib - - - ..\..\include\msapi;.\src\Compat - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;.\src\Minizip;.\src\Compat%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;MIRANDA_VER=0x0800;_USRDLL;%(PreprocessorDefinitions) - Level3 - Use - stdafx.h - MultiThreaded - - - Windows - true - true - false - $(IntDir)$(TargetName).lib - true - $(SolutionDir)\lib - - - ..\..\include\msapi;.\src\Compat - NDEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;.\src\Minizip;.\src\Compat%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;MIRANDA_VER=0x0800;_USRDLL;%(PreprocessorDefinitions) - Level3 - Use - stdafx.h - MultiThreaded - - - Windows - true - true - false - $(IntDir)$(TargetName).lib - true - $(SolutionDir)\lib - - - ..\..\include\msapi;.\src\Compat - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - NotUsing - - - NotUsing - - - NotUsing - - - - Create - - - - - - - - - - - - - {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} - - - - - - \ No newline at end of file diff --git a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj.filters b/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj.filters deleted file mode 100644 index 488e76e104..0000000000 --- a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj.filters +++ /dev/null @@ -1,115 +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 - - - {845e5403-a8df-47fc-a179-7ac2048f954d} - - - - - Resource Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files\Minizip - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj deleted file mode 100644 index 81ba478711..0000000000 --- a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj +++ /dev/null @@ -1,149 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {121D2EA6-9D3C-43F6-AC5C-44BDBF93E3E0} - Win32Proj - pu_stub - pu_stub - - - - Application - true - v141_xp - Unicode - - - Application - true - v141_xp - Unicode - - - Application - false - v141_xp - true - Unicode - - - Application - false - true - Unicode - v141_xp - - - - - - - - - - - - - - - - - - - true - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - - - true - $(SolutionDir)$(Configuration)64\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - false - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - - - false - $(SolutionDir)$(Configuration)64\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - - Level4 - Disabled - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Windows - true - false - - - - - Level4 - Disabled - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Windows - true - - - - - Level4 - MaxSpeed - true - true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - Level4 - MinSpace - true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - Size - - - Windows - true - true - true - - - - - - - - - \ No newline at end of file diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj.filters b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj.filters deleted file mode 100644 index fa14ef3d54..0000000000 --- a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj.filters +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - \ No newline at end of file -- cgit v1.2.3