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 --- plugins/NotesAndReminders/NotesReminders.vcxproj.filters | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/NotesAndReminders/NotesReminders.vcxproj.filters (limited to 'plugins/NotesAndReminders/NotesReminders.vcxproj.filters') diff --git a/plugins/NotesAndReminders/NotesReminders.vcxproj.filters b/plugins/NotesAndReminders/NotesReminders.vcxproj.filters new file mode 100644 index 0000000000..fcae13a9d8 --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3