summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/NotesReminders.vcxproj.filters
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
commit69b001f36e1df9bfc80effd0e7fb5333335c2d87 (patch)
treeb4e27eacfca1e812104b3a81d47a75d580f111bc /plugins/NotesAndReminders/NotesReminders.vcxproj.filters
parente69e0ee825baad1b09849eeb126df9a08501208b (diff)
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
Diffstat (limited to 'plugins/NotesAndReminders/NotesReminders.vcxproj.filters')
-rw-r--r--plugins/NotesAndReminders/NotesReminders.vcxproj.filters4
1 files changed, 4 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.filters" />
+</Project> \ No newline at end of file