From 8a22b1b13cbd23e4d0a0a1cf3da9c84596b55280 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 7 Jan 2016 12:25:32 +0000 Subject: MirLua: WinAPI module moved to external library git-svn-id: http://svn.miranda-ng.org/main/trunk@16045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/Modules/common.props | 98 +++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 plugins/MirLua/Modules/common.props (limited to 'plugins/MirLua/Modules/common.props') diff --git a/plugins/MirLua/Modules/common.props b/plugins/MirLua/Modules/common.props new file mode 100644 index 0000000000..0e6422d781 --- /dev/null +++ b/plugins/MirLua/Modules/common.props @@ -0,0 +1,98 @@ + + + + 10.0 + $(ProjectDir)..\..\..\..\bin10\lib + $(ProjectDir)..\..\..\..\bin12\lib + $(ProjectDir)..\..\..\..\bin14\lib + + + $(ProjectName) + Win32Proj + Unicode + v100 + v110_xp + v120_xp + v140_xp + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + false + + + + + + $(ProjectDir)..\..\..\..\include;$(ProjectDir)..\..\..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions) + 4995;4996;4312;4091;%(DisableSpecificWarnings) + OnlyExplicitInline + false + Level4 + Use + stdafx.h + false + + + winmm.lib;Wtsapi32.lib;netapi32.lib;pdh.lib;shlwapi.lib;Strmiids.lib;gdiplus.lib;dbghelp.lib;Setupapi.lib;msimg32.lib;comctl32.lib;ws2_32.lib;UxTheme.lib;Iphlpapi.lib;%(AdditionalDependencies) + $(CommonLibDir) + true + false + Windows + $(IntDir)$(TargetName).lib + false + + + $(ProjectDir)..\..\..\..\include;$(ProjectDir)..\..\..\..\include\msapi + + + + + + Disabled + false + DEBUG;%(PreprocessorDefinitions) + true + MultiThreadedDebugDLL + + + + + + + + + + Full + true + Size + true + true + NDEBUG;%(PreprocessorDefinitions) + false + MultiThreadedDLL + true + + + true + true + UseLinkTimeCodeGeneration + /PDBALTPATH:%_PDB% + + + + + + Create + + + + NotUsing + + + + + + + + -- cgit v1.2.3