From 669813f9a07f0a8936a19f124aa6b5ae96840f8a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 24 Nov 2012 14:08:08 +0000 Subject: NoHistory and NotesAndReminders added to full slns git-svn-id: http://svn.miranda-ng.org/main/trunk@2462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/NotesReminders.vcxproj | 13 ++++++++++--- .../NotesAndReminders/NotesReminders.vcxproj.filters | 3 +++ plugins/NotesAndReminders/src/stdafx.cpp | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 plugins/NotesAndReminders/src/stdafx.cpp (limited to 'plugins/NotesAndReminders') diff --git a/plugins/NotesAndReminders/NotesReminders.vcxproj b/plugins/NotesAndReminders/NotesReminders.vcxproj index c19719ddaa..8b7ad075f2 100644 --- a/plugins/NotesAndReminders/NotesReminders.vcxproj +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj @@ -60,14 +60,18 @@ <_ProjectFileVersion>10.0.40219.1 $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(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 @@ -148,6 +152,7 @@ Windows $(SolutionDir)\lib true + /PDBALTPATH:%_PDB% %(AdditionalOptions) @@ -177,17 +182,19 @@ Windows $(SolutionDir)\lib true + /PDBALTPATH:%_PDB% %(AdditionalOptions) - + Create + diff --git a/plugins/NotesAndReminders/NotesReminders.vcxproj.filters b/plugins/NotesAndReminders/NotesReminders.vcxproj.filters index 5eccb5444e..304adc7d25 100644 --- a/plugins/NotesAndReminders/NotesReminders.vcxproj.filters +++ b/plugins/NotesAndReminders/NotesReminders.vcxproj.filters @@ -33,6 +33,9 @@ Source Files + + Source Files + diff --git a/plugins/NotesAndReminders/src/stdafx.cpp b/plugins/NotesAndReminders/src/stdafx.cpp new file mode 100644 index 0000000000..b3b4db2f7e --- /dev/null +++ b/plugins/NotesAndReminders/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012 Miranda NG team (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "globals.h" \ No newline at end of file -- cgit v1.2.3