From 69b001f36e1df9bfc80effd0e7fb5333335c2d87 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Mar 2019 18:26:23 +0300 Subject: Notes & Reminders: - ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump --- .../NotesAndReminders/NotesReminders_15.vcxproj | 227 --------------------- 1 file changed, 227 deletions(-) delete mode 100644 plugins/NotesAndReminders/NotesReminders_15.vcxproj (limited to 'plugins/NotesAndReminders/NotesReminders_15.vcxproj') diff --git a/plugins/NotesAndReminders/NotesReminders_15.vcxproj b/plugins/NotesAndReminders/NotesReminders_15.vcxproj deleted file mode 100644 index 86c3f68856..0000000000 --- a/plugins/NotesAndReminders/NotesReminders_15.vcxproj +++ /dev/null @@ -1,227 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EEB57129-946C-4B98-8856-FDA501AE2A5E} - NotesReminders - false - - - - DynamicLibrary - MultiByte - true - v141_xp - - - DynamicLibrary - MultiByte - true - v141_xp - - - DynamicLibrary - MultiByte - v141_xp - - - DynamicLibrary - MultiByte - v141_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.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 - true - true - false - false - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level4 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - EditAndContinue - Use - globals.h - EnableFastChecks - false - /Zc:threadSafeInit- %(AdditionalOptions) - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - comctl32.lib;Gdi32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) - true - 0x14310000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\libs\win$(PlatformArchitecture) - false - - - - - Disabled - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level4 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - ProgramDatabase - Use - globals.h - EnableFastChecks - false - /Zc:threadSafeInit- %(AdditionalOptions) - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - comctl32.lib;Gdi32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) - true - 0x14310000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\libs\win$(PlatformArchitecture) - - - - - NoExtensions - Full - OnlyExplicitInline - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level4 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - Use - globals.h - false - /Zc:threadSafeInit- %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - Gdi32.lib;comctl32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) - true - 0x14310000 - false - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\libs\win$(PlatformArchitecture) - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - Full - OnlyExplicitInline - Size - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level4 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - Use - globals.h - false - /Zc:threadSafeInit- %(AdditionalOptions) - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - Gdi32.lib;comctl32.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies) - true - 0x14310000 - false - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\libs\win$(PlatformArchitecture) - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3