From cb89c3026687e2f48093b3243fdab1f1204135b2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Apr 2015 16:20:50 +0000 Subject: common Visual Studio properties & filters git-svn-id: http://svn.miranda-ng.org/main/trunk@13089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/common.filters | 32 ++++++++++ build/vc.common/common.props | 130 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) create mode 100644 build/vc.common/common.filters create mode 100644 build/vc.common/common.props (limited to 'build') diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters new file mode 100644 index 0000000000..1af5b5334c --- /dev/null +++ b/build/vc.common/common.filters @@ -0,0 +1,32 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + + Source Files + + + Header Files + + + Resource Files + + + Source Files + + + \ No newline at end of file diff --git a/build/vc.common/common.props b/build/vc.common/common.props new file mode 100644 index 0000000000..5fb7ac40b2 --- /dev/null +++ b/build/vc.common/common.props @@ -0,0 +1,130 @@ + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + $(ProjectName) + Win32Proj + Unicode + v100 + v110_xp + v120_xp + v140 + $(SolutionDir)Bin\$(Configuration)\Plugins\$(ProjectName)\ + $(SolutionDir)Bin\Obj\$(Configuration)\$(ProjectName)\ + $(SolutionDir)Bin\$(Configuration)64\Plugins\$(ProjectName)\ + $(SolutionDir)Bin\Obj\$(Configuration)64\$(ProjectName)\ + DynamicLibrary + false + false + true + false + + + + + + + ..\..\include;..\..\include\msapi + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions) + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + false + Level4 + Use + stdafx.h + false + + + comctl32.lib;UxTheme.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin12\lib + true + false + Windows + $(IntDir)$(TargetName).lib + false + + + ..\..\include;..\..\include\msapi + + + + + + Disabled + false + DEBUG;%(PreprocessorDefinitions) + true + MultiThreadedDebugDLL + + + + + + + + + + Full + Size + true + true + NDEBUG;%(PreprocessorDefinitions) + false + MultiThreadedDLL + true + + + true + true + UseLinkTimeCodeGeneration + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + -- cgit v1.2.3