From 68cf887f4b64634238c3a119faba0c5081e748cb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 11:01:24 +0000 Subject: added precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@3715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/skineditor/skinedit_10.vcxproj | 21 +++++++++++++++++---- .../skineditor/skinedit_10.vcxproj.filters | 9 +++++++++ plugins/Clist_nicer/skineditor/skinedit_11.vcxproj | 11 +++++++++++ .../skineditor/skinedit_11.vcxproj.filters | 3 +++ plugins/Clist_nicer/skineditor/src/stdafx.cpp | 18 ++++++++++++++++++ 5 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 plugins/Clist_nicer/skineditor/src/stdafx.cpp (limited to 'plugins') diff --git a/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj b/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj index 3f162e57e2..9b1fe594a2 100644 --- a/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj +++ b/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj @@ -82,10 +82,12 @@ false Fast false + commonheaders.h + Use NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;%(AdditionalIncludeDirectories) + ..\..\..\include\msapi true @@ -109,10 +111,12 @@ Level3 EditAndContinue false + commonheaders.h + Use _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;%(AdditionalIncludeDirectories) + ..\..\..\include\msapi true @@ -136,10 +140,12 @@ false Fast false + commonheaders.h + Use NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;%(AdditionalIncludeDirectories) + ..\..\..\include\msapi true @@ -162,10 +168,12 @@ MultiThreadedDebugDLL Level3 false + commonheaders.h + Use _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;%(AdditionalIncludeDirectories) + ..\..\..\include\msapi true @@ -178,13 +186,18 @@ + + Create + + + diff --git a/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj.filters b/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj.filters index 9527aaed45..8be030a14a 100644 --- a/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj.filters +++ b/plugins/Clist_nicer/skineditor/skinedit_10.vcxproj.filters @@ -18,11 +18,17 @@ Source Files + + Source Files + Resource Files + + Resource Files + @@ -31,5 +37,8 @@ Header Files + + Header Files + \ No newline at end of file diff --git a/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj b/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj index b0c73520f7..520844bb57 100644 --- a/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj +++ b/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj @@ -86,6 +86,8 @@ false Fast false + commonheaders.h + Use NDEBUG;%(PreprocessorDefinitions) @@ -113,6 +115,8 @@ Level3 EditAndContinue false + commonheaders.h + Use _DEBUG;%(PreprocessorDefinitions) @@ -140,6 +144,8 @@ false Fast false + commonheaders.h + Use NDEBUG;%(PreprocessorDefinitions) @@ -166,6 +172,8 @@ MultiThreadedDebugDLL Level3 false + commonheaders.h + Use _DEBUG;%(PreprocessorDefinitions) @@ -182,6 +190,9 @@ + + Create + diff --git a/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj.filters b/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj.filters index ef12ffed19..8be030a14a 100644 --- a/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj.filters +++ b/plugins/Clist_nicer/skineditor/skinedit_11.vcxproj.filters @@ -18,6 +18,9 @@ Source Files + + Source Files + diff --git a/plugins/Clist_nicer/skineditor/src/stdafx.cpp b/plugins/Clist_nicer/skineditor/src/stdafx.cpp new file mode 100644 index 0000000000..e7e41dae3c --- /dev/null +++ b/plugins/Clist_nicer/skineditor/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-13 Miranda NG Project (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 -- cgit v1.2.3