diff options
| author | George Hazan <ghazan@miranda.im> | 2019-03-18 18:26:23 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-03-18 18:26:23 +0300 |
| commit | 69b001f36e1df9bfc80effd0e7fb5333335c2d87 (patch) | |
| tree | b4e27eacfca1e812104b3a81d47a75d580f111bc /plugins/NotesAndReminders/NotesReminders.vcxproj | |
| parent | e69e0ee825baad1b09849eeb126df9a08501208b (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')
| -rw-r--r-- | plugins/NotesAndReminders/NotesReminders.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup Label="Globals"> + <ProjectGuid>{EEB57129-946C-4B98-8856-FDA501AE2A5E}</ProjectGuid> + <ProjectName>NotesReminders</ProjectName> + <XPDeprecationWarning>false</XPDeprecationWarning> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> +</Project>
\ No newline at end of file |
