From 02ee191a693f13f868c67dd548114375af13f261 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 21 Nov 2012 15:07:23 +0000 Subject: consistent hash generation fix - part 5 git-svn-id: http://svn.miranda-ng.org/main/trunk@2416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Nudge/nudge_10.vcxproj | 3 ++- plugins/Nudge/nudge_10.vcxproj.filters | 3 +++ plugins/Nudge/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/PackUpdater/PackUpdater_10.vcxproj | 3 ++- plugins/PackUpdater/PackUpdater_10.vcxproj.filters | 3 +++ plugins/PackUpdater/Src/stdafx.cpp | 18 ++++++++++++++++++ plugins/PasteIt/PasteIt.vcxproj | 3 ++- plugins/PasteIt/PasteIt.vcxproj.filters | 3 +++ plugins/PasteIt/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/PluginUpdater/PluginUpdater_10.vcxproj | 3 ++- plugins/PluginUpdater/PluginUpdater_10.vcxproj.filters | 3 +++ plugins/PluginUpdater/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/Popup/PopUp_10.vcxproj | 3 ++- plugins/Popup/PopUp_10.vcxproj.filters | 3 +++ plugins/Popup/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/RecentContacts/RecentContacts.vcxproj | 3 ++- plugins/RecentContacts/RecentContacts.vcxproj.filters | 3 +++ plugins/RecentContacts/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/Scriver/scriver_10.vcxproj | 3 ++- plugins/Scriver/scriver_10.vcxproj.filters | 3 +++ plugins/Scriver/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/SecureIM/secureim_10.vcxproj | 3 ++- plugins/SecureIM/secureim_10.vcxproj.filters | 3 +++ plugins/SecureIM/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/SeenPlugin/seenplugin_10.vcxproj | 3 ++- plugins/SeenPlugin/seenplugin_10.vcxproj.filters | 3 +++ plugins/SeenPlugin/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/Sessions/Sessions_10.vcxproj | 3 ++- plugins/Sessions/Sessions_10.vcxproj.filters | 3 +++ plugins/Sessions/Src/stdafx.cpp | 18 ++++++++++++++++++ plugins/SimpleAR/SimpleAR_10.vcxproj | 3 ++- plugins/SimpleAR/SimpleAR_10.vcxproj.filters | 3 +++ plugins/SimpleAR/src/stdafx.cpp | 18 ++++++++++++++++++ plugins/SpellChecker/spellchecker.vcxproj | 3 ++- plugins/SpellChecker/spellchecker.vcxproj.filters | 3 +++ plugins/SpellChecker/src/stdafx.cpp | 18 ++++++++++++++++++ 36 files changed, 276 insertions(+), 12 deletions(-) create mode 100644 plugins/Nudge/src/stdafx.cpp create mode 100644 plugins/PackUpdater/Src/stdafx.cpp create mode 100644 plugins/PasteIt/src/stdafx.cpp create mode 100644 plugins/PluginUpdater/src/stdafx.cpp create mode 100644 plugins/Popup/src/stdafx.cpp create mode 100644 plugins/RecentContacts/src/stdafx.cpp create mode 100644 plugins/Scriver/src/stdafx.cpp create mode 100644 plugins/SecureIM/src/stdafx.cpp create mode 100644 plugins/SeenPlugin/src/stdafx.cpp create mode 100644 plugins/Sessions/Src/stdafx.cpp create mode 100644 plugins/SimpleAR/src/stdafx.cpp create mode 100644 plugins/SpellChecker/src/stdafx.cpp (limited to 'plugins') diff --git a/plugins/Nudge/nudge_10.vcxproj b/plugins/Nudge/nudge_10.vcxproj index 85e9f7e947..7a36db20ec 100644 --- a/plugins/Nudge/nudge_10.vcxproj +++ b/plugins/Nudge/nudge_10.vcxproj @@ -179,12 +179,13 @@ - + Create + diff --git a/plugins/Nudge/nudge_10.vcxproj.filters b/plugins/Nudge/nudge_10.vcxproj.filters index 87af4fd86d..3d4bf3c005 100644 --- a/plugins/Nudge/nudge_10.vcxproj.filters +++ b/plugins/Nudge/nudge_10.vcxproj.filters @@ -24,6 +24,9 @@ Source Files + + Source Files + diff --git a/plugins/Nudge/src/stdafx.cpp b/plugins/Nudge/src/stdafx.cpp new file mode 100644 index 0000000000..881465e5d9 --- /dev/null +++ b/plugins/Nudge/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 "headers.h" \ No newline at end of file diff --git a/plugins/PackUpdater/PackUpdater_10.vcxproj b/plugins/PackUpdater/PackUpdater_10.vcxproj index c371db10c5..8a47c23c12 100644 --- a/plugins/PackUpdater/PackUpdater_10.vcxproj +++ b/plugins/PackUpdater/PackUpdater_10.vcxproj @@ -178,9 +178,10 @@ - + Create + diff --git a/plugins/PackUpdater/PackUpdater_10.vcxproj.filters b/plugins/PackUpdater/PackUpdater_10.vcxproj.filters index 315c784e80..54a9c78af0 100644 --- a/plugins/PackUpdater/PackUpdater_10.vcxproj.filters +++ b/plugins/PackUpdater/PackUpdater_10.vcxproj.filters @@ -44,6 +44,9 @@ Source Files + + Source Files + diff --git a/plugins/PackUpdater/Src/stdafx.cpp b/plugins/PackUpdater/Src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/PackUpdater/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 "common.h" \ No newline at end of file diff --git a/plugins/PasteIt/PasteIt.vcxproj b/plugins/PasteIt/PasteIt.vcxproj index 029298d392..718f70c643 100644 --- a/plugins/PasteIt/PasteIt.vcxproj +++ b/plugins/PasteIt/PasteIt.vcxproj @@ -176,12 +176,13 @@ - + Create + diff --git a/plugins/PasteIt/PasteIt.vcxproj.filters b/plugins/PasteIt/PasteIt.vcxproj.filters index ff39f578c7..a830818136 100644 --- a/plugins/PasteIt/PasteIt.vcxproj.filters +++ b/plugins/PasteIt/PasteIt.vcxproj.filters @@ -56,6 +56,9 @@ Source Files + + Source Files + diff --git a/plugins/PasteIt/src/stdafx.cpp b/plugins/PasteIt/src/stdafx.cpp new file mode 100644 index 0000000000..94b7fd5648 --- /dev/null +++ b/plugins/PasteIt/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 "stdafx.h" \ No newline at end of file diff --git a/plugins/PluginUpdater/PluginUpdater_10.vcxproj b/plugins/PluginUpdater/PluginUpdater_10.vcxproj index 3542a23e8b..e2781551d3 100644 --- a/plugins/PluginUpdater/PluginUpdater_10.vcxproj +++ b/plugins/PluginUpdater/PluginUpdater_10.vcxproj @@ -204,10 +204,11 @@ - + Create + diff --git a/plugins/PluginUpdater/PluginUpdater_10.vcxproj.filters b/plugins/PluginUpdater/PluginUpdater_10.vcxproj.filters index 595ed68903..ca82a85264 100644 --- a/plugins/PluginUpdater/PluginUpdater_10.vcxproj.filters +++ b/plugins/PluginUpdater/PluginUpdater_10.vcxproj.filters @@ -94,6 +94,9 @@ Source Files + + Source Files + diff --git a/plugins/PluginUpdater/src/stdafx.cpp b/plugins/PluginUpdater/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/PluginUpdater/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 "common.h" \ No newline at end of file diff --git a/plugins/Popup/PopUp_10.vcxproj b/plugins/Popup/PopUp_10.vcxproj index 1230fe856a..ca01474120 100644 --- a/plugins/Popup/PopUp_10.vcxproj +++ b/plugins/Popup/PopUp_10.vcxproj @@ -192,7 +192,7 @@ - + Create @@ -208,6 +208,7 @@ + diff --git a/plugins/Popup/PopUp_10.vcxproj.filters b/plugins/Popup/PopUp_10.vcxproj.filters index dc4eb987d8..4003792550 100644 --- a/plugins/Popup/PopUp_10.vcxproj.filters +++ b/plugins/Popup/PopUp_10.vcxproj.filters @@ -99,6 +99,9 @@ Option Pages + + Source Files + diff --git a/plugins/Popup/src/stdafx.cpp b/plugins/Popup/src/stdafx.cpp new file mode 100644 index 0000000000..881465e5d9 --- /dev/null +++ b/plugins/Popup/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 "headers.h" \ No newline at end of file diff --git a/plugins/RecentContacts/RecentContacts.vcxproj b/plugins/RecentContacts/RecentContacts.vcxproj index ffce4354f1..233564f662 100644 --- a/plugins/RecentContacts/RecentContacts.vcxproj +++ b/plugins/RecentContacts/RecentContacts.vcxproj @@ -175,9 +175,10 @@ - + Create + diff --git a/plugins/RecentContacts/RecentContacts.vcxproj.filters b/plugins/RecentContacts/RecentContacts.vcxproj.filters index bb7496f749..1fa5431ddd 100644 --- a/plugins/RecentContacts/RecentContacts.vcxproj.filters +++ b/plugins/RecentContacts/RecentContacts.vcxproj.filters @@ -21,6 +21,9 @@ Source Files + + Source Files + diff --git a/plugins/RecentContacts/src/stdafx.cpp b/plugins/RecentContacts/src/stdafx.cpp new file mode 100644 index 0000000000..51b54f9509 --- /dev/null +++ b/plugins/RecentContacts/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 "RecentContacts.h" \ No newline at end of file diff --git a/plugins/Scriver/scriver_10.vcxproj b/plugins/Scriver/scriver_10.vcxproj index 99fcc14dde..3dbd766bbb 100644 --- a/plugins/Scriver/scriver_10.vcxproj +++ b/plugins/Scriver/scriver_10.vcxproj @@ -201,10 +201,11 @@ - + Create + ..\commonheaders.h diff --git a/plugins/Scriver/scriver_10.vcxproj.filters b/plugins/Scriver/scriver_10.vcxproj.filters index 8421968630..67edc8cb9e 100644 --- a/plugins/Scriver/scriver_10.vcxproj.filters +++ b/plugins/Scriver/scriver_10.vcxproj.filters @@ -96,6 +96,9 @@ Source Files\chat + + Source Files + diff --git a/plugins/Scriver/src/stdafx.cpp b/plugins/Scriver/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/Scriver/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 "commonheaders.h" \ No newline at end of file diff --git a/plugins/SecureIM/secureim_10.vcxproj b/plugins/SecureIM/secureim_10.vcxproj index dab509523b..4a3e72fdff 100644 --- a/plugins/SecureIM/secureim_10.vcxproj +++ b/plugins/SecureIM/secureim_10.vcxproj @@ -211,7 +211,7 @@ - + Create @@ -233,6 +233,7 @@ + diff --git a/plugins/SecureIM/secureim_10.vcxproj.filters b/plugins/SecureIM/secureim_10.vcxproj.filters index 737f043152..74d648b4d8 100644 --- a/plugins/SecureIM/secureim_10.vcxproj.filters +++ b/plugins/SecureIM/secureim_10.vcxproj.filters @@ -166,5 +166,8 @@ Source Files + + Source Files + \ No newline at end of file diff --git a/plugins/SecureIM/src/stdafx.cpp b/plugins/SecureIM/src/stdafx.cpp new file mode 100644 index 0000000000..b985a910cd --- /dev/null +++ b/plugins/SecureIM/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 "commonheaders.h" \ No newline at end of file diff --git a/plugins/SeenPlugin/seenplugin_10.vcxproj b/plugins/SeenPlugin/seenplugin_10.vcxproj index 988b1ca1a9..b50a5d8a05 100644 --- a/plugins/SeenPlugin/seenplugin_10.vcxproj +++ b/plugins/SeenPlugin/seenplugin_10.vcxproj @@ -184,12 +184,13 @@ - + Create + diff --git a/plugins/SeenPlugin/seenplugin_10.vcxproj.filters b/plugins/SeenPlugin/seenplugin_10.vcxproj.filters index 9c321cd123..cd2baa5aba 100644 --- a/plugins/SeenPlugin/seenplugin_10.vcxproj.filters +++ b/plugins/SeenPlugin/seenplugin_10.vcxproj.filters @@ -39,6 +39,9 @@ Source Files + + Source Files + diff --git a/plugins/SeenPlugin/src/stdafx.cpp b/plugins/SeenPlugin/src/stdafx.cpp new file mode 100644 index 0000000000..9110c318be --- /dev/null +++ b/plugins/SeenPlugin/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 "seen.h" \ No newline at end of file diff --git a/plugins/Sessions/Sessions_10.vcxproj b/plugins/Sessions/Sessions_10.vcxproj index 05776e8eaa..24b6bf4c32 100644 --- a/plugins/Sessions/Sessions_10.vcxproj +++ b/plugins/Sessions/Sessions_10.vcxproj @@ -177,10 +177,11 @@ - + Create + diff --git a/plugins/Sessions/Sessions_10.vcxproj.filters b/plugins/Sessions/Sessions_10.vcxproj.filters index 41b3127e59..8119802ffc 100644 --- a/plugins/Sessions/Sessions_10.vcxproj.filters +++ b/plugins/Sessions/Sessions_10.vcxproj.filters @@ -24,6 +24,9 @@ Source Files + + Source Files + diff --git a/plugins/Sessions/Src/stdafx.cpp b/plugins/Sessions/Src/stdafx.cpp new file mode 100644 index 0000000000..d84905a574 --- /dev/null +++ b/plugins/Sessions/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 "Sessions.h" \ No newline at end of file diff --git a/plugins/SimpleAR/SimpleAR_10.vcxproj b/plugins/SimpleAR/SimpleAR_10.vcxproj index 9d16113d83..fb39f71e98 100644 --- a/plugins/SimpleAR/SimpleAR_10.vcxproj +++ b/plugins/SimpleAR/SimpleAR_10.vcxproj @@ -169,10 +169,11 @@ - + Create + diff --git a/plugins/SimpleAR/SimpleAR_10.vcxproj.filters b/plugins/SimpleAR/SimpleAR_10.vcxproj.filters index 9990568c06..59b6032bc6 100644 --- a/plugins/SimpleAR/SimpleAR_10.vcxproj.filters +++ b/plugins/SimpleAR/SimpleAR_10.vcxproj.filters @@ -21,6 +21,9 @@ Source Files + + Source Files + diff --git a/plugins/SimpleAR/src/stdafx.cpp b/plugins/SimpleAR/src/stdafx.cpp new file mode 100644 index 0000000000..7a516adf58 --- /dev/null +++ b/plugins/SimpleAR/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 "common.h" \ No newline at end of file diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj index 21ab8ff955..5e9d389389 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj +++ b/plugins/SpellChecker/spellchecker.vcxproj @@ -224,7 +224,7 @@ - + Create @@ -260,6 +260,7 @@ NotUsing + diff --git a/plugins/SpellChecker/spellchecker.vcxproj.filters b/plugins/SpellChecker/spellchecker.vcxproj.filters index f46574b63c..257a7bccd2 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker.vcxproj.filters @@ -172,5 +172,8 @@ Source Files\hunspell Source Files + + Source Files + \ No newline at end of file diff --git a/plugins/SpellChecker/src/stdafx.cpp b/plugins/SpellChecker/src/stdafx.cpp new file mode 100644 index 0000000000..20208e0410 --- /dev/null +++ b/plugins/SpellChecker/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 "commons.h" \ No newline at end of file -- cgit v1.2.3