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 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/NotesAndReminders/NotesReminders.vcxproj (limited to 'plugins/NotesAndReminders/NotesReminders.vcxproj') diff --git a/plugins/NotesAndReminders/NotesReminders.vcxproj b/plugins/NotesAndReminders/NotesReminders.vcxproj new file mode 100644 index 0000000000..33dac1251e --- /dev/null +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj @@ -0,0 +1,11 @@ + + + + {EEB57129-946C-4B98-8856-FDA501AE2A5E} + NotesReminders + false + + + + + \ No newline at end of file -- cgit v1.2.3