From 5c28ad1da696d885a03d4466da095e22be77e15a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 1 May 2015 18:08:09 +0000 Subject: Icons common project git-svn-id: http://svn.miranda-ng.org/main/trunk@13340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- build/vc.common/icons.props | 117 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 build/vc.common/icons.props (limited to 'build') diff --git a/build/vc.common/icons.props b/build/vc.common/icons.props new file mode 100644 index 0000000000..a856eb9e5d --- /dev/null +++ b/build/vc.common/icons.props @@ -0,0 +1,117 @@ + + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + $(ProjectName) + Win32Proj + Unicode + v100 + v110_xp + v120_xp + v140 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + DynamicLibrary + false + false + false + + + + + + ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions) + 4996;4312;%(DisableSpecificWarnings) + OnlyExplicitInline + false + Level4 + false + + + comctl32.lib;ws2_32.lib;UxTheme.lib;Iphlpapi.lib;%(AdditionalDependencies) + $(CommonLibDir) + false + Windows + true + $(IntDir)$(TargetName).lib + false + + + ..\..\include;..\..\include\msapi + + + + + + Disabled + false + DEBUG;%(PreprocessorDefinitions) + true + MultiThreadedDebugDLL + + + + + + + + + + true + NDEBUG;%(PreprocessorDefinitions) + false + MultiThreadedDLL + + + true + /PDBALTPATH:%_PDB% + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3