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.props | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 build/vc.common/common.props (limited to 'build/vc.common/common.props') 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